+added lambda tracing; *improved error prompting for wrong function reaching.

This commit is contained in:
Wang Renxin 2016-06-21 10:19:58 +08:00 committed by GitHub
parent 8b9d9a1d04
commit e95a4121d6

10
HISTORY
View File

@ -1,3 +1,7 @@
Jun. 21 2016
Added lambda tracing
Improved error prompting for wrong function reaching
Jun. 17 2016 Jun. 17 2016
Improved UTF8 string input/output on Windows Improved UTF8 string input/output on Windows
@ -67,10 +71,10 @@ Fixed a cannot RETURN bug from a FOR loop in a sub routine
Fixed a memory leak with referenced data in a variable argument list Fixed a memory leak with referenced data in a variable argument list
Mar. 15 2016 Mar. 15 2016
Improved error promption of array manipulation Improved error prompting of array manipulation
Mar. 11 2016 Mar. 11 2016
Improved error promption Improved error prompting
Mar. 9 2016 Mar. 9 2016
Improved overridden function invoking Improved overridden function invoking
@ -185,7 +189,7 @@ Refactored initial reference count
Jan. 26 2016 Jan. 26 2016
Added an mb_gc function Added an mb_gc function
Added a SET_IMPORTING_DIRS statement to the shell Added a SET_IMPORTING_DIRS statement to the shell
Added friendly error promption when memory overflow Added friendly error prompting when memory overflow
Added source file information to stepped handler Added source file information to stepped handler
Fixed a wrong argument processing bug with a variable argument list Fixed a wrong argument processing bug with a variable argument list
Fixed a wrong hash bug with string object Fixed a wrong hash bug with string object