Mike Pall
|
fc1c4da3cc
|
Merge branch 'master' into v2.1
|
2020-03-20 13:38:05 +01:00 |
|
Mike Pall
|
e613105ca9
|
Fix write barrier for lua_setupvalue() and debug.setupvalue().
|
2020-03-20 13:35:49 +01:00 |
|
Mike Pall
|
87b111f0fe
|
Merge branch 'master' into v2.1
|
2020-01-20 23:34:21 +01:00 |
|
Mike Pall
|
38a5ed4b43
|
Bump copyright date.
|
2020-01-20 23:26:51 +01:00 |
|
Mike Pall
|
de26f76e2e
|
From Lua 5.2: Add lua_tonumberx() and lua_tointegerx().
Contributed by François Perrad.
|
2017-04-07 12:48:37 +02:00 |
|
Mike Pall
|
2b8de8cfc6
|
From Lua 5.2: Add luaL_setmetatable().
Contributed by François Perrad.
|
2017-04-07 12:38:05 +02:00 |
|
Mike Pall
|
cde968f91f
|
From Lua 5.2: Add luaL_testudata().
Contributed by François Perrad.
|
2017-04-07 12:31:06 +02:00 |
|
Mike Pall
|
f2e2a3f757
|
From Lua 5.3: Add lua_isyieldable().
Contributed by François Perrad.
|
2017-04-07 12:27:09 +02:00 |
|
Mike Pall
|
ef23b70eb6
|
From Lua 5.2: Add lua_copy().
Contributed by François Perrad.
|
2017-04-07 12:24:26 +02:00 |
|
Mike Pall
|
c67a098292
|
From Lua 5.2: Add lua_version().
Contributed by François Perrad.
|
2017-04-07 12:21:41 +02:00 |
|
Mike Pall
|
9c685f7003
|
Refactor with LUA_OK.
Contributed by François Perrad.
|
2017-04-07 12:12:03 +02:00 |
|
Mike Pall
|
71ff7ef8a7
|
Merge branch 'master' into v2.1
|
2017-01-17 12:41:05 +01:00 |
|
Mike Pall
|
b93a1dd0c8
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
|
Mike Pall
|
f4231949b5
|
Merge branch 'master' into v2.1
|
2016-03-03 12:11:37 +01:00 |
|
Mike Pall
|
db1b399af1
|
Bump copyright date to 2016.
|
2016-03-03 12:02:22 +01:00 |
|
Mike Pall
|
86c21bd245
|
Add collectgarbage("isrunning").
|
2015-10-01 16:26:00 +02:00 |
|
Mike Pall
|
9647aab0dc
|
LJ_FR2: Fix lua_settable() and lua_setfield().
|
2015-01-07 13:17:57 +01:00 |
|
Mike Pall
|
0a5045c34e
|
Merge branch 'master' into v2.1
|
2015-01-06 00:12:45 +01:00 |
|
Mike Pall
|
86913b9bbf
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
|
Mike Pall
|
cb481ddc8f
|
Add LJ_GC64 mode: 64 bit GC object references.
Actually NaN tagging with 47 bit pointers and 13+4 bit tags.
|
2015-01-03 15:23:58 +01:00 |
|
Mike Pall
|
054e6abe37
|
Add LJ_FR2 mode: Two-slot frame info.
|
2015-01-03 15:04:38 +01:00 |
|
Mike Pall
|
5cb6e2eaaf
|
Cleanup of TValue setters. No functional changes.
|
2014-12-20 01:48:00 +01:00 |
|
Mike Pall
|
6e9145a882
|
Cleanup of memory vs. GC sizes. No functional changes.
|
2014-12-20 00:17:50 +01:00 |
|
Mike Pall
|
881f48f980
|
Cleanup of frame handling. No functional changes.
|
2014-12-15 02:27:27 +01:00 |
|
Mike Pall
|
a9d4543601
|
Merge branch 'master' into v2.1
|
2014-01-16 23:18:34 +01:00 |
|
Mike Pall
|
ef59e54820
|
Bump copyright date to 2014.
|
2014-01-16 23:10:16 +01:00 |
|
Mike Pall
|
8a2b2beac2
|
Merge branch 'master' into v2.1
|
2013-11-05 19:46:41 +01:00 |
|
Mike Pall
|
8941b1994e
|
Fix for last commit
|
2013-11-05 19:45:04 +01:00 |
|
Mike Pall
|
c8cfca0557
|
Add table.new().
|
2013-10-09 17:02:01 +02:00 |
|
Mike Pall
|
8f90a1279e
|
Big renaming of string buffer/formatting/conversion functions.
|
2013-05-13 10:15:07 +02:00 |
|
Mike Pall
|
625ffca739
|
Refactor raw object to pointer or string conversions.
|
2013-05-13 01:23:33 +02:00 |
|
Mike Pall
|
19a9206caf
|
Refactor internal string formatting.
|
2013-05-12 23:52:09 +02:00 |
|
Mike Pall
|
4a44c4ff69
|
Bump copyright date to 2013.
|
2013-02-11 12:54:48 +01:00 |
|
Mike Pall
|
eabfdfe1aa
|
Don't use stack unwinding for lua_yield().
|
2012-10-09 13:19:57 +02:00 |
|
Mike Pall
|
3dceaa9a74
|
Move load/dump functions to lj_load.c. Add load modes.
|
2012-09-21 16:32:24 +02:00 |
|
Mike Pall
|
8352335c74
|
From Lua 5.2: Add debug.upvalueid() and debug.upvaluejoin().
Ditto for lua_upvalueid() and lua_upvaluejoin().
|
2012-09-20 17:36:15 +02:00 |
|
Mike Pall
|
4c882fe714
|
Replace strtod() with builtin string to number conversion.
|
2012-08-25 23:02:29 +02:00 |
|
Mike Pall
|
68ca796d28
|
Make lua_concat() work from C hook with partial frame.
|
2012-04-12 12:02:38 +02:00 |
|
Mike Pall
|
10ef109eef
|
Bump copyright date to 2012.
|
2012-01-23 22:42:42 +01:00 |
|
Mike Pall
|
bd758df76a
|
Replace stack slot for implicit number->string conv. in Lua/C API.
|
2011-11-21 20:50:27 +01:00 |
|
Mike Pall
|
4994fcc32c
|
Add support for bytecode loading/saving.
|
2011-06-13 01:04:11 +02:00 |
|
Mike Pall
|
0c8696dfbf
|
No need for L argument to lj_str_initbuf().
|
2011-06-12 21:09:20 +02:00 |
|
Mike Pall
|
8c32b38ca3
|
Flatten and compress in-memory debug info (saves ~70%).
|
2011-06-09 01:27:37 +02:00 |
|
Mike Pall
|
585cf05dbd
|
Move debugging/introspection functionality to lj_debug.c.
|
2011-06-07 21:37:24 +02:00 |
|
Mike Pall
|
fa5cd010e8
|
Add support for tailcalls from internal C functions.
PPC: Fix __call metamethod for tailcalls.
|
2011-04-12 19:13:11 +02:00 |
|
Mike Pall
|
642ae06916
|
x64: Use external unwinding for lua_yield().
|
2011-03-18 23:38:05 +01:00 |
|
Mike Pall
|
889368e921
|
Get rid of the remaining silly cast macros from Lua.
|
2011-03-10 02:13:43 +01:00 |
|
Mike Pall
|
e1aa8d0d97
|
FFI: Fix compiled ffi.string() semantics.
|
2011-02-28 19:47:51 +01:00 |
|
Mike Pall
|
03946ac978
|
DUALNUM: Add integer type to core VM.
|
2011-02-17 00:44:14 +01:00 |
|
Mike Pall
|
06f99fc3df
|
Bump copyright date to 2011.
|
2011-01-09 17:12:53 +01:00 |
|