Mike Pall
|
c4dfb625ba
|
Bump copyright date.
|
2022-01-15 19:30:54 +01:00 |
|
Mike Pall
|
f47c864b01
|
Bump copyright date.
|
2021-01-02 21:49:41 +01:00 |
|
Mike Pall
|
38a5ed4b43
|
Bump copyright date.
|
2020-01-20 23:26:51 +01:00 |
|
Mike Pall
|
8203399601
|
Fix embedded bytecode loader.
|
2020-01-13 14:28:43 +01:00 |
|
Mike Pall
|
16e5605eec
|
Prevent integer overflow while parsing long strings.
|
2019-12-08 19:35:25 +01:00 |
|
Mike Pall
|
b93a1dd0c8
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
|
Mike Pall
|
db1b399af1
|
Bump copyright date to 2016.
|
2016-03-03 12:02:22 +01:00 |
|
Mike Pall
|
dfa173b929
|
Fix lexer error for chunks without tokens.
|
2015-02-02 11:03:39 +01:00 |
|
Mike Pall
|
86913b9bbf
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
|
Mike Pall
|
ef59e54820
|
Bump copyright date to 2014.
|
2014-01-16 23:10:16 +01:00 |
|
Mike Pall
|
4a44c4ff69
|
Bump copyright date to 2013.
|
2013-02-11 12:54:48 +01: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
|
ead325b0c9
|
From Lua 5.2: Add goto and :🏷️: statements.
|
2012-09-16 18:46:04 +02:00 |
|
Mike Pall
|
cf3a263044
|
Fix compilation with FFI disabled.
|
2012-08-26 14:36:00 +02:00 |
|
Mike Pall
|
4c882fe714
|
Replace strtod() with builtin string to number conversion.
|
2012-08-25 23:02:29 +02:00 |
|
Mike Pall
|
53a285c0c3
|
Disable loading bytecode with an extra header (BOM or #!).
|
2012-05-03 19:04:44 +02:00 |
|
Mike Pall
|
10ef109eef
|
Bump copyright date to 2012.
|
2012-01-23 22:42:42 +01:00 |
|
Mike Pall
|
a72134e280
|
Fix parsing of hex literals with exponents.
|
2012-01-20 11:38:14 +01:00 |
|
Mike Pall
|
b261d0ec04
|
From Lua 5.2: Change \* to \z. Reject undefined escape sequences.
|
2011-07-19 20:58:10 +02:00 |
|
Mike Pall
|
4994fcc32c
|
Add support for bytecode loading/saving.
|
2011-06-13 01:04:11 +02:00 |
|
Mike Pall
|
8c32b38ca3
|
Flatten and compress in-memory debug info (saves ~70%).
|
2011-06-09 01:27:37 +02:00 |
|
Mike Pall
|
ee644872e3
|
FFI: Register the FFI library as a loaded module in luaopen_ffi().
Allows loading it on startup like other libraries in lib_init.c.
|
2011-04-06 01:31:21 +02:00 |
|
Mike Pall
|
889368e921
|
Get rid of the remaining silly cast macros from Lua.
|
2011-03-10 02:13:43 +01:00 |
|
Mike Pall
|
03946ac978
|
DUALNUM: Add integer type to core VM.
|
2011-02-17 00:44:14 +01:00 |
|
Mike Pall
|
9502afb35b
|
FFI: Preserve stack top across implicit load of FFI library in lexer.
|
2011-01-09 17:57:19 +01:00 |
|
Mike Pall
|
06f99fc3df
|
Bump copyright date to 2011.
|
2011-01-09 17:12:53 +01:00 |
|
Mike Pall
|
461bf77331
|
FFI: Parse complex and 64 bit integer literals.
|
2010-12-24 01:31:39 +01:00 |
|
Mike Pall
|
367ff0cdaa
|
Parse '\*' escape in strings (from Lua 5.2).
|
2010-11-22 22:22:12 +01:00 |
|
Mike Pall
|
29b8959df1
|
Parse hexadecimal escapes in strings (from Lua 5.2).
|
2010-11-19 18:15:50 +01:00 |
|
Mike Pall
|
ad29c1f39f
|
Rename character type handling from lj_ctype* to lj_char*.
|
2010-11-09 12:09:54 +01:00 |
|
Mike Pall
|
44372a4453
|
Fix parsing of hex floats.
|
2010-11-01 17:53:04 +01:00 |
|
Mike Pall
|
02dc9d1082
|
Avoid compiler warning.
|
2010-10-23 15:28:28 +02:00 |
|
Mike Pall
|
3a32bbc7cb
|
Simplify lexer a bit.
|
2010-04-24 20:23:02 +02:00 |
|
Mike Pall
|
4424027844
|
Redesign of prototype generation, part 3: bc and lineinfo.
Use a growable, per-chunk bytecode instruction/line stack.
Collect bc/lineinfo for prototype at the end.
|
2010-02-08 05:28:57 +01:00 |
|
Mike Pall
|
48d93d8c84
|
Redesign of prototype generation, part 2: late init of chunkname.
|
2010-02-08 05:27:43 +01:00 |
|
Mike Pall
|
60b5af4422
|
Redesign of prototype generation, part 1: varinfo and uvname.
Use a growable, per-chunk variable stack.
Collect varinfo/uvname for prototype at the end.
|
2010-02-08 05:26:52 +01:00 |
|
Mike Pall
|
4d9be5b8f8
|
Bump all copyright dates to 2010.
|
2010-01-09 14:28:11 +01:00 |
|
Mike Pall
|
55b1695971
|
RELEASE LuaJIT-2.0.0-beta1
|
2009-12-08 19:46:35 +01:00 |
|