summaryrefslogtreecommitdiff
path: root/lundump.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Lua 5.3.5 ported to gitv5.3.5Roberto Ierusalimschy2018-12-171-1/+1
| | | | | | | This is the first commit for the branch Lua 5.3. All source files were copied from the official distribution of 5.3.5 in the Lua site. The test files are the same of 5.3.4. The manual came from the previous RCS repository, revision 1.167.1.2.
* long strings are created directly in final position when possibleRoberto Ierusalimschy2015-09-081-3/+2
| | | | | (instead of using an auxiliar buffer to first create the string and then allocate the final string and copy result there)
* more precision between closure types ('LClosure' x 'CClosure')Roberto Ierusalimschy2014-06-191-3/+3
|
* macros cast_integer/cast_unsigned replaced by cast_u2s/cast_s2u, thatRoberto Ierusalimschy2014-04-151-2/+2
| | | | should be used only between lua_Integer and lua_Unsigned
* make sure that LUAC_INT is a lua_Integer and that LUAC_NUM isRoberto Ierusalimschy2014-03-111-3/+4
| | | | a lua_Number
* detail (breaking too long lines)Roberto Ierusalimschy2014-03-101-3/+5
|
* more explicit handling of headers for binary chunksRoberto Ierusalimschy2014-02-271-10/+12
|
* no more 'Proto' objects on the stack. Protos are anchored on outerRoberto Ierusalimschy2012-05-081-2/+2
| | | | Protos or on a Closure, which must be created before the Proto.
* changes by lhf (better control of chars x bytes)Roberto Ierusalimschy2011-05-171-14/+6
|
* new versions by lhfRoberto Ierusalimschy2005-11-161-15/+16
|
* several small detailsRoberto Ierusalimschy2005-05-171-2/+2
|
* added LUAI_FUNC to functions not in the APIRoberto Ierusalimschy2005-04-251-5/+7
|
* zio does not keep "source" name (nobody uses it)Roberto Ierusalimschy2003-08-251-2/+2
|
* no more checks for non-default compilation options + luaU_dump hasRoberto Ierusalimschy2003-08-151-2/+2
| | | | new option to strip debug info
* LUA_SIGNATURE is publicRoberto Ierusalimschy2003-05-151-2/+1
|
* last changes by lhfv5.0Roberto Ierusalimschy2003-04-101-4/+4
|
* dump/undump of upvalue namesRoberto Ierusalimschy2003-01-271-4/+4
|
* Writer type must be public (so, in lua.h)Roberto Ierusalimschy2002-10-251-4/+2
|
* `undump' also uses private bufferRoberto Ierusalimschy2002-10-091-2/+2
|
* detailsRoberto Ierusalimschy2002-08-121-2/+2
|
* new versions from lhfRoberto Ierusalimschy2002-06-051-8/+14
|
* core tests whether file is binaryRoberto Ierusalimschy2002-06-031-1/+4
|
* lua_load* replaced by a simple lua_loadRoberto Ierusalimschy2002-06-031-2/+1
|
* new definition for headers of binary filesRoberto Ierusalimschy2001-07-121-3/+2
|
* new versions by lhfRoberto Ierusalimschy2001-07-051-8/+4
|
* new way to handle `profiles'Roberto Ierusalimschy2001-03-261-4/+2
|
* first (big) step to support wide charsRoberto Ierusalimschy2001-02-231-4/+4
|
* last changes by lhf.v4.0Roberto Ierusalimschy2000-11-071-5/+5
|
* new macro LUA_APIRoberto Ierusalimschy2000-10-201-7/+1
|
* changes by lhfRoberto Ierusalimschy2000-09-181-1/+1
|
* new versions by lhfRoberto Ierusalimschy2000-09-041-6/+4
|
* final version (by lhf)Roberto Ierusalimschy2000-04-251-7/+6
|
* some name changesRoberto Ierusalimschy2000-03-101-3/+3
|
* many details (most by lhf).Roberto Ierusalimschy2000-03-031-1/+2
|
* modifications by lhfRoberto Ierusalimschy1999-12-021-9/+13
|
* first implementation of multiple states (reentrant code).Roberto Ierusalimschy1999-11-221-4/+4
|
* "const" !!!Roberto Ierusalimschy1999-08-161-3/+3
|
* new format for numbers in precompiled code (as strings)v3.2Roberto Ierusalimschy1999-07-081-13/+4
|
* numbers are stored in ascii format for better portability and simplicityRoberto Ierusalimschy1999-04-131-73/+18
|
* format for function prototypes.Roberto Ierusalimschy1999-04-071-4/+4
|
* new version by lhf.Roberto Ierusalimschy1999-03-301-37/+59
|
* details (for regularity)Roberto Ierusalimschy1998-12-151-2/+2
|
* details (by lhf)Roberto Ierusalimschy1998-06-251-3/+27
|
* new version by lhfRoberto Ierusalimschy1998-06-181-17/+21
|
* changes by lhfRoberto Ierusalimschy1998-03-261-8/+34
|
* module to load bytecodes from files.v3.1-alphaRoberto Ierusalimschy1998-01-141-0/+27