aboutsummaryrefslogtreecommitdiff
path: root/lundump.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correct anchoring and GC barriers in 'loadString'Roberto Ierusalimschy2023-11-131-37/+35
* Fixed buffers save long strings as external.Roberto Ierusalimschy2023-11-101-8/+15
* Solving merge issue with use of tables in dump/undumpRoberto Ierusalimschy2023-11-081-2/+3
* Merge branch 'master' into nextversionRoberto Ierusalimschy2023-11-071-1/+1
|\
| * Removed test for "corrupted binary dump"Roberto Ierusalimschy2023-09-081-1/+1
* | Added suport for Fixed BuffersRoberto Ierusalimschy2023-09-051-8/+34
* | Field 'Proto.is_vararg' uses only one bitRoberto Ierusalimschy2023-08-301-1/+1
* | Opcode in dumps is stored properly alignedRoberto Ierusalimschy2023-08-251-1/+16
* | Merge branch 'master' into nextversionRoberto Ierusalimschy2023-08-231-1/+1
|\|
| * More disciplined use of 'getstr' and 'tsslen'Roberto Ierusalimschy2023-08-171-1/+1
* | Merge branch 'master' into nextversionRoberto Ierusalimschy2023-06-221-0/+2
|\|
| * Bug: Loading a corrupted binary file can segfaultRoberto Ierusalimschy2023-03-171-0/+2
* | Dump doesn't need to reuse 'source'Roberto Ierusalimschy2022-12-201-6/+4
* | Dump/undump reuse stringsRoberto Ierusalimschy2022-12-151-1/+19
|/
* Stack indices changed to union'sRoberto Ierusalimschy2022-10-291-3/+3
* Fixed bug of long strings in binary chunksRoberto Ierusalimschy2020-08-181-0/+3
* Fixed detail in 'loadUpvalues'Roberto Ierusalimschy2020-06-301-1/+8
* Detailsv5.4.0Roberto Ierusalimschy2020-06-181-2/+2
* Fixed missing GC barriers in compiler and undumpRoberto Ierusalimschy2020-06-161-14/+19
* Back to old encoding of versions in binary filesRoberto Ierusalimschy2020-05-061-1/+1
* Code style in 'ldump'/'lundump'.Roberto Ierusalimschy2020-02-271-73/+73
* Clearer distinction between types and tagsRoberto Ierusalimschy2020-01-311-7/+7
* Changed internal representation of booleansRoberto Ierusalimschy2020-01-061-2/+5
* First implementation of constant propagationRoberto Ierusalimschy2019-07-121-3/+2
* New implementation for constantsRoberto Ierusalimschy2019-07-091-0/+1
* 'require' returns where module was foundRoberto Ierusalimschy2019-04-171-2/+2
* Small changes in the header of binary filesRoberto Ierusalimschy2019-03-191-15/+23
* Removed extra information from RCS keyword stringsRoberto Ierusalimschy2018-08-231-1/+1
* avoid craches when loading tampered code with NULL as a string constantRoberto Ierusalimschy2018-06-011-6/+20
* using explicit tests for allocation overflow whenever possibleRoberto Ierusalimschy2017-12-071-8/+8
* detail (identation of switch)Roberto Ierusalimschy2017-11-281-19/+18
* new type 'StackValue' for stack elementsRoberto Ierusalimschy2017-06-291-2/+2
* dumping ints and size_ts compactedRoberto Ierusalimschy2017-06-271-9/+17
* 'lineinfo' in prototypes saved as differences instead of absoluteRoberto Ierusalimschy2017-06-271-2/+9
* macro 'incr_top' replaced by function 'luaD_inctop'. (It is not usedRoberto Ierusalimschy2015-11-021-2/+2
* macros 'getaddrstr' and 'getstr' unified (they do the same thing)Roberto Ierusalimschy2015-09-171-2/+2
* long strings are created directly in final position when possibleRoberto Ierusalimschy2015-09-081-9/+11
* added include for 'lprefix.h', for stuff that must be added beforeRoberto Ierusalimschy2014-11-021-3/+6
* more precision between closure types ('LClosure' x 'CClosure')Roberto Ierusalimschy2014-06-191-8/+8
* allows different 'source' for each prototype, but inherits it fromRoberto Ierusalimschy2014-06-181-11/+17
* source for all prototypes must be equal in a chunk; no need to storeRoberto Ierusalimschy2014-06-181-2/+4
* 'setnvalue' -> 'setfltvalue' (for consitency with 'fltvalue')Roberto Ierusalimschy2014-04-291-2/+2
* some details to avoid warningsRoberto Ierusalimschy2014-04-011-2/+2
* missplelling in comments/function names (endianess -> endianness)Roberto Ierusalimschy2014-03-271-3/+3
* make all dumps/loads go trhough Load/DumpVector (so it is easierRoberto Ierusalimschy2014-03-111-4/+10
* keep chunk's headers compatible at least up to LUAC_VERSION (to beRoberto Ierusalimschy2014-03-111-7/+8
* no need to avoid negative ints in 'LoadInt'Roberto Ierusalimschy2014-03-101-3/+1
* "indent -kr -i2 -br -brf -nut" plus a few manual formatingRoberto Ierusalimschy2014-03-101-207/+222
* 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