aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DetailsHEADmasterRoberto 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
* Manual updated to version 5.5Roberto Ierusalimschy2025-06-272-9/+9
* Cast added to 'add_history'Roberto Ierusalimschy2025-06-261-2/+2
* Application name for 'readline' is "lua", not "Lua"=listRoberto Ierusalimschy2025-06-231-1/+1
* Refactoring in the use of 'readline' by 'lua.c'Roberto Ierusalimschy2025-06-231-33/+38
* No need to limit variable declarations to 250Roberto Ierusalimschy2025-06-184-11/+38
* Check string indices when loading binary chunkRoberto Ierusalimschy2025-06-172-13/+11
* New metatable in an all-weak table can fool the GCRoberto Ierusalimschy2025-06-162-2/+15
* Simpler code for 'traversetable'Roberto Ierusalimschy2025-06-162-13/+31
* Dump uses varints also for integer constantsRoberto Ierusalimschy2025-06-133-18/+48
* The main thread cannot be closedRoberto Ierusalimschy2025-06-133-2/+10
* A coroutine can close itselfRoberto Ierusalimschy2025-06-126-21/+103
* Loading a binary chunk should not break assertionsRoberto Ierusalimschy2025-06-042-1/+4
* Removed uneeded check in parserRoberto Ierusalimschy2025-06-041-1/+0
* Bug: check for constructor overflow in [exp] fieldsRoberto Ierusalimschy2025-05-202-6/+5
* New way to control preambular declarationRoberto Ierusalimschy2025-05-204-15/+45
* Proper error message when jumping into 'global *'Roberto Ierusalimschy2025-05-183-9/+12
* Variable attributes can prefix name listRoberto Ierusalimschy2025-05-1815-60/+84
* DetailRoberto Ierusalimschy2025-05-162-8/+7
* Slightly faster way to check for "global"Roberto Ierusalimschy2025-05-163-12/+13