From: Arnout E. <rab...@us...> - 2012-05-10 00:14:04
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "libextl: Lua wrapper generator for C". The branch, master has been updated via d4e70be411d5fbb239b9ab9ea165bfce97c55706 (commit) from bdb73c9bbade1b6a902f69c7d7901a158a97084b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d4e70be411d5fbb239b9ab9ea165bfce97c55706 Author: Arnout Engelen <arn...@bz...> Date: Thu May 10 02:06:45 2012 +0200 Allow loaded files/buffers to pass back return values Prepare yourself: these changes involve some guesswork. I'm not sure what call_loaded was supposed to return, and I can't quite figure out where its return value is actually used, but the previous implementation made no sense at all, and this seemed like the logical thing to return. Somewhat surprisingly, this makes the test api usage shown in test/extltest.c work (tested with both lua 5.1 and 5.2) work, which in turn makes mod_(not)ionflux have any chance of showing its results again. ----------------------------------------------------------------------- Summary of changes: Makefile | 10 ++++++++- luaextl.c | 17 +++++++++++++- test/extltest.c | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 84 insertions(+), 3 deletions(-) create mode 100644 test/extltest.c hooks/post-receive -- libextl: Lua wrapper generator for C |