aboutsummaryrefslogtreecommitdiff
path: root/CHANGES (follow)
Commit message (Expand)AuthorAgeFilesLines
* NEVER use allocator obtained from lua_getallocf to allocate stuff manually wh...Benoit Germain2022-02-171-0/+3
* __lanesclone is now called only once with 3 parameters dest, source, size -> ...Benoit Germain2022-02-081-0/+4
* Version bumpBenoit Germain2022-02-071-0/+1
* removed explicit calls to malloc/freeBenoit Germain2022-02-071-0/+3
* fix require() wrapper to return all values returned by original require()Benoit Germain2021-09-221-0/+3
* fix function transfer with lua_dump for Lua 5.4 failing for functions big eno...Benoit Germain2021-07-081-0/+4
* __lanesclone now receives the original as light userdata the first time it i...Benoit Germain2021-06-231-1/+4
* changed lanes.threads() output so that several lanes with the same name don't...Benoit Germain2021-06-161-9/+13
* Lane cancellation reworkBenoit Germain2019-04-261-0/+4
* don't test __lanesignore for POD types (-> slightly faster when trasnfering l...Benoit Germain2018-11-301-0/+4
* Split a megafunction in smaller partsBenoit Germain2018-11-281-0/+3
* Lua 5.4 supportBenoit Germain2018-11-271-0/+4
* Lanes version available in public headerBenoit Germain2018-11-261-0/+3
* protect_allocator configure option is gone, long live allocator (more embedde...Benoit Germain2018-11-251-0/+3
* Raise an error instead of crashing when attempting to transfer a non-deep ful...Benoit Germain2018-11-231-0/+3
* More DEBUGSPEW loggingBenoit Germain2018-11-211-0/+3
* Internal code tweaksBenoit Germain2018-11-191-0/+5
* Deep userdata must embed DeepPrelude to save an allocation (also changes Deep...Benoit Germain2018-11-151-0/+3
* rockspec for version v3.13.0Benoit Germain2018-11-151-0/+4
* fix a bunch of compilation warnings (issue #157)Benoit Germain2018-11-111-0/+3
* new API lanes.set_thread_affinity(), and et_debug_threadname implemented with...Benoit Germain2018-11-091-0/+4
* Make sure any linda operation that can raise an error won't ever leave a mute...Benoit Germain2018-11-081-0/+4
* __lanesclone mechanism should actually work nowBenoit Germain2018-11-071-0/+3
* Fix potential crash at application shutdown when deep userdata were created b...Benoit Germain2018-11-071-0/+3
* fix an internal error trying to call on_state_create in a lane without any li...Benoit Germain2018-11-031-0/+4
* Fix error with LuaJIT when ffi package isn't requiredBenoit Germain2018-11-021-0/+4
* Better protect_allocator autodetectionBenoit Germain2018-10-311-0/+3
* Update changelogBenoit Germain2018-10-301-0/+3
* Merge changesBenoit Germain2018-10-291-0/+10
|\
| * Fix Lanes build by reorganizing types around a bitBenoit Germain2018-10-251-0/+3
| * verbose_error improvementsBenoit Germain2018-07-091-0/+4
|/
* Deep userdata improvementsBenoit Germain2017-08-021-0/+4
* Fix for deep-aware modulesBenoit Germain2017-08-011-0/+4
* Accept non-string error messagesBenoit Germain2017-06-131-0/+3
* Table transfer improvementsBenoit Germain2017-06-051-0/+5
* Suppress a #pragma messageBenoit Germain2017-05-101-1/+1
* Improve LuaJIT supportBenoit Germain2017-05-101-0/+4
* Bump version, update docv3.10.1Benoit Germain2016-11-211-0/+7
* Preparing next releasev3.10.0Benoit Germain2015-04-271-1/+6
* New API lanes.sleep (bumped version to 3.9.7)Benoit Germain2014-09-181-0/+4
* fix lookup of globals created by on_state_createBenoit Germain2014-07-081-0/+4
* Deep userdata changesBenoit Germain2014-06-171-0/+5
* Minor fixes and tweaksBenoit Germain2014-05-161-0/+14
* Fixed error handling when handler isn't calledBenoit Germain2014-03-201-0/+6
* Don't mutex-wrap require() more than onceBenoit Germain2014-03-191-0/+3
* Fixed crash when using protect_allocator optionBenoit Germain2014-03-171-0/+3
* linda:send() improvementsBenoit Germain2014-02-271-0/+6
* Fixed some compilation warningsBenoit Germain2014-02-261-0/+1
* Multiverse compatibilityBenoit Germain2014-02-261-0/+9
* Multi-state initialisation issueBenoit Germain2014-02-241-0/+3