-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #514 from SnabbCo/next
Merge branch 'next' for release v2015.07 "Lime"
- Loading branch information
Showing
99 changed files
with
1,977 additions
and
1,807 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule luajit
updated
41 files
+51 −1 | doc/changes.html | |
+13 −3 | doc/install.html | |
+1 −1 | doc/luajit.html | |
+1 −1 | doc/running.html | |
+2 −11 | doc/status.html | |
+9 −2 | dynasm/dasm_ppc.h | |
+93 −9 | dynasm/dasm_ppc.lua | |
+13 −4 | src/Makefile | |
+1 −1 | src/host/buildvm.c | |
+11 −0 | src/host/buildvm_asm.c | |
+1 −1 | src/lib_base.c | |
+2 −2 | src/lib_io.c | |
+8 −0 | src/lib_package.c | |
+45 −12 | src/lj_arch.h | |
+4 −2 | src/lj_asm_ppc.h | |
+6 −2 | src/lj_asm_x86.h | |
+6 −1 | src/lj_ccallback.c | |
+6 −1 | src/lj_cdata.c | |
+8 −0 | src/lj_clib.c | |
+21 −7 | src/lj_err.c | |
+32 −0 | src/lj_ffrecord.c | |
+21 −1 | src/lj_frame.h | |
+2 −2 | src/lj_gdbjit.c | |
+16 −1 | src/lj_jit.h | |
+8 −3 | src/lj_opt_fold.c | |
+1 −0 | src/lj_opt_mem.c | |
+13 −8 | src/lj_opt_narrow.c | |
+100 −2 | src/lj_record.c | |
+1 −1 | src/lj_strscan.c | |
+3 −3 | src/lj_tab.c | |
+1 −0 | src/lj_tab.h | |
+1 −1 | src/lj_target_ppc.h | |
+4 −0 | src/lj_target_x86.h | |
+9 −3 | src/lj_trace.c | |
+3 −0 | src/lj_traceerr.h | |
+2 −2 | src/ps4build.bat | |
+1 −0 | src/vm_arm64.dasc | |
+4 −11 | src/vm_ppc.dasc | |
+4,902 −0 | src/vm_x64.dasc | |
+31 −5 | src/vm_x86.dasc | |
+101 −0 | src/xb1build.bat |
Submodule pflua
updated
39 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.