diff options
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,5 +1,16 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 55: BGe 24-Jan-13 | ||
4 | * version 3.4.3 | ||
5 | * raise an error if lane generator libs specification contains a lib more than once | ||
6 | * bit32 is a valid lib name in the libs specification (silently ignored by the Lua 5.1 build) | ||
7 | * improved lanes.nameof to search inside table- and userdata- metatables for an object's name | ||
8 | * fixed an unwarranted error when trying to discover a function name upon a failed transfer | ||
9 | * contents of package.[path,cpath,preload,loaders|searchers] are pulled *only once* inside keeper states at initialisation | ||
10 | * Lua function upvalues equal to the global environment aren't copied by value, but bound to the destination's global environment | ||
11 | especially useful for Lua 5.2 _ENV | ||
12 | * fixed loading of base libraries that didn't create the global tables when built for Lua 5.2 | ||
13 | |||
3 | CHANGE 54: BGe 10-Jan-13 | 14 | CHANGE 54: BGe 10-Jan-13 |
4 | * version 3.4.2 | 15 | * version 3.4.2 |
5 | * Don't pull "package" settings in the timer lane | 16 | * Don't pull "package" settings in the timer lane |
@@ -92,7 +103,7 @@ CHANGE 35 BGe 17-Feb-2012 | |||
92 | 103 | ||
93 | CHANGE 34 BGe 14-Nov-2011 | 104 | CHANGE 34 BGe 14-Nov-2011 |
94 | * removed packagepath and packagecpath options, replaced by a package table, whose fields path, cpath, loaders, preload are transfered | 105 | * removed packagepath and packagecpath options, replaced by a package table, whose fields path, cpath, loaders, preload are transfered |
95 | * code cleanup to facilitate transition between WIN32 and PTHREAD impleentations | 106 | * code cleanup to facilitate transition between WIN32 and PTHREAD implementations |
96 | * tentative fix for desinit crashes when free running lanes are killed at process shutdown | 107 | * tentative fix for desinit crashes when free running lanes are killed at process shutdown |
97 | 108 | ||
98 | CHANGE 33 BGe 5-Nov-2011: Lanes version 3.0-beta | 109 | CHANGE 33 BGe 5-Nov-2011: Lanes version 3.0-beta |