summaryrefslogtreecommitdiff
path: root/src/lj_lex.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | 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
| |
* | String buffer refactoring, part 3.Mike Pall2013-02-281-2/+2
| | | | | | | | Switch to pointers for start/end of buffer in lexer.
* | Cleanup lexer source code.Mike Pall2013-02-281-6/+7
| |
* | String buffer refactoring, part 2.Mike Pall2013-02-271-1/+0
| | | | | | | | | | Switch to pointers for start/pos/end of buffer. Abstract out some buffer writers.
* | String buffer refactoring, part 1.Mike Pall2013-02-271-0/+1
|/ | | | | Move string buffer handling to lj_buf.*. Use common buffer resizing function.
* Bump copyright date to 2013.Mike Pall2013-02-111-2/+1
|
* Fix detection of immutable upvalues.Mike Pall2012-10-211-1/+3
|
* Move load/dump functions to lj_load.c. Add load modes.Mike Pall2012-09-211-0/+1
|
* From Lua 5.2: Add goto and ::label:: statements.Mike Pall2012-09-161-2/+3
|
* Add support for bytecode loading/saving.Mike Pall2011-06-131-1/+1
|
* Flatten and compress in-memory debug info (saves ~70%).Mike Pall2011-06-091-0/+7
|
* Reorder various structs to reduce padding (thanks to /usr/bin/pahole).Mike Pall2010-03-151-2/+2
|
* Redesign of prototype generation, part 3: bc and lineinfo.Mike Pall2010-02-081-0/+8
| | | | | Use a growable, per-chunk bytecode instruction/line stack. Collect bc/lineinfo for prototype at the end.
* Redesign of prototype generation, part 1: varinfo and uvname.Mike Pall2010-02-081-1/+5
| | | | | Use a growable, per-chunk variable stack. Collect varinfo/uvname for prototype at the end.
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+63