diff options
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 |