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
/
ltablib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
removed and deprecated functions really removed from the code base
Roberto Ierusalimschy
2011-07-05
1
-11
/
+3
*
'table.pack' also returns 'n' + 'deprecated' changed to 'removed'
Roberto Ierusalimschy
2011-07-02
1
-15
/
+17
*
table library respects '#' metamethods
Roberto Ierusalimschy
2010-12-17
1
-4
/
+4
*
removed deprecated functions getn-foreach-foreachi
v5.2-alpha
Roberto Ierusalimschy
2010-11-23
1
-53
/
+7
*
corrected warnings from different compilers (mostly casts and small
Roberto Ierusalimschy
2010-10-25
1
-2
/
+3
*
new module policy: C modules do not create globals and do not register
Roberto Ierusalimschy
2010-07-02
1
-2
/
+2
*
better definitions for lua_[gs]etglobal + less uses of ENVIRONINDEX
Roberto Ierusalimschy
2010-03-13
1
-10
/
+10
*
table.pack was locking last result, avoiding its collection
Roberto Ierusalimschy
2010-01-13
1
-1
/
+3
*
'unpack' moved to table library (and therefore "renamed" to
Roberto Ierusalimschy
2009-12-28
1
-2
/
+24
*
code for error message for 'setn' removed
Roberto Ierusalimschy
2009-12-18
1
-7
/
+1
*
'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len'
Roberto Ierusalimschy
2009-12-17
1
-3
/
+3
*
new 'table.pack' function
Roberto Ierusalimschy
2009-12-07
1
-1
/
+25
*
'table.maxn' deprecated
Roberto Ierusalimschy
2009-11-26
1
-2
/
+7
*
new mark LUAMOD_API for all luaopen_* functions
Roberto Ierusalimschy
2009-11-24
1
-2
/
+2
*
'lua_lessthan' replaced by more generic 'lua_compare'
Roberto Ierusalimschy
2009-06-17
1
-2
/
+2
*
'context' added to suspendable calls
Roberto Ierusalimschy
2009-03-23
1
-5
/
+7
*
yielding across lua_call (first version)
Roberto Ierusalimschy
2009-03-10
1
-11
/
+19
*
'table.sort' detects invalid order function before calling it
Roberto Ierusalimschy
2008-04-07
1
-3
/
+3
*
'table.concat' may get confused with too large limits
Roberto Ierusalimschy
2008-02-14
1
-9
/
+15
*
BUG: table.remove removes last element of a table when given
Roberto Ierusalimschy
2007-11-26
1
-2
/
+3
*
better error message for 'concat'
Roberto Ierusalimschy
2007-09-12
1
-2
/
+4
*
detail
Roberto Ierusalimschy
2007-06-21
1
-2
/
+2
*
clearing some old compatibility code
Roberto Ierusalimschy
2007-06-21
1
-13
/
+4
*
more robust implementation for table.insert
Roberto Ierusalimschy
2005-10-23
1
-11
/
+18
*
new macro luaL_opt to avoid evaluating defaults when no needed
Roberto Ierusalimschy
2005-10-21
1
-5
/
+4
*
new function 'table.maxn'
Roberto Ierusalimschy
2005-09-20
1
-4
/
+20
*
detail
Roberto Ierusalimschy
2005-08-26
1
-2
/
+2
*
luaL_openlib -> luaL_register, luaL_putchar -> luaL_addchar
Roberto Ierusalimschy
2005-08-15
1
-2
/
+2
*
details (alphabetical order for list of functions)
Roberto Ierusalimschy
2005-07-12
1
-3
/
+3
*
detail
Roberto Ierusalimschy
2005-07-11
1
-3
/
+3
*
several small details
Roberto Ierusalimschy
2005-05-17
1
-2
/
+2
*
better quotes for strings in error messages
Roberto Ierusalimschy
2005-05-16
1
-2
/
+2
*
no more LUA_FIRSTINDEX
Roberto Ierusalimschy
2005-03-28
1
-10
/
+10
*
new "primitive" getn
Roberto Ierusalimschy
2005-03-16
1
-9
/
+12
*
details
Roberto Ierusalimschy
2004-12-07
1
-15
/
+15
*
`setn' returns its "self" (the table)
Roberto Ierusalimschy
2004-06-15
1
-2
/
+3
*
`tinsert' and `tremove' also use LUA_FIRSTINDEX
Roberto Ierusalimschy
2004-05-10
1
-14
/
+14
*
code parameterized by LUA_FIRSTINDEX (first index of an array)
Roberto Ierusalimschy
2004-05-10
1
-8
/
+9
*
new scheme for configuration through `luaconf.h'
Roberto Ierusalimschy
2004-04-30
1
-1
/
+2
*
new functions `lua_tointeger' and lua_pushinteger'
Roberto Ierusalimschy
2003-10-07
1
-3
/
+3
*
warnings from several compilers (mainly typecasts when lua_Number is float)
Roberto Ierusalimschy
2003-04-03
1
-3
/
+3
*
new names for functions that open C libraries
Roberto Ierusalimschy
2003-03-11
1
-2
/
+2
*
getn/setn in C moved to lauxlib
Roberto Ierusalimschy
2003-01-27
1
-58
/
+7
*
`openlib' functions return new module
Roberto Ierusalimschy
2002-12-20
1
-2
/
+2
*
each .c file defines its own name
Roberto Ierusalimschy
2002-12-04
1
-1
/
+3
*
better names for auxiliar functions
Roberto Ierusalimschy
2002-11-14
1
-17
/
+17
*
back to `__mode' metafield to specify weakness
Roberto Ierusalimschy
2002-11-14
1
-2
/
+6
*
optional limits for table.concat
Roberto Ierusalimschy
2002-10-23
1
-4
/
+6
*
detail
Roberto Ierusalimschy
2002-10-04
1
-3
/
+2
*
`luadebug.h' content now is included in `lua.h'
Roberto Ierusalimschy
2002-08-06
1
-2
/
+1
[next]