Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a securely seeded global PRNG for the VM. | Mike Pall | 2020-06-15 | 1 | -6/+2 |
| | | | | It's not 2005 anymore. | ||||
* | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-20 | 1 | -1/+1 |
|\ | |||||
| * | Bump copyright date. | Mike Pall | 2020-01-20 | 1 | -1/+1 |
| | | |||||
* | | Improve luaL_addlstring(). | Mike Pall | 2019-01-10 | 1 | -2/+9 |
| | | | | | | | | Thanks to Domingo Alvarez Duarte. | ||||
* | | Add some more changes and extensions from Lua 5.2. | Mike Pall | 2017-03-30 | 1 | -23/+34 |
| | | | | | | | | Contributed by François Perrad. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
| | | |||||
* | | LJ_GC64: Allow optional use of the system memory allocator. | Mike Pall | 2016-06-03 | 1 | -3/+3 |
|/ | |||||
* | 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 |
| | |||||
* | x64: Allow building with LUAJIT_USE_SYSMALLOC and LUAJIT_USE_VALGRIND. | Mike Pall | 2014-04-21 | 1 | -1/+1 |
| | | | | | | Valgrind 3.9 killed MAP_32BIT support. Ugh. So now we have to rely on undocumented behavior where Valgrind always allocates from the bottom of memory. Alas, such a binary won't run properly without Valgrind. | ||||
* | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | From Lua 5.2: Extended results from os.execute() and pipe:close(). | Mike Pall | 2012-09-24 | 1 | -0/+55 |
| | | | | Needs -DLUAJIT_ENABLE_LUA52COMPAT. | ||||
* | Move load/dump functions to lj_load.c. Add load modes. | Mike Pall | 2012-09-21 | 1 | -77/+0 |
| | |||||
* | Replace some trivial uses of fprintf() with fputs. | Mike Pall | 2012-08-26 | 1 | -3/+6 |
| | |||||
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | Fix bytecode loading on Windows. | Mike Pall | 2011-06-14 | 1 | -1/+1 |
| | |||||
* | Clean up memory allocator initialization and catch early OOM. | Mike Pall | 2011-05-30 | 1 | -15/+20 |
| | |||||
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 |
| | |||||
* | Force error if lua_newstate() is used in 64 bit mode. | Mike Pall | 2010-01-24 | 1 | -0/+14 |
| | |||||
* | Add some sanity checks for allocator in 64 bit mode. | Mike Pall | 2010-01-18 | 1 | -0/+4 |
| | |||||
* | 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 | -91/+5 |
| | |||||
* | RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1 | Mike Pall | 2009-12-08 | 1 | -0/+438 |