diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2012-06-05 21:15:02 +0200 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2012-06-05 21:15:02 +0200 |
commit | d8e446dfad1195d0ed3a63e8945a2f96c73f84cc (patch) | |
tree | d475a5164d55a0633ff4ab64bbcda736ec3bd116 /CHANGES | |
parent | 1c33960abd867e425bad2633a85504f55a1f261c (diff) | |
download | lanes-d8e446dfad1195d0ed3a63e8945a2f96c73f84cc.tar.gz lanes-d8e446dfad1195d0ed3a63e8945a2f96c73f84cc.tar.bz2 lanes-d8e446dfad1195d0ed3a63e8945a2f96c73f84cc.zip |
* fixed thread_cancel() not working when called without argument
* new lane-global function set_error_reporting() to enable more data detailed data provided by lane_error()
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ | |||
1 | 1 | ||
2 | CHANGES: | 2 | CHANGES: |
3 | 3 | ||
4 | CHANGE X: | 4 | CHANGE 37: BGe 4-Jun-2012 (fix and idea courtesy of sonoro1234) |
5 | * fixed thread_cancel() not working when called without argument | ||
6 | * new lane-global function set_error_reporting() to enable more data detailed data provided by lane_error() | ||
5 | 7 | ||
6 | CHANGE 36 BGe 26-Apr-2012 | 8 | CHANGE 36 BGe 26-Apr-2012 |
7 | * improved LuaJIT2 compatibility by handling "*" library set through luaL_openlibs() | 9 | * improved LuaJIT2 compatibility by handling "*" library set through luaL_openlibs() |