summaryrefslogtreecommitdiff
path: root/src/lib_table.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* From Lua 5.2: Add table.pack(). Needs -DLUAJIT_ENABLE_LUA52COMPAT.Mike Pall2012-09-281-0/+18
* Use 0/1 macro for Lua 5.2 compatibility.Mike Pall2012-09-121-1/+1
* Avoid compiler warnings about redefined C++ keywords.Mike Pall2012-07-091-1/+1
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* Fix table.maxn().Mike Pall2011-02-231-1/+1
* From Lua 5.2: table.unpack(). Needs -DLUAJIT_ENABLE_LUA52COMPAT.Mike Pall2011-02-201-0/+4
* DUALNUM: Add integer type to core VM.Mike Pall2011-02-171-3/+5
* Use names defined in lualib.h for library registration.Mike Pall2011-02-021-1/+1
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
* Tighter check on table.sort function compliance (from Lua 5.2).Mike Pall2010-11-191-2/+2
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
* RELEASE LuaJIT-2.0.0-beta2v2.0.0-beta2Mike Pall2009-12-081-12/+12
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+276