summaryrefslogtreecommitdiff
path: root/lzio.c (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-11/+1
| | | | | (instead of using an auxiliar buffer to first create the string and then allocate the final string and copy result there)
* added include for 'lprefix.h', for stuff that must be added beforeRoberto Ierusalimschy2014-11-021-4/+6
| | | | any other header file
* details (header comments)Roberto Ierusalimschy2012-05-141-2/+2
|
* macro 'char2int' replaced by 'cast_uchar' (used by other files)Roberto Ierusalimschy2011-07-151-2/+2
|
* no need of lookahead in ZioRoberto Ierusalimschy2011-02-231-22/+11
|
* small bug: may call reader function again after it returned endRoberto Ierusalimschy2011-02-171-2/+7
| | | | of input
* small improvementRoberto Ierusalimschy2005-06-031-13/+9
|
* several small detailsRoberto Ierusalimschy2005-05-171-2/+2
|
* new scheme for configuration through `luaconf.h'Roberto Ierusalimschy2004-04-301-1/+2
|
* detailsRoberto Ierusalimschy2003-11-181-3/+2
|
* reader runs outside core LuaRoberto Ierusalimschy2003-08-271-2/+7
|
* ZIO passes Lua state to chunk readerRoberto Ierusalimschy2003-08-251-3/+4
|
* zio does not keep "source" name (nobody uses it)Roberto Ierusalimschy2003-08-251-3/+2
|
* bug: zio mixes a 255 as first char in a buffer with EOZRoberto Ierusalimschy2003-03-201-3/+3
|
* each .c file defines its own nameRoberto Ierusalimschy2002-12-041-1/+3
|
* use of different buffers for scanner and concatenationRoberto Ierusalimschy2002-10-081-2/+13
|
* lua_Chunkreader gets a lua_State, to avoid future incompatibilitiesRoberto Ierusalimschy2002-08-061-2/+2
|
* internal namesRoberto Ierusalimschy2002-08-051-2/+2
|
* names & namesRoberto Ierusalimschy2002-06-061-5/+5
|
* core tests whether file is binaryRoberto Ierusalimschy2002-06-031-1/+12
|
* lua_load* replaced by a simple lua_loadRoberto Ierusalimschy2002-06-031-40/+16
|
* function `zsopen' is not usedRoberto Ierusalimschy2002-04-291-7/+1
|
* no more explicit support for wide-chars; too much troble...Roberto Ierusalimschy2001-11-281-2/+1
|
* new way to handle `profiles'Roberto Ierusalimschy2001-03-261-2/+6
|
* `lua.h' is included before any other Lua header fileRoberto Ierusalimschy2000-06-121-1/+3
|
* code cleaner for 16 bits.Roberto Ierusalimschy2000-05-241-5/+5
|
* many details (most by lhf).Roberto Ierusalimschy2000-03-031-3/+3
|
* small changes for "clean C"Roberto Ierusalimschy2000-02-081-3/+3
|
* new warnings with option "-W" (gcc)Roberto Ierusalimschy1999-11-091-1/+2
|
* "const" !!!Roberto Ierusalimschy1999-08-161-31/+28
|
* "feof" may be a macro.Roberto Ierusalimschy1999-03-051-2/+2
|
* file stream cannot call fread after EOF.Roberto Ierusalimschy1999-03-041-4/+5
|
* details (from lhf)Roberto Ierusalimschy1999-02-251-6/+5
|
* to avoid warnings about "typecast" (Visual C++)Roberto Ierusalimschy1998-12-281-3/+3
|
* "zio" now keeps its "name".Roberto Ierusalimschy1997-12-221-5/+7
|
* small modifications (format, small optimizations, etc)Roberto Ierusalimschy1997-11-211-7/+7
|
* a generic input stream interfaceRoberto Ierusalimschy1997-09-161-0/+82