aboutsummaryrefslogtreecommitdiff
path: root/src/lj_lex.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\
| * Bump copyright date.Mike Pall2025-01-131-1/+1
* | Add cross-32/64 bit and deterministic bytecode generation.Mike Pall2024-01-221-0/+1
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
* | Abstract out on-demand loading of FFI library.Mike Pall2021-06-011-5/+1
* | String buffers, part 2a: internal SBuf reorg. Use full pointers.Mike Pall2021-06-011-5/+5
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | Improve assertions.Mike Pall2020-06-151-6/+8
* | Make string to number conversions fail on NUL char.Mike Pall2020-02-131-1/+1
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | Followup fix for embedded bytecode loader.Mike Pall2020-01-141-0/+1
* | Merge branch 'master' into v2.1Mike Pall2020-01-131-0/+6
|\|
| * Fix embedded bytecode loader.Mike Pall2020-01-131-0/+5
* | Merge branch 'master' into v2.1Mike Pall2019-12-081-1/+1
|\|
| * Prevent integer overflow while parsing long strings.Mike Pall2019-12-081-1/+1
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | Parse Unicode string escape \u{XX...}.Mike Pall2015-08-301-0/+27
* | Merge branch 'master' into v2.1Mike Pall2015-02-021-0/+1
|\|
| * Fix lexer error for chunks without tokens.Mike Pall2015-02-021-0/+1
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* | Refactor internal string formatting.Mike Pall2013-05-121-2/+3
* | String buffer refactoring, part 4.Mike Pall2013-02-281-1/+1
* | String buffer refactoring, part 3.Mike Pall2013-02-281-10/+8
* | Cleanup lexer source code.Mike Pall2013-02-281-144/+157
* | String buffer refactoring, part 2.Mike Pall2013-02-271-18/+9
* | String buffer refactoring, part 1.Mike Pall2013-02-271-9/+6
|/
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* Move load/dump functions to lj_load.c. Add load modes.Mike Pall2012-09-211-1/+1
* From Lua 5.2: Add goto and ::label:: statements.Mike Pall2012-09-161-1/+4
* Fix compilation with FFI disabled.Mike Pall2012-08-261-1/+3
* Replace strtod() with builtin string to number conversion.Mike Pall2012-08-251-79/+31
* Disable loading bytecode with an extra header (BOM or #!).Mike Pall2012-05-031-1/+17
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* Fix parsing of hex literals with exponents.Mike Pall2012-01-201-5/+8
* From Lua 5.2: Change \* to \z. Reject undefined escape sequences.Mike Pall2011-07-191-16/+14
* Add support for bytecode loading/saving.Mike Pall2011-06-131-6/+3
* Flatten and compress in-memory debug info (saves ~70%).Mike Pall2011-06-091-1/+1
* FFI: Register the FFI library as a loaded module in luaopen_ffi().Mike Pall2011-04-061-7/+0
* Get rid of the remaining silly cast macros from Lua.Mike Pall2011-03-101-1/+1