aboutsummaryrefslogtreecommitdiff
path: root/src/tools.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added __lanesignore field for metatablesIlya Uvarenkov2016-04-201-1/+17
* Fix standard library lists for Lua 5.3mpeterv2015-04-121-0/+5
* Merge pull request #115 from mpeterv/fix-lua-dumpBenoit Germain2015-04-121-2/+2
|\
| * Do not strip debug info of dumped functions on Lua 5.3mpeterv2015-02-251-2/+2
* | Apply _ENV-related logic to Lua 5.3mpeterv2015-02-251-5/+5
|/
* preliminary Lua 5.3 supportBenoit Germain2014-12-161-5/+4
* fix lookup of globals created by on_state_createBenoit Germain2014-07-081-0/+19
* Deep userdata changesBenoit Germain2014-06-171-468/+4
* Fix build issues with compat.c/hBenoit Germain2014-04-231-3/+1
* moved compatibility code in a separate fileBenoit Germain2014-04-031-43/+0
* Don't mutex-wrap require() more than onceBenoit Germain2014-03-191-4/+5
* Multiverse compatibilityBenoit Germain2014-02-261-150/+197
* more graceful handling of out-of-memory errorsBenoit Germain2014-02-181-1/+4
* Lanes init crash fixBenoit Germain2014-02-181-11/+22
* Deep userdata support improvementsBenoit Germain2014-02-171-419/+372
* another Lua stack overflow fixBenoit Germain2014-01-241-1/+2
* 2 crash fixes and 1 experimentBenoit Germain2014-01-221-9/+13
* fix on_state_create circular logic issueBenoit Germain2014-01-061-13/+43
* Update tools.cAlexanderKhilo2013-12-281-0/+2
* new config option demote_full_userdataBenoit Germain2013-12-201-3/+22
* supposedly improved pthread supportBenoit Germain2013-11-291-4/+5
* Fix internal error at lane creation when the generator doesn't open any base ...Benoit Germain2013-11-181-5/+4
* Changed a DEBUGSPEW outputBenoit Germain2013-11-161-1/+1
* Fix a case where an error could be raised inside a keeper stateBenoit Germain2013-11-131-1/+2
* Improved some DEBUGSPEW outputBenoit Germain2013-11-071-2/+6
* Fix an unitialized variable usageBenoit Germain2013-11-061-0/+1
* Fix lanes.nameof() crashing when encountering a light userdataBenoit Germain2013-11-041-12/+20
* version 3.7.0Benoit Germain2013-10-111-28/+68
* bugfix: no longer create a global named "lanes.core" inside lanes when libs l...Benoit Germain2013-10-031-17/+11
* Fix crash when a module is a simple C function (issue #59)Benoit Germain2013-09-301-15/+34
* version 3.6.6Benoit Germain2013-09-271-4/+4
* Reduce memory footprint, simplify module order setup in conjuction with Lanes...Benoit Germain2013-09-261-216/+230
* 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