index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lstrlib.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2026-08-05
New copyright year (2026)
Roberto I
2
-3
/
+3
2026-07-24
New release number (5.4.9)
Roberto I
1
-2
/
+2
2026-07-24
Bug: 'luaL_newmetatable' used in a wrong way
Roberto I
1
-2
/
+15
2026-07-24
Bug: wrong initialization in result from 'gmatch'
Roberto I
1
-2
/
+1
2026-07-24
Bug: Loading a binary chunk does not run the GC
Roberto I
1
-0
/
+1
2026-07-22
Bug: shift overflow in utf-8 decode
Roberto I
1
-1
/
+3
2026-07-22
Bug: GC checks stack space before running finalizer
Roberto I
5
-11
/
+37
2026-07-13
Bug: Issues with write barrier for __newindex
Roberto I
2
-1
/
+16
2025-08-27
Bug: Constructors with nils can overflow counters
Roberto Ierusalimschy
1
-0
/
+2
2025-08-27
Bug: error with option '--' without a script
Roberto Ierusalimschy
2
-5
/
+8
2025-06-16
Bug: new metatable in weak table can fool the GC
Roberto Ierusalimschy
2
-2
/
+16
2025-05-21
New release number, updated copyright year
v5.4.8
Roberto Ierusalimschy
3
-6
/
+6
2025-05-20
Bug: check for constructor overflow in [exp] fields
Roberto Ierusalimschy
1
-3
/
+2
2025-05-15
Bug: Bad error message with fields of string _ENV
Roberto Ierusalimschy
2
-6
/
+19
2025-03-17
Bug: message handler can be overwritten
Roberto Ierusalimschy
2
-0
/
+22
2025-03-13
Bug: Use after free in 'luaV_finishset'
Roberto Ierusalimschy
2
-0
/
+16
2025-03-12
Bug: 'luaD_seterrorobj' should not raise errors
Roberto Ierusalimschy
3
-6
/
+13
2025-01-16
Bug: Missing error status in panic function
Roberto Ierusalimschy
3
-0
/
+8
2024-09-10
Bug: Wrong limit for local variables in 16-bit systems
Roberto Ierusalimschy
2
-2
/
+2
2024-08-17
Bug: wrong code gen. for indices with comparisons
Roberto Ierusalimschy
2
-1
/
+10
2024-07-05
Bug: Bad stack manipulation in 'multiline' (REPL)
Roberto Ierusalimschy
2
-6
/
+10
2024-06-13
'lua.h' back to redundancy in version definitions
v5.4.7
Roberto Ierusalimschy
2
-22
/
+12
2024-06-05
Bug: Tricky _PROMPT may trigger undefined behavior
Roberto Ierusalimschy
1
-2
/
+3
2024-06-05
More permissive use of 'errno'
Roberto Ierusalimschy
2
-7
/
+5
2024-06-04
Bug: luaL_traceback may need more than 5 stack slots
Roberto Ierusalimschy
3
-1
/
+20
2024-06-04
Bug: overlapping assignments
Roberto Ierusalimschy
1
-2
/
+4
2024-06-04
More disciplined use of 'errno'
Roberto Ierusalimschy
3
-13
/
+38
2024-05-14
Detail in the manual
Roberto Ierusalimschy
1
-1
/
+4
2024-05-13
Details
Roberto Ierusalimschy
2
-3
/
+3
2024-05-13
Bug: Active-lines for stripped vararg functions
Roberto Ierusalimschy
3
-23
/
+34
2024-04-26
Towards release 5.4.7
Roberto Ierusalimschy
6
-12
/
+13
2024-02-07
Avoids a warning when lua_Number is 'float'
Roberto Ierusalimschy
1
-1
/
+1
2024-01-11
Bug: Yielding in a hook stops in the wrong instruction
Roberto Ierusalimschy
3
-6
/
+11
2023-12-21
Bug: Buffer overflow in string concatenation
Roberto Ierusalimschy
2
-2
/
+2
2023-11-24
Panic functions should not raise errors
Roberto Ierusalimschy
3
-4
/
+14
2023-11-01
Bug: Recursion in 'getobjname' can stack overflow
Roberto Ierusalimschy
2
-69
/
+87
2023-10-26
Simpler test in 'luaH_getint'
Roberto Ierusalimschy
1
-11
/
+25
2023-09-08
Removed test for "corrupted binary dump"
Roberto Ierusalimschy
2
-15
/
+1
2023-09-08
Avoid casts from unsigned long to floating-point
Roberto Ierusalimschy
1
-7
/
+24
2023-08-25
Cannot use 'getshrstr' before setting 'shrlen'
Roberto Ierusalimschy
1
-1
/
+1
2023-08-23
Documentation for "LUA_NOENV"
Roberto Ierusalimschy
1
-0
/
+4
2023-08-23
Bug: Wrong line number for function calls
Roberto Ierusalimschy
2
-10
/
+10
2023-08-17
More disciplined use of 'getstr' and 'tsslen'
Roberto Ierusalimschy
9
-33
/
+37
2023-08-17
More control over encoding of test files
Roberto Ierusalimschy
6
-28
/
+49
2023-07-25
Bug: Call hook may be called twice when count hook yields
Roberto Ierusalimschy
4
-11
/
+27
2023-07-13
Thread stacks resized in the atomic phase
Roberto Ierusalimschy
1
-3
/
+5
2023-07-03
Details
Roberto Ierusalimschy
2
-3
/
+2
2023-06-21
Removed redundancy in definitions of version/release
Roberto Ierusalimschy
1
-11
/
+21
2023-06-16
Avoid inclusion loop in 'ltm.h'
Roberto Ierusalimschy
1
-3
/
+2
2023-06-14
Bug: read overflow in 'l_strcmp'
Roberto Ierusalimschy
1
-18
/
+20
[next]