Roberto Ierusalimschy
|
36b6fe8d17
better treatment for arbitrary limits
|
il y a 26 ans |
Roberto Ierusalimschy
|
924bbe020b
bigger limits
|
il y a 26 ans |
Roberto Ierusalimschy
|
7808ea3a5f
new implementation for '*' in patterns + new option '+'
|
il y a 26 ans |
Roberto Ierusalimschy
|
cc0f635ef7
'$' at end of pattern was matching regular '$', too.
|
il y a 26 ans |
Roberto Ierusalimschy
|
b678e465a1
warnings in Solaris
|
il y a 26 ans |
Roberto Ierusalimschy
|
6a853fcb8b
details (from lhf)
|
il y a 26 ans |
Roberto Ierusalimschy
|
bf6d2ccf92
details
|
il y a 26 ans |
Roberto Ierusalimschy
|
028ec00ab9
details
|
il y a 26 ans |
Roberto Ierusalimschy
|
1dcf1c9cbd
format "%s" may break limit of "sprintf" on some machines.
|
il y a 26 ans |
Roberto Ierusalimschy
|
b94110a68f
bug: "format" does not check size of format item (such as "%00000...00000d").
|
il y a 26 ans |
Roberto Ierusalimschy
|
766e67ef3b
to avoid warnings about "typecast" (Visual C++)
|
il y a 26 ans |
Roberto Ierusalimschy
|
c64f36ab2b
better behavior for "strsub" when indices are out-of-range
|
il y a 27 ans |
Roberto Ierusalimschy
|
a84bca67fc
bug: gsub/strfind do not check whether captures are properly finished.
|
il y a 27 ans |
Roberto Ierusalimschy
|
ad446a0eb0
"%q" can handle strings with '\0'.
|
il y a 27 ans |
Roberto Ierusalimschy
|
bee1a5aeb2
spelling
|
il y a 27 ans |
Roberto Ierusalimschy
|
e869d17eb1
functions should return explicit "nil"s.
|
il y a 27 ans |
Roberto Ierusalimschy
|
468fbdbde7
details
|
il y a 27 ans |
Roberto Ierusalimschy
|
9618aaf07d
small corrections in comments
|
il y a 27 ans |
Roberto Ierusalimschy
|
6152973f9c
new names for 'ascii' ('strbyte') and 'int2str' ('strchar')
|
il y a 27 ans |
Roberto Ierusalimschy
|
da252eeff7
arguments for "format" 'x', 'X', 'o' and 'u' must be unsigned int.
|
il y a 27 ans |
Roberto Ierusalimschy
|
daa937c043
pattern-matching support for '\0'.
|
il y a 27 ans |
Roberto Ierusalimschy
|
be6d215f67
BUG: gsub('a', '(b?)%1*' ...) loops (because the capture is empty).
|
il y a 27 ans |
Roberto Ierusalimschy
|
043c2ac258
new names for "lua_pushlstr" and "lua_getstrlen"
|
il y a 27 ans |
Roberto Ierusalimschy
|
88a2023c32
support for strings with '\0'
|
il y a 27 ans |
Roberto Ierusalimschy
|
8622dc18bf
bug: format size limits with little problems
|
il y a 27 ans |
Roberto Ierusalimschy
|
6ac047afc4
details
|
il y a 27 ans |
Roberto Ierusalimschy
|
0e1058cfdd
small optimizations in switch order
|
il y a 27 ans |
Roberto Ierusalimschy
|
502343b402
new scheme for buffers, centralized in auxlib.
|
il y a 28 ans |
Roberto Ierusalimschy
|
82d09fbf0d
new structure for closures, without static variables.
|
il y a 28 ans |
Roberto Ierusalimschy
|
80b3d28f4a
details (mainly error messages)
|
il y a 28 ans |