summaryrefslogtreecommitdiff
path: root/src/lib_package.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix Xbox One port.Mike Pall2015-06-161-2/+2
|
* Add Xbox One port.Mike Pall2015-06-121-0/+8
|
* Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
| |
* | Cleanup of memory vs. GC sizes. No functional changes.Mike Pall2014-12-201-2/+2
| |
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2013-12-211-3/+0
|\|
| * Fix MinGW build.Mike Pall2013-12-211-3/+0
| |
* | Fix loading of embedded bytecode.Mike Pall2013-09-191-2/+2
|/
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* From Lua 5.2: Add package.loadlib(libname, "*").Mike Pall2012-10-121-12/+16
|
* Fix package.searchpath().Mike Pall2012-09-211-6/+13
|
* From Lua 5.2: Add -E command line option (ignore env vars).Mike Pall2012-07-161-4/+8
|
* CONSOLE: Fix PS3 build.Mike Pall2012-06-101-0/+1
|
* CONSOLE: Handle unimplemented features for console toolchains.Mike Pall2012-06-091-0/+4
|
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
|
* Don't increment module reference counts due to symbol resolving.Mike Pall2011-11-271-1/+2
|
* Always use ANSI variants of Windows system functions.Mike Pall2011-09-021-1/+1
|
* Load embedded bytecode with require().Mike Pall2011-08-171-25/+81
|
* DUALNUM: Handle integer type in x86/x64 interpreter and libraries.Mike Pall2011-02-271-1/+1
|
* From Lua 5.2: Add package.searchpath().Mike Pall2011-02-201-10/+29
| | | | Thanks to F. Perrad.
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
|
* Add support for deferred library loads to lib_init.c.Mike Pall2010-11-301-1/+1
|
* Cleanup architecture, ABI and OS definitions.Mike Pall2010-11-161-3/+3
|
* Avoid name clash with standard POSIX function.Mike Pall2010-05-091-6/+6
|
* Major redesign of function call handling.Mike Pall2010-02-131-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 Pall2010-01-091-1/+1
|
* RELEASE LuaJIT-2.0.0-beta2v2.0.0-beta2Mike Pall2009-12-081-0/+1
|
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+508