aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* '__pairs' can also return a to-be-closed objectHEADmasterRoberto I11 days3-9/+15
* External strings are as good as internal onesRoberto I11 days4-6/+28
* Correction in line info for semantic errorsRoberto I11 days2-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
* lua.c doesn't use function pointers with LUA_READLINERoberto Ierusalimschy2025-07-091-22/+25
* New method to unload DLLsRoberto Ierusalimschy2025-07-093-36/+98
* lua option '--' may not be followed by scriptRoberto Ierusalimschy2025-07-082-5/+7
* Optional initialization for global declarationsRoberto Ierusalimschy2025-07-087-38/+96
* Correction in definition of CIST_FRESHRoberto Ierusalimschy2025-07-071-2/+2
* Details (comments)Roberto Ierusalimschy2025-07-075-8/+8
* Added missing casts from lua_Unsigned to size_tRoberto Ierusalimschy2025-07-012-3/+3
* LUAI_MAXSTACK defined privatelyRoberto Ierusalimschy2025-07-014-18/+17
* Warning in loslib.c (signed-unsigned comparison)Roberto Ierusalimschy2025-06-271-2/+3