aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2011-11-14 19:41:28 +0100
committerBenoit Germain <bnt.germain@gmail.com>2011-11-14 19:41:28 +0100
commit87431bcc0ece1eaf9305593223bb0c5145004044 (patch)
treee1a76ea727e8019d3c26c4829dbb95253dd7e1f6 /CHANGES
parent1d2b45823fd2a13761bd2d19b1b5a1e8bb11f7b9 (diff)
downloadlanes-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--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c2f3b81..a6ddcfc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,11 @@ CHANGES:
3 3
4CHANGE X: 4CHANGE X:
5 5
6CHANGE 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
6CHANGE 33 BGe 5-Nov-2011: Lanes version 3.0-beta 11CHANGE 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: