aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GC checks stack space before running finalizerHEADv5.5.0masterRoberto I11 days3-3/+16
* 'luaL_newstate' starts state with warnings onRoberto I11 days2-2/+3
* Format adjust in the manualRoberto I14 days1-19/+19
* DetailsRoberto I2025-12-082-8/+8
* Wrong assert in 'luaK_indexed'Roberto I2025-12-081-3/+5
* In luaB_close, running coroutines do not go to defaultrcRoberto I2025-12-011-4/+6
* Functions with vararg tables don't need hidden args.Roberto I2025-11-289-43/+70
* New conceptual model for varargRoberto I2025-11-2611-69/+154
* DetailsRoberto I2025-11-243-16/+23
* '__pairs' can also return a to-be-closed objectRoberto I2025-11-113-9/+15
* External strings are as good as internal onesRoberto I2025-11-114-6/+28
* Correction in line info for semantic errorsRoberto I2025-11-112-22/+43
* Global initialization checks name conflictRoberto I2025-11-0813-9/+87
* DetailsRoberto I2025-10-313-8/+10
* Vertical bar removed from syntax of vararg tableRoberto I2025-10-305-22/+20
* Case VVARGIND added to luaK_storevarRoberto Ierusalimschy2025-10-302-0/+16
* Fixed initialization of global variablesRoberto I2025-10-293-13/+52
* Small change in 'trymt'Roberto I2025-10-181-4/+11
* Added "attribute internal" to __MACH__ platformsRoberto I2025-10-182-10/+10
* Standard allocator function added to the APIRoberto I2025-10-173-15/+28
* DetailsRoberto I2025-10-145-11/+2
* Two new memory testsRoberto I2025-10-121-9/+33
* Change in dumping of NULL stringsRoberto I2025-10-102-15/+19
* Initialization of too many locals break assertionRoberto I2025-10-102-7/+13
* Optimization for vararg tablesRoberto I2025-09-2413-63/+186
* Small tweaks in makefileRoberto I2025-09-181-3/+2
* Varag parameter is a new kind of variableRoberto I2025-09-177-16/+65
* Vararg tableRoberto I2025-09-169-31/+80
* DetailsRoberto I2025-09-056-5/+11
* In C++, 'throw' must go to the correct handler.Roberto I2025-09-051-17/+25
* Allows LUA_32BITS to be defined externallyRoberto Ierusalimschy2025-08-301-2/+2
* Added limit to number of elements in a constructorRoberto I2025-08-272-4/+19
* 'ltests.h' should not use LUAI_FUNCRoberto I2025-08-271-6/+6
* New compile option LUA_USE_OFF_TRoberto Ierusalimschy2025-08-261-1/+1
* update in 'onelua.c'Roberto Ierusalimschy2025-08-261-5/+15
* Some definitions moved from luaconf.h to llimits.hRoberto Ierusalimschy2025-08-212-50/+50
* Removed code for compatibility with version 5.3Roberto I2025-08-207-61/+3
* Better documentation for LUA_ERRERRRoberto I2025-08-202-4/+13
* Added lock/unlock to API function 'lua_rawlen'Roberto I2025-08-201-1/+7
* Keep the order left-right in shiftsRoberto I2025-08-205-12/+12
* Detail in 'obj2gco'Roberto I2025-08-201-2/+2
* Small cleaning servicesRoberto I2025-08-203-30/+46
* Functions 'frexp'-'ldexp' back to the math libraryRoberto I2025-08-093-17/+46
* DetailsRoberto I2025-08-095-28/+51
* 'onelua' can use the test libraryRoberto Ierusalimschy2025-07-294-13/+34
* Added some casts for 32-bit machinesRoberto Ierusalimschy2025-07-293-4/+4
* Fix in string.repRoberto Ierusalimschy2025-07-231-8/+12
* Randomness added to table length computationRoberto Ierusalimschy2025-07-186-23/+48
* Correction in utf8.offsetRoberto Ierusalimschy2025-07-182-3/+13
* Short strings can be external, tooRoberto Ierusalimschy2025-07-159-120/+168