aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug: 'luaL_newmetatable' used in a wrong wayRoberto I2026-07-241-2/+15
* Bug: wrong initialization in result from 'gmatch'Roberto I2026-07-241-2/+1
* Bug: Loading a binary chunk does not run the GCRoberto I2026-07-241-0/+1
* Bug: shift overflow in utf-8 decodeRoberto I2026-07-221-1/+3
* Bug: GC checks stack space before running finalizerRoberto I2026-07-225-11/+37
* Bug: Issues with write barrier for __newindexRoberto I2026-07-132-1/+16
* Bug: Constructors with nils can overflow countersRoberto Ierusalimschy2025-08-271-0/+2
* Bug: error with option '--' without a scriptRoberto Ierusalimschy2025-08-272-5/+8
* Bug: new metatable in weak table can fool the GCRoberto Ierusalimschy2025-06-162-2/+16
* New release number, updated copyright yearv5.4.8Roberto Ierusalimschy2025-05-213-6/+6
* Bug: check for constructor overflow in [exp] fieldsRoberto Ierusalimschy2025-05-201-3/+2
* Bug: Bad error message with fields of string _ENVRoberto Ierusalimschy2025-05-152-6/+19
* Bug: message handler can be overwrittenRoberto Ierusalimschy2025-03-172-0/+22
* Bug: Use after free in 'luaV_finishset'Roberto Ierusalimschy2025-03-132-0/+16
* Bug: 'luaD_seterrorobj' should not raise errorsRoberto Ierusalimschy2025-03-123-6/+13
* Bug: Missing error status in panic functionRoberto Ierusalimschy2025-01-163-0/+8
* Bug: Wrong limit for local variables in 16-bit systemsRoberto Ierusalimschy2024-09-102-2/+2
* Bug: wrong code gen. for indices with comparisonsRoberto Ierusalimschy2024-08-172-1/+10
* Bug: Bad stack manipulation in 'multiline' (REPL)Roberto Ierusalimschy2024-07-052-6/+10
* 'lua.h' back to redundancy in version definitionsv5.4.7Roberto Ierusalimschy2024-06-132-22/+12
* Bug: Tricky _PROMPT may trigger undefined behaviorRoberto Ierusalimschy2024-06-051-2/+3
* More permissive use of 'errno'Roberto Ierusalimschy2024-06-052-7/+5
* Bug: luaL_traceback may need more than 5 stack slotsRoberto Ierusalimschy2024-06-043-1/+20
* Bug: overlapping assignmentsRoberto Ierusalimschy2024-06-041-2/+4
* More disciplined use of 'errno'Roberto Ierusalimschy2024-06-043-13/+38
* Detail in the manualRoberto Ierusalimschy2024-05-141-1/+4
* DetailsRoberto Ierusalimschy2024-05-132-3/+3
* Bug: Active-lines for stripped vararg functionsRoberto Ierusalimschy2024-05-133-23/+34
* Towards release 5.4.7Roberto Ierusalimschy2024-04-266-12/+13
* Avoids a warning when lua_Number is 'float'Roberto Ierusalimschy2024-02-071-1/+1
* Bug: Yielding in a hook stops in the wrong instructionRoberto Ierusalimschy2024-01-113-6/+11
* Bug: Buffer overflow in string concatenationRoberto Ierusalimschy2023-12-212-2/+2
* Panic functions should not raise errorsRoberto Ierusalimschy2023-11-243-4/+14
* Bug: Recursion in 'getobjname' can stack overflowRoberto Ierusalimschy2023-11-012-69/+87
* Simpler test in 'luaH_getint'Roberto Ierusalimschy2023-10-261-11/+25
* Removed test for "corrupted binary dump"Roberto Ierusalimschy2023-09-082-15/+1
* Avoid casts from unsigned long to floating-pointRoberto Ierusalimschy2023-09-081-7/+24
* Cannot use 'getshrstr' before setting 'shrlen'Roberto Ierusalimschy2023-08-251-1/+1
* Documentation for "LUA_NOENV"Roberto Ierusalimschy2023-08-231-0/+4
* Bug: Wrong line number for function callsRoberto Ierusalimschy2023-08-232-10/+10
* More disciplined use of 'getstr' and 'tsslen'Roberto Ierusalimschy2023-08-179-33/+37
* More control over encoding of test filesRoberto Ierusalimschy2023-08-176-28/+49
* Bug: Call hook may be called twice when count hook yieldsRoberto Ierusalimschy2023-07-254-11/+27
* Thread stacks resized in the atomic phaseRoberto Ierusalimschy2023-07-131-3/+5
* DetailsRoberto Ierusalimschy2023-07-032-3/+2
* Removed redundancy in definitions of version/releaseRoberto Ierusalimschy2023-06-211-11/+21
* Avoid inclusion loop in 'ltm.h'Roberto Ierusalimschy2023-06-161-3/+2
* Bug: read overflow in 'l_strcmp'Roberto Ierusalimschy2023-06-141-18/+20
* Several functions turned 'static'Roberto Ierusalimschy2023-05-227-23/+18
* Option '-l' discards version sufix from file nameRoberto Ierusalimschy2023-05-154-11/+26