From 3dc924cac5f687ca03d187d0c4ed7d088834ffc3 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Sat, 29 Jan 2011 17:40:50 +0100 Subject: Updated CHANGES Fixed makefile so that make finds lua.exe Updated contact information in documentation --- CHANGES | 10 ++++++++++ Makefile | 4 ++-- docs/index.html | 4 ++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index c41e36d..40362fb 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,16 @@ CHANGES: CHANGE X: +CHANGE 24 DPtr 25-Jan-2011: + Changed lanes.c to export functions as a module rather than writing them directly to the globals table. + +CHANGE 23 DPtr 23-Jan-2011: + Fixed bug where reference to Linda object was dropped for a short time ( crashing if GC was run during that time ). + Changed the atexit code to trip the timer thread's write signal. + +CHANGE 22 DPtr 19-Jan-2011: + Changed luaG_push_proxy to cache deep userdata proxies. + CHANGE 21 (bugfixes) BGe 3-Jan-2011: Several fixes by Martin Krpan: - linda_send was waiting on the wrong signal diff --git a/Makefile b/Makefile index b4a78cc..35870a7 100644 --- a/Makefile +++ b/Makefile @@ -24,8 +24,8 @@ TIME=time ifeq "$(findstring MINGW32,$(shell uname -s))" "MINGW32" # MinGW MSYS on XP # - LUA=lua - LUAC=luac + LUA=lua.exe + LUAC=luac.exe _SO=.dll _TARGET_SO=./lua51-lanes.dll 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):

For feedback, questions and suggestions:

-- cgit v1.2.3-55-g6feb