[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [PATCH 0/4] luaposix: bug-fixes, enhancements, port to Lua 5.2
- From: David Favro <lua@...>
- Date: Tue, 10 May 2011 15:31:58 -0400
Here are several patches for luaposix, including several bug-fixes, enhanced
test suite, and port to Lua 5.2. Also turned on optimization in the Makefile
and added a 'debug' target. Lightly tested.
[PATCH 1/4] Updated test.lua and added new tests.
[PATCH 2/4] Fixed bugs in dup().
[PATCH 3/4] Makefile fix/enhancement.
[PATCH 4/4] Ported to 5.2.0-alpha.
Makefile | 9 ++++++-
lposix.c | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++----------
test.lua | 55 +++++++++++++++++++++++++++++++++++----------------
3 files changed, 100 insertions(+), 30 deletions(-)