Mike Pall
|
ef587afb2c
|
Merge branch 'master' into v2.1
|
2023-08-20 21:33:37 +02:00 |
|
Mike Pall
|
158a284cc9
|
Bump copyright date.
|
2023-08-20 21:25:30 +02:00 |
|
Mike Pall
|
7306ba78d6
|
Merge branch 'master' into v2.1
|
2022-01-15 19:42:30 +01:00 |
|
Mike Pall
|
c4dfb625ba
|
Bump copyright date.
|
2022-01-15 19:30:54 +01:00 |
|
Mike Pall
|
50d6883e60
|
Abstract out on-demand loading of FFI library.
|
2021-06-01 01:01:15 +02:00 |
|
Mike Pall
|
394fb6267a
|
String buffers, part 2a: internal SBuf reorg. Use full pointers.
Sponsored by fmad.io.
|
2021-06-01 00:45:06 +02:00 |
|
Mike Pall
|
1e66d0f9e6
|
Merge branch 'master' into v2.1
|
2021-01-02 21:56:07 +01:00 |
|
Mike Pall
|
f47c864b01
|
Bump copyright date.
|
2021-01-02 21:49:41 +01:00 |
|
Mike Pall
|
8ae5170cdc
|
Improve assertions.
|
2020-06-15 02:52:00 +02:00 |
|
Mike Pall
|
0ad60ccbc3
|
Make string to number conversions fail on NUL char.
Contributed by Igor Munkin.
|
2020-02-13 17:39:51 +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
|
e49863eda1
|
Followup fix for embedded bytecode loader.
|
2020-01-14 11:07:07 +01:00 |
|
Mike Pall
|
1357a25f81
|
Merge branch 'master' into v2.1
|
2020-01-13 14:50:30 +01:00 |
|
Mike Pall
|
8203399601
|
Fix embedded bytecode loader.
|
2020-01-13 14:28:43 +01:00 |
|
Mike Pall
|
1d9a337de6
|
Merge branch 'master' into v2.1
|
2019-12-08 19:50:36 +01:00 |
|
Mike Pall
|
16e5605eec
|
Prevent integer overflow while parsing long strings.
|
2019-12-08 19:35:25 +01: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
|
55c3b29f7b
|
Parse Unicode string escape \u{XX...}.
Thanks to drbo.
|
2015-08-30 00:10:15 +02:00 |
|
Mike Pall
|
ca5bbdf92a
|
Merge branch 'master' into v2.1
|
2015-02-02 11:06:45 +01:00 |
|
Mike Pall
|
dfa173b929
|
Fix lexer error for chunks without tokens.
|
2015-02-02 11:03:39 +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
|
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
|
19a9206caf
|
Refactor internal string formatting.
|
2013-05-12 23:52:09 +02:00 |
|
Mike Pall
|
9ec869b362
|
String buffer refactoring, part 4.
Add lua_State pointer to SBuf for buffer resizing.
|
2013-02-28 13:43:37 +01:00 |
|
Mike Pall
|
3c0157f426
|
String buffer refactoring, part 3.
Switch to pointers for start/end of buffer in lexer.
|
2013-02-28 02:31:30 +01:00 |
|
Mike Pall
|
87c51e7f57
|
Cleanup lexer source code.
|
2013-02-28 01:11:49 +01:00 |
|
Mike Pall
|
116cdd7e9a
|
String buffer refactoring, part 2.
Switch to pointers for start/pos/end of buffer.
Abstract out some buffer writers.
|
2013-02-27 21:28:28 +01:00 |
|
Mike Pall
|
28cfcf7744
|
String buffer refactoring, part 1.
Move string buffer handling to lj_buf.*.
Use common buffer resizing function.
|
2013-02-27 17:29:35 +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 |
|