aboutsummaryrefslogtreecommitdiff
path: root/lzio.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added gcc option '-Wconversion'Roberto Ierusalimschy2024-07-271-1/+1
| | | | | No warnings for standard numerical types. Still pending alternative numerical types.
* Added suport for Fixed BuffersRoberto Ierusalimschy2023-09-051-0/+1
| | | | | A fixed buffer keeps a binary chunk "forever", so that the program does not need to copy some of its parts when loading it.
* Removed extra information from RCS keyword stringsRoberto Ierusalimschy2018-08-231-1/+1
| | | | | Version numbers and dates (mostly wrong) from RCS keyword strings removed from all source files; only the file name are kept.
* long strings are created directly in final position when possibleRoberto Ierusalimschy2015-09-081-2/+1
| | | | | (instead of using an auxiliar buffer to first create the string and then allocate the final string and copy result there)
* details in 'luaM_reallocvchar'Roberto Ierusalimschy2014-12-191-3/+3
|
* new macro 'luaM_reallocvchar' to allocate arrays of chars (avoidsRoberto Ierusalimschy2014-12-191-2/+3
| | | | uneeded tests and respective warnings)
* simpler way to create messages for errors in escape sequencesRoberto Ierusalimschy2014-01-311-1/+2
|
* details ('Type* id' -> 'Type *id')Roberto Ierusalimschy2013-06-071-3/+3
|
* no more 'zungetc' (better not to read next char)Roberto Ierusalimschy2011-07-151-3/+1
|
* macro 'char2int' replaced by 'cast_uchar' (used by other files)Roberto Ierusalimschy2011-07-151-4/+2
|
* no need of lookahead in ZioRoberto Ierusalimschy2011-02-231-3/+1
|
* small bug: may call reader function again after it returned endRoberto Ierusalimschy2011-02-171-2/+3
| | | | of input
* new macro 'zungetc'Roberto Ierusalimschy2009-05-181-1/+4
|
* several small detailsRoberto Ierusalimschy2005-05-171-3/+3
|
* added LUAI_FUNC to functions not in the APIRoberto Ierusalimschy2005-04-251-12/+9
|
* buffer should better use `size_t' for its sizeRoberto Ierusalimschy2003-10-031-7/+3
|
* simpler manipulation of buffer count in scannerRoberto Ierusalimschy2003-08-281-3/+15
|
* ZIO passes Lua state to chunk readerRoberto Ierusalimschy2003-08-251-2/+3
|
* zio does not keep "source" name (nobody uses it)Roberto Ierusalimschy2003-08-251-5/+2
|
* bug: zio mixes a 255 as first char in a buffer with EOZRoberto Ierusalimschy2003-03-201-4/+5
|
* use of different buffers for scanner and concatenationRoberto Ierusalimschy2002-10-081-3/+24
|
* internal namesRoberto Ierusalimschy2002-08-051-5/+2
|
* names & namesRoberto Ierusalimschy2002-06-061-4/+4
|
* core tests whether file is binaryRoberto Ierusalimschy2002-06-031-1/+2
|
* lua_load* replaced by a simple lua_loadRoberto Ierusalimschy2002-06-031-20/+14
|
* function `zsopen' is not usedRoberto Ierusalimschy2002-04-291-3/+1
|
* new way to handle `profiles'Roberto Ierusalimschy2001-03-261-2/+1
|
* more controled use of `sprintf'Roberto Ierusalimschy2000-10-201-1/+4
|
* code cleaner for 16 bits.Roberto Ierusalimschy2000-05-241-5/+5
|
* "const" !!!Roberto Ierusalimschy1999-08-161-10/+10
|
* detailsRoberto Ierusalimschy1998-01-091-2/+2
|
* "zio" now keeps its "name".Roberto Ierusalimschy1997-12-221-5/+6
|
* small modifications (format, small optimizations, etc)Roberto Ierusalimschy1997-11-211-5/+5
|
* a generic input stream interfaceRoberto Ierusalimschy1997-09-161-0/+49