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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
format "%s" may break limit of "sprintf" on some machines.
Roberto Ierusalimschy
1999-02-04
1
-9
/
+14
*
bug: "format" does not check size of format item (such as "%00000...00000d").
Roberto Ierusalimschy
1999-01-04
1
-39
/
+33
*
to avoid warnings about "typecast" (Visual C++)
Roberto Ierusalimschy
1998-12-28
1
-9
/
+9
*
better behavior for "strsub" when indices are out-of-range
Roberto Ierusalimschy
1998-12-01
1
-10
/
+8
*
bug: gsub/strfind do not check whether captures are properly finished.
Roberto Ierusalimschy
1998-11-10
1
-3
/
+6
*
"%q" can handle strings with '\0'.
Roberto Ierusalimschy
1998-07-12
1
-8
/
+15
*
spelling
Roberto Ierusalimschy
1998-07-01
1
-2
/
+2
*
functions should return explicit "nil"s.
Roberto Ierusalimschy
1998-06-29
1
-1
/
+3
*
details
Roberto Ierusalimschy
1998-06-24
1
-4
/
+4
*
small corrections in comments
Roberto Ierusalimschy
1998-06-19
1
-3
/
+3
*
new names for 'ascii' ('strbyte') and 'int2str' ('strchar')
Roberto Ierusalimschy
1998-05-31
1
-8
/
+11
*
arguments for "format" 'x', 'X', 'o' and 'u' must be unsigned int.
Roberto Ierusalimschy
1998-05-18
1
-3
/
+5
*
pattern-matching support for '\0'.
Roberto Ierusalimschy
1998-03-24
1
-41
/
+66
*
BUG: gsub('a', '(b?)%1*' ...) loops (because the capture is empty).
Roberto Ierusalimschy
1998-03-09
1
-3
/
+3
*
new names for "lua_pushlstr" and "lua_getstrlen"
Roberto Ierusalimschy
1998-03-06
1
-5
/
+5
*
support for strings with '\0'
Roberto Ierusalimschy
1998-03-06
1
-49
/
+49
*
bug: format size limits with little problems
Roberto Ierusalimschy
1998-01-27
1
-4
/
+4
*
details
Roberto Ierusalimschy
1998-01-09
1
-2
/
+2
*
small optimizations in switch order
Roberto Ierusalimschy
1998-01-09
1
-15
/
+15
*
new scheme for buffers, centralized in auxlib.
Roberto Ierusalimschy
1997-12-17
1
-81
/
+44
*
new structure for closures, without static variables.
Roberto Ierusalimschy
1997-12-15
1
-50
/
+62
*
details (mainly error messages)
Roberto Ierusalimschy
1997-12-09
1
-4
/
+4
*
small details by lint.
Roberto Ierusalimschy
1997-11-26
1
-2
/
+2
*
Standard library for strings and pattern-matching
Roberto Ierusalimschy
1997-09-16
1
-0
/
+534