aboutsummaryrefslogtreecommitdiff
path: root/src/lib_table.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\
| * Bump copyright date.Mike Pall2025-01-131-1/+1
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
* | String buffers, part 2a: internal SBuf reorg. Use full pointers.Mike Pall2021-06-011-1/+1
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* | Add some more extensions from Lua 5.2/5.3.Mike Pall2017-01-171-0/+20
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* | Add table.clear().Mike Pall2013-11-251-0/+12
* | Abstract out post-registration handling of pre-registered modules.Mike Pall2013-11-251-6/+1
* | Add table.new().Mike Pall2013-10-091-0/+20
* | Big renaming of string buffer/formatting/conversion functions.Mike Pall2013-05-131-1/+0
* | Merge branch 'master' into v2.1Mike Pall2013-05-081-2/+2
|\|
| * Fix optional argument handling in table.concat().Mike Pall2013-05-081-2/+2
* | Compile table.concat().Mike Pall2013-04-271-1/+1
* | Refactor table.concat().Mike Pall2013-04-271-21/+9
* | Use string buffer for table.concat().Mike Pall2013-03-201-9/+16
* | Replace table.remove with bytecode builtin.Mike Pall2013-02-241-21/+23
* | Replace table.getn/foreach/foreachi with bytecode builtins.Mike Pall2013-02-231-42/+26
|/
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* 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