aboutsummaryrefslogtreecommitdiff
path: root/tests/basic.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Give a name to all lanes in the testsHEADmasterBenoit Germain29 hours1-12/+12
* get_debug_threadname → get_threadnameBenoit Germain2024-07-041-3/+3
* Renamed set_debug_threadname → lane_threadname (can also read the current n...Benoit Germain2024-07-031-6/+6
* Make lanes.gen stricter on base librariesBenoit Germain2024-06-261-1/+1
* Fix error handling when indexing a lane with unexpected dataBenoit Germain2024-06-141-1/+3
* linda :get(), :set(), :limit() return value changesBenoit Germain2024-06-121-12/+12
* Adjust lanes.configure() documentationBenoit Germain2024-06-111-2/+3
* linda:send() returns nil,<something> in case of errorBenoit Germain2024-06-101-7/+7
* Replaced __lanesignore with __lanesconvertBenoit Germain2024-06-101-2/+2
* Fix basic.luaBenoit Germain2024-06-071-1/+1
* lanes.linda("auto")Benoit Germain2024-06-061-3/+4
* Refactored keeper implementation of linda:receive()Benoit Germain2024-06-041-1/+1
* Refactored keeper implementation of linda:get()Benoit Germain2024-06-041-2/+21
* New global setting "strip_functions"Benoit Germain2024-06-031-11/+13
* Some API changesBenoit Germain2024-05-311-3/+8
* New Lanes finalizer API lanes.finally()Benoit Germain2024-05-281-3/+3
* Process upvalues equal to _G in Lua51 as in other flavorsBenoit Germain2024-05-241-2/+3
* Fix __lanesignoreBenoit Germain2024-05-221-20/+22
* lua503_getfield → strong typed luaG_getfieldBenoit Germain2024-05-221-1/+1
* linda:limit errors on limits < 1Benoit Germain2024-05-201-1/+2
* Linda API changesBenoit Germain2024-05-131-145/+151
* some dead code elimination and other triflesBenoit Germain2024-04-161-21/+21
* tweaks to basic.lua and linda_perf.luaBenoit Germain2024-04-041-5/+9
* Minor tweaksv3.16.1Benoit Germain2023-08-161-1/+1
* fix require() wrapper to return all values returned by original require()Benoit Germain2021-09-221-2/+6
* Lane cancellation reworkBenoit Germain2019-04-261-5/+5
* lane:cancel internal code refactorizationBenoit Germain2019-04-191-56/+56
* Internal code tweaksBenoit Germain2018-11-191-0/+6
* Add test for table caching in basic.luaBenoit Germain2017-05-161-0/+8
* new lane launcher option gc_cbBenoit Germain2014-01-221-10/+26
* Turn potential malicious-crafted code crashes into normal Lua errorsBenoit Germain2014-01-201-2/+7
* version 3.4.4v3.4.4Benoit Germain2013-01-261-18/+71
* version 3.4.3v3.4.3Benoit Germain2013-01-241-12/+26
* Update tests/basic.luaBenoit Germain2012-12-171-0/+1
* version 3.4.0Benoit Germain2012-09-261-12/+56
* * changed lanes.configure signature to receive a table instead of individual ...Benoit Germain2012-02-181-1/+1
* * process exit change: close everything at GC when main state closes, not whe...Benoit Germain2011-11-051-1/+2
* Lane userdata implementation refactoring:Benoit Germain2011-02-171-1/+1
* Changed idfunc signature and contract to clarify that fact it is not lua-call...Benoit Germain2011-02-121-12/+5
* Take all code from Asko Kauppi's SVN server, and push it here so that the git...Benoit Germain2011-01-041-26/+26
* Import to gitPeter Drahoš2010-10-011-0/+331