aboutsummaryrefslogtreecommitdiff
path: root/src/lj_lex.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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