Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump copyright date. | Mike Pall | 2025-01-13 | 1 | -1/+1 |
| | |||||
* | Bump copyright date. | Mike Pall | 2023-08-20 | 1 | -1/+1 |
| | |||||
* | Prevent use of RTLD_DEFAULT when NO_RTLD_DEFAULT is defined. | Mike Pall | 2022-08-07 | 1 | -1/+1 |
| | | | | | Workaround for Android 4.4 bug. Thanks to gudzpoz. | ||||
* | Bump copyright date. | Mike Pall | 2022-01-15 | 1 | -1/+1 |
| | |||||
* | Bump copyright date. | Mike Pall | 2021-01-02 | 1 | -1/+1 |
| | |||||
* | Limit path length passed to C library loader. | Mike Pall | 2020-09-05 | 1 | -1/+6 |
| | |||||
* | Bump copyright date. | Mike Pall | 2020-01-20 | 1 | -1/+1 |
| | |||||
* | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
| | |||||
* | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
| | |||||
* | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
| | |||||
* | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | Fix MinGW build. | Mike Pall | 2013-12-21 | 1 | -3/+0 |
| | |||||
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | From Lua 5.2: Add package.loadlib(libname, "*"). | Mike Pall | 2012-10-12 | 1 | -12/+16 |
| | |||||
* | Fix package.searchpath(). | Mike Pall | 2012-09-21 | 1 | -6/+13 |
| | |||||
* | From Lua 5.2: Add -E command line option (ignore env vars). | Mike Pall | 2012-07-16 | 1 | -4/+8 |
| | |||||
* | CONSOLE: Fix PS3 build. | Mike Pall | 2012-06-10 | 1 | -0/+1 |
| | |||||
* | CONSOLE: Handle unimplemented features for console toolchains. | Mike Pall | 2012-06-09 | 1 | -0/+4 |
| | |||||
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | Don't increment module reference counts due to symbol resolving. | Mike Pall | 2011-11-27 | 1 | -1/+2 |
| | |||||
* | Always use ANSI variants of Windows system functions. | Mike Pall | 2011-09-02 | 1 | -1/+1 |
| | |||||
* | Load embedded bytecode with require(). | Mike Pall | 2011-08-17 | 1 | -25/+81 |
| | |||||
* | DUALNUM: Handle integer type in x86/x64 interpreter and libraries. | Mike Pall | 2011-02-27 | 1 | -1/+1 |
| | |||||
* | From Lua 5.2: Add package.searchpath(). | Mike Pall | 2011-02-20 | 1 | -10/+29 |
| | | | | Thanks to F. Perrad. | ||||
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 |
| | |||||
* | Add support for deferred library loads to lib_init.c. | Mike Pall | 2010-11-30 | 1 | -1/+1 |
| | |||||
* | Cleanup architecture, ABI and OS definitions. | Mike Pall | 2010-11-16 | 1 | -3/+3 |
| | |||||
* | Avoid name clash with standard POSIX function. | Mike Pall | 2010-05-09 | 1 | -6/+6 |
| | |||||
* | Major redesign of function call handling. | Mike Pall | 2010-02-13 | 1 | -2/+2 |
| | | | | | | | | | | | Drop call gates. Use function headers, dispatched like bytecodes. Emit BC_FUNCF/BC_FUNCV bytecode at PC 0 for all Lua functions. C functions and ASM fast functions get extra bytecodes. Modify internal calling convention: new base in BASE (formerly in RA). Can now use better C function wrapper semantics (dynamic on/off). Prerequisite for call hooks with zero-overhead if disabled. Prerequisite for compiling recursive calls. Prerequisite for efficient 32/64 bit prototype guards. | ||||
* | Bump all copyright dates to 2010. | Mike Pall | 2010-01-09 | 1 | -1/+1 |
| | |||||
* | RELEASE LuaJIT-2.0.0-beta2v2.0.0-beta2 | Mike Pall | 2009-12-08 | 1 | -0/+1 |
| | |||||
* | RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1 | Mike Pall | 2009-12-08 | 1 | -0/+508 |