aboutsummaryrefslogtreecommitdiff
path: root/src/lj_bcread.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor internal string formatting.Mike Pall2013-05-121-1/+2
|
* String buffer refactoring, part 4.Mike Pall2013-02-281-2/+2
| | | | Add lua_State pointer to SBuf for buffer resizing.
* String buffer refactoring, part 3.Mike Pall2013-02-281-49/+39
| | | | Switch to pointers for start/end of buffer in lexer.
* Cleanup lexer source code.Mike Pall2013-02-281-3/+3
|
* String buffer refactoring, part 2.Mike Pall2013-02-271-10/+11
| | | | | Switch to pointers for start/pos/end of buffer. Abstract out some buffer writers.
* String buffer refactoring, part 1.Mike Pall2013-02-271-17/+6
| | | | | Move string buffer handling to lj_buf.*. Use common buffer resizing function.
* Add support for embedding LuaJIT bytecode for builtins.Mike Pall2013-02-221-18/+16
|
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* FFI: Load FFI library on-demand for bytecode with cdata literals.Mike Pall2013-01-151-2/+12
|
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
|
* Load embedded bytecode with require().Mike Pall2011-08-171-1/+1
|
* Add support for bytecode loading/saving.Mike Pall2011-06-131-0/+466