aboutsummaryrefslogtreecommitdiff
path: root/lundump.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* no need to store a full 'size_t' fo the size of (frequent) small stringsRoberto Ierusalimschy2014-03-011-5/+5
* more regularity with vectors + sizeof computed by the macros themselvesRoberto Ierusalimschy2014-02-281-8/+7
* all chars used in binary dumps are unsigned ('lu_byte')Roberto Ierusalimschy2014-02-281-6/+5
* store number of upvalues of main function in front of the dump,Roberto Ierusalimschy2014-02-271-9/+3
* more explicit handling of headers for binary chunksRoberto Ierusalimschy2014-02-271-45/+29
* no more local collectionRoberto Ierusalimschy2014-02-131-2/+1
* added 'local' bit (true => object is only refered by local variables)Roberto Ierusalimschy2013-08-161-2/+5
* dumping and undumping integersRoberto Ierusalimschy2013-04-261-3/+13
* no more 'Proto' objects on the stack. Protos are anchored on outerRoberto Ierusalimschy2012-05-081-11/+24
* error function can be 'l_noret'Roberto Ierusalimschy2012-03-191-2/+2
* "default: lua_assert(0)" in switches helps debugging + usesRoberto Ierusalimschy2012-01-231-1/+2
* avoid a few warnings (casts)Roberto Ierusalimschy2011-12-071-3/+3
* detailsRoberto Ierusalimschy2011-11-241-2/+2
* changes by lhf (better control of chars x bytes)Roberto Ierusalimschy2011-05-171-21/+41
* no need of lookahead in ZioRoberto Ierusalimschy2011-02-231-3/+3
* trying to avoid assumption that sizeof(char)==1Roberto Ierusalimschy2011-02-071-3/+3
* version from lhfRoberto Ierusalimschy2010-10-251-26/+14
* first version of _ENV; no more global variablesRoberto Ierusalimschy2010-03-121-2/+1
* first implementation of lexical environmentsRoberto Ierusalimschy2009-09-301-1/+2
* information about upvalues (where they come from) kept in Proto structure,Roberto Ierusalimschy2009-09-281-6/+17
* no more code checkingRoberto Ierusalimschy2009-04-301-2/+1
* two bugs: invalid boolean values in constant table + too deep recursionRoberto Ierusalimschy2008-04-071-3/+6
* avoid trailing white spacesRoberto Ierusalimschy2006-09-111-3/+3
* small change to strip file names when stripping debug informationv5.1Roberto Ierusalimschy2006-02-171-2/+2
* new versions by lhfRoberto Ierusalimschy2005-11-161-180/+107
* warnings in VS .NetRoberto Ierusalimschy2005-05-311-5/+5
* debug information for last line of a function definitionRoberto Ierusalimschy2005-05-051-2/+3
* function constants may include boolean valuesRoberto Ierusalimschy2004-10-041-1/+4
* new scheme for configuration through `luaconf.h'Roberto Ierusalimschy2004-04-301-1/+2
* `TObject' renamed to `TValue' + other name changes and better assertionsRoberto Ierusalimschy2003-12-101-11/+13
* parser fully reentrant(!)Roberto Ierusalimschy2003-08-271-1/+9
* zio does not keep "source" name (nobody uses it)Roberto Ierusalimschy2003-08-251-3/+2
* no more checks for non-default compilation options + luaU_dump hasRoberto Ierusalimschy2003-08-151-5/+1
* last changes by lhfv5.0Roberto Ierusalimschy2003-04-101-5/+5
* different variables for number of upvalues and size of upvalue arrayRoberto Ierusalimschy2003-02-111-14/+7
* dump/undump of upvalue namesRoberto Ierusalimschy2003-01-271-3/+23
* each .c file defines its own nameRoberto Ierusalimschy2002-12-041-1/+3
* documentation for write barriersRoberto Ierusalimschy2002-11-141-2/+2
* new version (from lhf)Roberto Ierusalimschy2002-10-251-20/+15
* `undump' also uses private bufferRoberto Ierusalimschy2002-10-091-3/+5
* use of different buffers for scanner and concatenationRoberto Ierusalimschy2002-10-081-2/+2
* state's buffer is used only for charsRoberto Ierusalimschy2002-09-191-2/+2
* use of `LoadState' struct (instead of several separate arguments)Roberto Ierusalimschy2002-08-121-102/+109
* internal namesRoberto Ierusalimschy2002-08-051-2/+2
* avoid assignments to TObject access macrosRoberto Ierusalimschy2002-06-171-6/+7
* new versions from lhfRoberto Ierusalimschy2002-06-051-25/+30
* don't need stdioRoberto Ierusalimschy2002-06-051-2/+1
* new format for error messagesRoberto Ierusalimschy2002-05-151-10/+10
* new function `lua_vpushstr' to replace uses of `sprintf'Roberto Ierusalimschy2002-05-071-10/+10
* simpler implementation for line informationRoberto Ierusalimschy2002-03-251-2/+1