summaryrefslogtreecommitdiff
path: root/src/lj_lex.c
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright date.Mike Pall2022-01-151-1/+1
* Bump copyright date.Mike Pall2021-01-021-1/+1
* Bump copyright date.Mike Pall2020-01-201-1/+1
* Fix embedded bytecode loader.Mike Pall2020-01-131-0/+5
* Prevent integer overflow while parsing long strings.Mike Pall2019-12-081-1/+1
* Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* Fix lexer error for chunks without tokens.Mike Pall2015-02-021-0/+1
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* 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
* DUALNUM: Add integer type to core VM.Mike Pall2011-02-171-2/+7
* FFI: Preserve stack top across implicit load of FFI library in lexer.Mike Pall2011-01-091-1/+3
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
* FFI: Parse complex and 64 bit integer literals.Mike Pall2010-12-241-5/+90
* Parse '\*' escape in strings (from Lua 5.2).Mike Pall2010-11-221-0/+5
* Parse hexadecimal escapes in strings (from Lua 5.2).Mike Pall2010-11-191-12/+28
* Rename character type handling from lj_ctype* to lj_char*.Mike Pall2010-11-091-10/+10
* Fix parsing of hex floats.Mike Pall2010-11-011-18/+20
* Avoid compiler warning.Mike Pall2010-10-231-1/+1
* Simplify lexer a bit.Mike Pall2010-04-241-14/+12
* Redesign of prototype generation, part 3: bc and lineinfo.Mike Pall2010-02-081-0/+3
* Redesign of prototype generation, part 2: late init of chunkname.Mike Pall2010-02-081-4/+0
* Redesign of prototype generation, part 1: varinfo and uvname.Mike Pall2010-02-081-1/+13
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+393