forked from LuaDist/luajit
-
Notifications
You must be signed in to change notification settings - Fork 0
Fix Makefile when luaconf.h doesn't exist. #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
uncle-betty
wants to merge
52
commits into
master
Choose a base branch
from
tlo/fix-clean
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
Remove LUAJIT_TARGET= (interfering with #ifndef LUAJIT_TARGET on Win32). Add LuaJIT_RUN_DYNASM=1 option for optionally rebuilding headers with dynasm. Use buildvm target reference directly in add_custom_command (more correct). Link to lj_vm.obj on msvc. Disable old lua.def, which links to non-existent symbols in LuaJIT2.
RELEASE LuaJIT-2.0.1 (fixed)
RELEASE LuaJIT-2.0.2 * tag 'v2.0.2' of http://luajit.org/git/luajit-2.0: (35 commits) RELEASE LuaJIT-2.0.2 Update changelog. PPC: Add plt suffix for external calls from assembler code. FFI: Preserve intermediate string for const char * conversion. Fix compatibility issues with Illumos. Add missing PHI barrier to string.sub(str, a, b) == kstr FOLD rule. FFI: Must sink XBAR together with XSTOREs. FFI: Fix unroll limit for ffi.fill(). FFI: Insert no-op type conversion for pointer to integer cast. FFI: Improve error messages for arithmetic and comparison operators. Handle calls with max. args in backends even after SPLIT. FFI: Fix calling conventions for ARM hard-float EABI. FFI: Fix calling conventions for 32 bit OSX and iOS simulator. Add partial support for building with MingW64 GCC 4.8-SEH. FFI: Ignore CTF_LONG in ffi.istype(). Fix optional argument handling in table.concat(). Fix optional argument handling while recording builtins. FFI: Fix tailcall in lowest frame to C function with bool result. Fix builtin string to number conversion for overflow digits. Tighten requirements for non-default optimization flags. ...
… were not set preventing require to find modules
RELEASE LuaJIT-2.0.3 * tag 'v2.0.3' of http://luajit.org/git/luajit-2.0: (58 commits) RELEASE LuaJIT-2.0.3 Update changelog. DynASM: Emit version check after .arch directive. Don't access dangling reference to reallocated IR. Fix frame depth display for bytecode dump in -jdump. Fix recording of BC_VARG. Fix for -jdump docs. Add PS4 port. Don't purge modified function from stack slots in BC_RET. FFI: Disallow nested VLS. Prevent BASE register coalescing if parent uses IR_RETF. Fix quoting in xedkbuild.bat (again). Fix exception unwind struct declaration. Fix OSX build issue. Fix initial maxslot for down-recursive traces. Fix compiler warnings. Fix OSX build issue. FFI: Fix cts->L for cdata unsinking in snapshot restore. Bump copyright date to 2014. Fix ABC elimination. ...
…s library containing just time-related functions.
03403ca to
803de9d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.