summaryrefslogtreecommitdiff
path: root/src/lj_meta.c
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright date.Mike Pall2022-01-151-1/+1
* Bump copyright date.Mike Pall2021-01-021-1/+1
* Bump copyright date.Mike Pall2020-01-201-1/+1
* Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* From Lua 5.2: Allow mixed metamethods for ordered comparisons.Mike Pall2012-09-281-2/+8
* Use 0/1 macro for Lua 5.2 compatibility.Mike Pall2012-09-121-8/+2
* Replace strtod() with builtin string to number conversion.Mike Pall2012-08-251-7/+5
* Make lua_concat() work from C hook with partial frame.Mike Pall2012-04-121-1/+6
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* FFI: Add callback support (for x86/x64).Mike Pall2011-11-141-1/+1
* From Lua 5.2: __len for tables. Needs -DLUAJIT_ENABLE_LUA52COMPAT.Mike Pall2011-06-201-2/+11
* FFI: Avoid unused functions if FFI is disabled.Mike Pall2011-05-271-0/+2
* Add support for tailcalls from internal C functions.Mike Pall2011-04-121-0/+24
* Avoid phantom stores to proxy tables.Mike Pall2011-04-101-6/+15
* Get rid of the remaining silly cast macros from Lua.Mike Pall2011-03-101-4/+4
* DUALNUM: Handle integer type in JIT compiler.Mike Pall2011-03-101-7/+21
* DUALNUM: Handle integer type in x86/x64 interpreter and libraries.Mike Pall2011-02-271-4/+15
* DUALNUM: Add integer type to core VM.Mike Pall2011-02-171-5/+7
* FFI: Don't swap operands for cdata __eq metamethod call.Mike Pall2011-01-171-7/+4
* FFI: Add 64 bit integer comparisons and pointer comparisons.Mike Pall2011-01-131-1/+39
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
* Turn TValue setter macros into inline functions.Mike Pall2010-04-261-5/+5
* Treat the tag of a TValue as unsigned everywhere.Mike Pall2010-04-251-2/+2
* Make metamethod names proper GC roots.Mike Pall2010-04-251-6/+5
* No longer let the GC replace dead keys with the LJ_TDEADKEY tag.Mike Pall2010-04-211-1/+1
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
* Logical 'not' must be sign-extended for address operands.Mike Pall2009-12-291-1/+1
* Use fastcall for remaining 1-arg/2-arg calls from interpreter.Mike Pall2009-12-271-2/+2
* Fast forward to sync public repo.Mike Pall2009-12-081-3/+3
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+358