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 | |
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
-rw-r--r-- | CHANGES | 10 | ||||
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | docs/index.html | 4 |
3 files changed, 14 insertions, 4 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 |
@@ -24,8 +24,8 @@ TIME=time | |||
24 | ifeq "$(findstring MINGW32,$(shell uname -s))" "MINGW32" | 24 | ifeq "$(findstring MINGW32,$(shell uname -s))" "MINGW32" |
25 | # MinGW MSYS on XP | 25 | # MinGW MSYS on XP |
26 | # | 26 | # |
27 | LUA=lua | 27 | LUA=lua.exe |
28 | LUAC=luac | 28 | LUAC=luac.exe |
29 | _SO=.dll | 29 | _SO=.dll |
30 | _TARGET_SO=./lua51-lanes.dll | 30 | _TARGET_SO=./lua51-lanes.dll |
31 | TIME=timeit.exe | 31 | TIME=timeit.exe |
diff --git a/docs/index.html b/docs/index.html index 45b52bc..fec2212 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -973,8 +973,8 @@ Jul-2008 (2.0): | |||
973 | 973 | ||
974 | <p>For feedback, questions and suggestions: | 974 | <p>For feedback, questions and suggestions: |
975 | <UL> | 975 | <UL> |
976 | <li><A HREF="http://luaforge.net/projects/lanes">Lanes @ LuaForge</A></li> | 976 | <li><A HREF="http://github.com/LuaLanes/lanes">Lanes @ GitHub</A></li> |
977 | <li><A HREF="mailto:akauppi@gmail.com">the author</A></li> | 977 | <li><A HREF="mailto:bnt.germain@gmail.com">the maintainer</A></li> |
978 | <li><A HREF="http://www.lua.org/lua-l.html">the lua mailing list</A></li> | 978 | <li><A HREF="http://www.lua.org/lua-l.html">the lua mailing list</A></li> |
979 | </UL> | 979 | </UL> |
980 | </p> | 980 | </p> |