diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2011-01-29 17:40:50 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2011-01-29 17:40:50 +0100 |
commit | 3dc924cac5f687ca03d187d0c4ed7d088834ffc3 (patch) | |
tree | 93d58dc74bb3f449d75f3c98c3f1d67ffbf3f723 /CHANGES | |
parent | d92b6e7c6586581aa2a12f9f4a591e154c8d2470 (diff) | |
download | lanes-2.0.11.tar.gz lanes-2.0.11.tar.bz2 lanes-2.0.11.zip |
Updated CHANGESv2.0.11
Fixed makefile so that make finds lua.exe
Updated contact information in documentation
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -3,6 +3,16 @@ CHANGES: | |||
3 | 3 | ||
4 | CHANGE X: | 4 | CHANGE X: |
5 | 5 | ||
6 | CHANGE 24 DPtr 25-Jan-2011: | ||
7 | Changed lanes.c to export functions as a module rather than writing them directly to the globals table. | ||
8 | |||
9 | CHANGE 23 DPtr 23-Jan-2011: | ||
10 | Fixed bug where reference to Linda object was dropped for a short time ( crashing if GC was run during that time ). | ||
11 | Changed the atexit code to trip the timer thread's write signal. | ||
12 | |||
13 | CHANGE 22 DPtr 19-Jan-2011: | ||
14 | Changed luaG_push_proxy to cache deep userdata proxies. | ||
15 | |||
6 | CHANGE 21 (bugfixes) BGe 3-Jan-2011: | 16 | CHANGE 21 (bugfixes) BGe 3-Jan-2011: |
7 | Several fixes by Martin Krpan: | 17 | Several fixes by Martin Krpan: |
8 | - linda_send was waiting on the wrong signal | 18 | - linda_send was waiting on the wrong signal |