index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
strlib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
counter for gsub only when there is a table (to keep full compatibility)
Roberto Ierusalimschy
1997-06-19
1
-3
/
+4
*
gsub aborts if error occurs.
Roberto Ierusalimschy
1997-06-19
1
-2
/
+5
*
using old version functions.
Roberto Ierusalimschy
1997-06-18
1
-2
/
+2
*
new arguments for gsub
Roberto Ierusalimschy
1997-06-18
1
-28
/
+9
*
"strsub" accepts negative indices (count from the end of the string).
Roberto Ierusalimschy
1997-06-16
1
-3
/
+6
*
detail: local names
Roberto Ierusalimschy
1997-04-06
1
-5
/
+5
*
luaL check functions do not need the function name (it can be
Roberto Ierusalimschy
1997-04-06
1
-29
/
+29
*
better error messages;
Roberto Ierusalimschy
1997-04-04
1
-11
/
+11
*
new (internal?) functions to manipulate userdata
Roberto Ierusalimschy
1997-03-26
1
-20
/
+24
*
new header 'auxlib.h' + new function luaL_verror
Roberto Ierusalimschy
1997-03-18
1
-11
/
+4
*
new module 'auxlib' centralizes functions to get/check parameters.
Roberto Ierusalimschy
1997-03-17
1
-64
/
+29
*
new pattern item ".-";
Roberto Ierusalimschy
1997-02-21
1
-10
/
+22
*
ANSI ctype only works for unsigned chars (or EOF)
Roberto Ierusalimschy
1996-11-22
1
-15
/
+15
*
BUG: ISO chars are negative, ISO ints are not.
Roberto Ierusalimschy
1996-11-20
1
-6
/
+30
*
SunOS is not ANSI about the return value of "sprintf".
Roberto Ierusalimschy
1996-11-07
1
-7
/
+6
*
small corrections in error messages
Roberto Ierusalimschy
1996-10-31
1
-5
/
+5
*
"strfind" has an extra parameter to turn off all special characteres.
Roberto Ierusalimschy
1996-10-31
1
-2
/
+3
*
new function "strrep"
Roberto Ierusalimschy
1996-09-20
1
-1
/
+12
*
"strmap" replaced by "strupper" and "strlower" (that's what people will
Roberto Ierusalimschy
1996-09-16
1
-67
/
+100
*
"[^]]" must mean "not ]".
Roberto Ierusalimschy
1996-08-09
1
-8
/
+13
*
singlematch and item_end are used by "read", in iolib.
Roberto Ierusalimschy
1996-08-05
1
-7
/
+7
*
Pattern-Matching!
Roberto Ierusalimschy
1996-08-01
1
-135
/
+359
*
variables which contain string lengths must be long (if they also may
Roberto Ierusalimschy
1996-05-22
1
-11
/
+11
*
new function "luaI_openlib" to help open libs.
Roberto Ierusalimschy
1996-04-30
1
-8
/
+20
*
small "abstraction"
Roberto Ierusalimschy
1996-03-22
1
-11
/
+12
*
small bug in strfind.
Roberto Ierusalimschy
1996-03-21
1
-2
/
+2
*
functions "lua_is..." consider coercions.
Roberto Ierusalimschy
1996-03-19
1
-13
/
+5
*
new option 'q' in function "format".
Roberto Ierusalimschy
1996-03-14
1
-1
/
+16
*
old trick in "strsub" does not work with new hash table for strings.
Roberto Ierusalimschy
1996-02-12
1
-5
/
+5
*
"lua_check_number" accepts strings convertible to numbers.
Roberto Ierusalimschy
1996-02-09
1
-7
/
+15
*
elimination of function "int2str", as it can be replaced by "format('%c', .)"
Roberto Ierusalimschy
1996-01-26
1
-14
/
+1
*
add_char now is global.
Roberto Ierusalimschy
1996-01-22
1
-33
/
+102
*
error functions are shared by all libraries
Roberto Ierusalimschy
1995-11-10
1
-21
/
+21
*
new functions: "ascii" and "int2str",
Roberto Ierusalimschy
1995-10-09
1
-67
/
+92
*
new function for copy strings (strdup is not ANSI)
Roberto Ierusalimschy
1995-02-06
1
-5
/
+16
*
a null lua_Object is LUA_NOOBJECT, not NULL.
Roberto Ierusalimschy
1995-02-02
1
-8
/
+9
*
strdup is done via mem.c to control its memory allocation
Roberto Ierusalimschy
1995-01-14
1
-3
/
+3
*
function 'strfind' now has two optional parameters, to specify where
Roberto Ierusalimschy
1995-01-06
1
-4
/
+26
*
new constant LUA_NOOBJECT.
Roberto Ierusalimschy
1994-12-16
1
-8
/
+8
*
new API function 'lua_pushliteral'
Roberto Ierusalimschy
1994-12-13
1
-2
/
+2
*
new module for memory allocation
Roberto Ierusalimschy
1994-11-16
1
-5
/
+5
*
deletion of 'include mm.h'
Roberto Ierusalimschy
1994-10-18
1
-4
/
+1
*
inclusao de 'lualib.h' para ter prototipos das funcoes de
Waldemar Celes
1994-08-17
1
-1
/
+2
*
Acrescentar o include do gerenciador de memoria "mm".
Waldemar Celes
1994-03-28
1
-1
/
+3
*
String library to LUA
Waldemar Celes
1993-12-17
1
-12
/
+14
*
oldest known commit
The Lua team
1993-07-28
1
-0
/
+131