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
/
lbuiltin.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
better treatment for arbitrary limits
Roberto Ierusalimschy
1999-06-17
1
-2
/
+5
*
tremove erases its previous last element (to avoid locking potential
Roberto Ierusalimschy
1999-05-27
1
-7
/
+8
*
foreach, foreachi, foreachvar points to function in stack when stack
Roberto Ierusalimschy
1999-05-24
1
-14
/
+20
*
storing chunk "sources" instead of "filenames".
Roberto Ierusalimschy
1999-03-04
1
-2
/
+2
*
warnings
Roberto Ierusalimschy
1999-03-01
1
-4
/
+4
*
new function "lua_next" (+ new implementation for "next")
Roberto Ierusalimschy
1999-02-23
1
-89
/
+83
*
new function lua_nextvar
Roberto Ierusalimschy
1999-02-22
1
-8
/
+4
*
better control over calls to _ALERT and _ERRORMESSAGE (to avoid error
Roberto Ierusalimschy
1999-02-22
1
-14
/
+12
*
details
Roberto Ierusalimschy
1999-02-12
1
-2
/
+2
*
another (silly) debuging function.
Roberto Ierusalimschy
1999-02-08
1
-1
/
+7
*
compile option EXTRALIB for builtin functions that can be written in Lua.
Roberto Ierusalimschy
1999-02-04
1
-10
/
+14
*
no need to define functions for macros...
Roberto Ierusalimschy
1999-01-26
1
-2
/
+2
*
table entries with ref=null always have val=null too.
Roberto Ierusalimschy
1999-01-25
1
-2
/
+2
*
C cannot initialize a struct.
Roberto Ierusalimschy
1999-01-22
1
-10
/
+10
*
"goto" for tail recursion changed to "while"
Roberto Ierusalimschy
1999-01-04
1
-14
/
+13
*
new sort algorithm.
Roberto Ierusalimschy
1999-01-04
1
-54
/
+66
*
new functions "tinsert" and "tremove"
Roberto Ierusalimschy
1998-12-30
1
-1
/
+34
*
tables are better manipulated via "Hash *" instead of "TObject" or
Roberto Ierusalimschy
1998-12-30
1
-31
/
+38
*
to avoid warnings about "typecast" (Visual C++)
Roberto Ierusalimschy
1998-12-28
1
-10
/
+8
*
reorder and rename of most functions, for better documentation.
Roberto Ierusalimschy
1998-12-27
1
-261
/
+312
*
"tonumber" goes crazy with negative numbers in other bases (not 10),
Roberto Ierusalimschy
1998-12-18
1
-2
/
+2
*
details
Roberto Ierusalimschy
1998-12-15
1
-88
/
+63
*
"print" uses fputs instead of printf (easier to reimplement).
Roberto Ierusalimschy
1998-12-15
1
-3
/
+4
*
small warnings
Roberto Ierusalimschy
1998-12-03
1
-2
/
+2
*
small optimization in "sort" + new functions "getn" and "foreachi"
Roberto Ierusalimschy
1998-11-13
1
-33
/
+63
*
new implementation for error handling: on error, function _ERRORMESSAGE
Roberto Ierusalimschy
1998-08-21
1
-2
/
+17
*
new function "sort" + many small changes
Roberto Ierusalimschy
1998-07-12
1
-44
/
+125
*
functions should return explicit "nil"s.
Roberto Ierusalimschy
1998-06-29
1
-4
/
+8
*
"dostring" accepts chunk name.
Roberto Ierusalimschy
1998-06-19
1
-4
/
+7
*
small corrections in comments
Roberto Ierusalimschy
1998-06-19
1
-2
/
+2
*
name: lua_pushCclosure -> lua_pushcclosure.
Roberto Ierusalimschy
1998-06-05
1
-2
/
+2
*
'print' now calls 'tostring'
Roberto Ierusalimschy
1998-05-31
1
-23
/
+30
*
better use of "ASSERT".
Roberto Ierusalimschy
1998-03-09
1
-3
/
+3
*
support for strings with '\0'
Roberto Ierusalimschy
1998-03-06
1
-15
/
+10
*
"settag" returns its first argument.
Roberto Ierusalimschy
1998-02-12
1
-1
/
+2
*
usefull macros also available as functions
Roberto Ierusalimschy
1998-02-12
1
-2
/
+2
*
MAX_WORD should not be bigger than MAX_INT
Roberto Ierusalimschy
1998-01-19
1
-3
/
+3
*
back to upavalues as extra arguments for C closures; this way it's
Roberto Ierusalimschy
1998-01-07
1
-2
/
+1
*
LUA_COMPAT2.5 may use #ifdef instead of #if
Roberto Ierusalimschy
1998-01-02
1
-2
/
+2
*
opctional "base" in "tonumber" convertion.
Roberto Ierusalimschy
1997-12-30
1
-6
/
+20
*
back to "lua_upvalue"... (seems better choice)
Roberto Ierusalimschy
1997-12-18
1
-1
/
+2
*
new scheme for buffers, centralized in auxlib.
Roberto Ierusalimschy
1997-12-17
1
-2
/
+2
*
optimization: closures without upvalues don't need to be closures
Roberto Ierusalimschy
1997-12-15
1
-2
/
+25
*
new API function and built-in "lua_copytagmethods"
Roberto Ierusalimschy
1997-12-11
1
-1
/
+9
*
details (mainly error messages)
Roberto Ierusalimschy
1997-12-09
1
-27
/
+12
*
other distribution of memory debug information.
Roberto Ierusalimschy
1997-12-01
1
-2
/
+9
*
no more protected global variables
Roberto Ierusalimschy
1997-11-28
1
-9
/
+1
*
other access method for C upvalues (as arguments)
Roberto Ierusalimschy
1997-11-27
1
-3
/
+5
*
global variables starting with '.' are protected in Lua (temporarily at
Roberto Ierusalimschy
1997-11-27
1
-3
/
+13
*
extra argument for "assert"
Roberto Ierusalimschy
1997-11-26
1
-2
/
+2
[next]