.. |
host
|
OSX: Fix build with recent XCode.
|
2017-04-07 11:59:08 +02:00 |
jit
|
Fix saved bytecode encapsulated in ELF objects.
|
2017-11-16 12:58:12 +01:00 |
.gitignore
|
Reorganize build process.
|
2012-06-09 15:12:44 +02:00 |
lauxlib.h
|
From Lua 5.2: Add luaL_traceback().
|
2012-10-01 20:45:30 +02:00 |
lib_aux.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lib_base.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lib_bit.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lib_debug.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lib_ffi.c
|
FFI: Don't assert on #1LL (5.2 compatibility mode only).
|
2018-01-29 12:47:08 +01:00 |
lib_init.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lib_io.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lib_jit.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lib_math.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lib_os.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lib_package.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lib_string.c
|
Fix string.format("%c", 0).
|
2018-01-14 14:11:59 +01:00 |
lib_table.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_alloc.c
|
Cygwin: Allow cross-builds to non-Cygwin targets.
|
2016-04-03 19:07:19 +02:00 |
lj_alloc.h
|
RELEASE LuaJIT-2.0.0-beta1
|
2009-12-08 19:46:35 +01:00 |
lj_api.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_arch.h
|
PPC/NetBSD: Fix endianess check.
|
2018-06-05 11:36:18 +02:00 |
lj_asm_arm.h
|
ARM: Fix GCC 7 -Wimplicit-fallthrough warnings.
|
2019-04-29 18:02:50 +02:00 |
lj_asm_mips.h
|
MIPS: Fix handling of spare long-range jump slots.
|
2017-06-07 19:36:46 +02:00 |
lj_asm_ppc.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_asm_x86.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_asm.c
|
ARM: Fix GCC 7 -Wimplicit-fallthrough warnings.
|
2019-04-29 18:02:50 +02:00 |
lj_asm.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_bc.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_bc.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_bcdump.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_bcread.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_bcwrite.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_carith.c
|
FFI: Don't assert on #1LL (5.2 compatibility mode only).
|
2018-01-29 12:47:08 +01:00 |
lj_carith.h
|
FFI: Don't assert on #1LL (5.2 compatibility mode only).
|
2018-01-29 12:47:08 +01:00 |
lj_ccall.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_ccall.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_ccallback.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_ccallback.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_cconv.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_cconv.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_cdata.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_cdata.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_char.c
|
Rename character type handling from lj_ctype* to lj_char*.
|
2010-11-09 12:09:54 +01:00 |
lj_char.h
|
Replace strtod() with builtin string to number conversion.
|
2012-08-25 23:02:29 +02:00 |
lj_clib.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_clib.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_cparse.c
|
Fix GCC 7 -Wimplicit-fallthrough warnings.
|
2018-01-29 13:06:13 +01:00 |
lj_cparse.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_crecord.c
|
FFI: Add tonumber() specialization for failed conversions.
|
2018-04-22 13:27:25 +02:00 |
lj_crecord.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_ctype.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_ctype.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_debug.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_debug.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_def.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_dispatch.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_dispatch.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_emit_arm.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_emit_mips.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_emit_ppc.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_emit_x86.h
|
x86/x64: Check for jcc when using xor r,r in emit_loadi().
|
2018-05-20 12:40:33 +02:00 |
lj_err.c
|
Fix GCC 7 -Wimplicit-fallthrough warnings.
|
2018-01-29 13:06:13 +01:00 |
lj_err.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_errmsg.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_ff.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_ffrecord.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_ffrecord.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_frame.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_func.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_func.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_gc.c
|
Remove internal __mode = "K" and replace with safe check.
|
2017-03-08 22:03:17 +01:00 |
lj_gc.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_gdbjit.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_gdbjit.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_ir.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_ir.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_ircall.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_iropt.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_jit.h
|
Fix overflow of snapshot map offset.
|
2019-01-10 12:19:30 +01:00 |
lj_lex.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_lex.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_lib.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_lib.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_load.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_mcode.c
|
MIPS: Fix handling of spare long-range jump slots.
|
2017-06-07 19:36:46 +02:00 |
lj_mcode.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_meta.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_meta.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_obj.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_obj.h
|
FFI: Make FP to U64 conversions match JIT backend behavior.
|
2018-05-20 12:25:36 +02:00 |
lj_opt_dce.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_opt_fold.c
|
Fix FOLD rule for strength reduction of widening.
|
2017-11-08 12:53:05 +01:00 |
lj_opt_loop.c
|
Fix overflow of snapshot map offset.
|
2019-01-10 12:19:30 +01:00 |
lj_opt_mem.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_opt_narrow.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_opt_sink.c
|
Fix GCC 7 -Wimplicit-fallthrough warnings.
|
2018-01-29 13:06:13 +01:00 |
lj_opt_split.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_parse.c
|
Fix GCC 7 -Wimplicit-fallthrough warnings.
|
2018-01-29 13:06:13 +01:00 |
lj_parse.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_record.c
|
Add missing LJ_MAX_JSLOTS check.
|
2017-05-17 17:37:35 +02:00 |
lj_record.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_snap.c
|
Fix overflow of snapshot map offset.
|
2019-01-10 12:19:30 +01:00 |
lj_snap.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_state.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_state.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_str.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_str.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_strscan.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_strscan.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_tab.c
|
Fix rechaining of pseudo-resurrected string keys.
|
2018-02-27 23:02:23 +01:00 |
lj_tab.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_target_arm.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_target_mips.h
|
MIPS: Don't use RID_GP as a scratch register.
|
2017-02-20 02:35:24 +01:00 |
lj_target_ppc.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_target_x86.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_target.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_trace.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_trace.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_traceerr.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_udata.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_udata.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_vm.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_vmevent.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_vmevent.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj_vmmath.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lj.supp
|
Fix Valgrind suppressions.
|
2016-06-03 06:39:52 +02:00 |
ljamalg.c
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
lua.h
|
Move load/dump functions to lj_load.c. Add load modes.
|
2012-09-21 16:32:24 +02:00 |
lua.hpp
|
RELEASE LuaJIT-2.0.0-beta2
|
2009-12-08 19:49:20 +01:00 |
luaconf.h
|
RELEASE LuaJIT-2.0.5
|
2017-05-01 20:10:28 +02:00 |
luajit.c
|
Clear stack after print_jit_status() in CLI.
|
2018-01-29 13:25:51 +01:00 |
luajit.h
|
RELEASE LuaJIT-2.0.5
|
2017-05-01 20:10:28 +02:00 |
lualib.h
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
Makefile
|
Fix MinGW build.
|
2019-01-10 12:37:09 +01:00 |
Makefile.dep
|
FFI: Fix frame traversal for backtraces with FFI callbacks.
|
2014-06-12 10:58:22 +02:00 |
msvcbuild.bat
|
Add workaround for MSVC 2015 stdio changes.
|
2017-04-17 12:29:35 +02:00 |
ps4build.bat
|
x64: Allow building without external unwinder.
|
2015-06-09 22:08:40 +02:00 |
psvitabuild.bat
|
Add PS Vita port.
|
2014-04-27 00:09:45 +02:00 |
vm_arm.dasc
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
vm_mips.dasc
|
MIPS: Backport workaround for compact unwind tables.
|
2017-02-20 02:29:42 +01:00 |
vm_ppc.dasc
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
vm_ppcspe.dasc
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
vm_x86.dasc
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
xedkbuild.bat
|
Fix quoting in xedkbuild.bat (again).
|
2014-02-12 00:44:14 +01:00 |