aboutsummaryrefslogtreecommitdiff
path: root/src/tools.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* version 3.6.3v3.6.3Benoit Germain2013-08-131-48/+120
* remove 2 weird characters in commentsBenoit Germain2013-05-201-2/+2
* Fix MinGW compiler warnings-as-errorsBenoit Germain2013-04-081-6/+7
* Removed LUA_COMPAT_ALL-less Lua5.2 restrictionBenoit Germain2013-04-051-41/+57
* version 3.5.1v3.5.1Benoit Germain2013-02-131-7/+73
* Fix issue #45Benoit Germain2013-02-051-1/+1
* foward on_state_create error to main state if anyBenoit Germain2013-02-011-1/+5
* version 3.5.0Benoit Germain2013-01-301-33/+59
* * More detailed DEBUG_SPEW logsBenoit Germain2013-01-281-254/+323
* version 3.4.4v3.4.4Benoit Germain2013-01-261-78/+94
* version 3.4.3v3.4.3Benoit Germain2013-01-241-83/+166
* Enable transfer of recursive upvalued functionsBenoit Germain2013-01-101-68/+55
* Added some upvalues inter-copy debug codeBenoit Germain2013-01-091-21/+28
* Raise an error on multiple-named functions.Benoit Germain2012-10-251-43/+41
* Fixed the fix...Benoit Germain2012-10-231-1/+1
* Fixed thread name retrieval in main state.Benoit Germain2012-10-231-2/+7
* More informative messages on failed transfers.Benoit Germain2012-10-231-4/+7
* code updated to build against Lua 5.1 and Lua 5.2v3.1.6Benoit Germain2012-08-141-6/+8
* * when a transfered function is not found in source, guess its name to help t...v3.1.4Benoit Germain2012-06-271-14/+125
* Improve LuaJIT compatibility, part #1: "*" library list is loaded through lua...benoit-germain2012-04-261-2/+10
* Fix issue #15 (lanes fails to build on Linux x86_64 (gcc 4.6.1) size_t vs int...benoit-germain2012-04-241-4/+1
* * changed lanes.configure signature to receive a table instead of individual ...Benoit Germain2012-02-181-34/+47
* some more compilation warning fixesBenoit Germain2011-11-091-2/+2
* * fix all compilation warnings raised by -WextraBenoit Germain2011-11-071-2/+2
* * process exit change: close everything at GC when main state closes, not whe...Benoit Germain2011-11-051-151/+498
* Debug code to check why LuaJIT2-beta8 fails to load the module.benoit-germain2011-06-241-5/+14
* * keeper.lua is now embedded in text form instead of bytecode to improve LuaJ...Benoit Germain2011-02-181-0/+69
* Lane userdata implementation refactoring:Benoit Germain2011-02-171-42/+79
* Fixed application hang-up because keeper state was not released in case of er...Benoit Germain2011-02-141-31/+47
* Changed idfunc signature and contract to clarify that fact it is not lua-call...Benoit Germain2011-02-121-70/+100
* Changed luaG_push_proxy to cache deep userdata proxies.dptr19882011-01-191-3/+46
* Take all code from Asko Kauppi's SVN server, and push it here so that the git...Benoit Germain2011-01-041-152/+108
* Import to gitPeter Drahoš2010-10-011-0/+1198