*updated history.

This commit is contained in:
Wang Renxin 2015-09-17 18:24:43 +08:00
parent d21c797b3f
commit 0f93ac5969

View File

@ -1,3 +1,8 @@
Sep. 17 2015
Allowed string in a boolean expression
Added support for sub routine in PRINT
Fixed a repeated disposing bug when suing sub routine
Sep. 16 2015 Sep. 16 2015
Added Nil type handling, including assignment, boolean operation, serialization, etc. Added Nil type handling, including assignment, boolean operation, serialization, etc.
Added an MB_CONVERT_TO_INT_LEVEL macro, would convert float to integer as much as possible if this macro was enabled Added an MB_CONVERT_TO_INT_LEVEL macro, would convert float to integer as much as possible if this macro was enabled
@ -6,7 +11,7 @@ Polished document
Sep. 11 2015 Sep. 11 2015
Added a duplicate sub routine error handling Added a duplicate sub routine error handling
Added optional argument support for INPUT statement Added optional argument support for INPUT statement
Fixed a variable multiple freeing bug in sub routine Fixed a repeated disposing bug of a variable in sub routine
Polished document Polished document
Sep. 8 2015 Sep. 8 2015
@ -96,7 +101,7 @@ Fixed a crash bug when a script begins with a meaningless negtive number
Mar. 25 2015 Mar. 25 2015
Changed _strupr macro to mb_strupr function Changed _strupr macro to mb_strupr function
Added an mb_memdup function Added an mb_memdup function
Fixed an intermediate value disposing more than once bug Fixed a repeated disposing bug of an intermediate value
Dec. 17 2014 Dec. 17 2014
Fixed a calculation crash bug Fixed a calculation crash bug