diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2011-11-14 19:41:28 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2011-11-14 19:41:28 +0100 |
commit | 87431bcc0ece1eaf9305593223bb0c5145004044 (patch) | |
tree | e1a76ea727e8019d3c26c4829dbb95253dd7e1f6 /CHANGES | |
parent | 1d2b45823fd2a13761bd2d19b1b5a1e8bb11f7b9 (diff) | |
download | lanes-87431bcc0ece1eaf9305593223bb0c5145004044.tar.gz lanes-87431bcc0ece1eaf9305593223bb0c5145004044.tar.bz2 lanes-87431bcc0ece1eaf9305593223bb0c5145004044.zip |
* removed packagepath and packagecpath options, replaced by a package table, whose fields path, cpath, loaders, preload are transfered
* code cleanup to facilitate transition between WIN32 and PTHREAD impleentations
* tentative fix for desinit crashes when free running lanes are killed at process shutdown
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,6 +3,11 @@ CHANGES: | |||
3 | 3 | ||
4 | CHANGE X: | 4 | CHANGE X: |
5 | 5 | ||
6 | CHANGE 34 BGe 14-Nov-2011 | ||
7 | * removed packagepath and packagecpath options, replaced by a package table, whose fields path, cpath, loaders, preload are transfered | ||
8 | * code cleanup to facilitate transition between WIN32 and PTHREAD impleentations | ||
9 | * tentative fix for desinit crashes when free running lanes are killed at process shutdown | ||
10 | |||
6 | CHANGE 33 BGe 5-Nov-2011: Lanes version 3.0-beta | 11 | CHANGE 33 BGe 5-Nov-2011: Lanes version 3.0-beta |
7 | * process exit change: close everything at GC when main state closes, not when atexit() handlers are processed | 12 | * process exit change: close everything at GC when main state closes, not when atexit() handlers are processed |
8 | * Lua 5.2-style module: | 13 | * Lua 5.2-style module: |