summaryrefslogtreecommitdiff
path: root/liolib.c
Commit message (Collapse)AuthorAgeFilesLines
* better control over use of `errno'Roberto Ierusalimschy2000-06-201-3/+4
|
* `lua.h' is included before any other Lua header fileRoberto Ierusalimschy2000-06-121-2/+3
|
* files are closed when collected (again)Roberto Ierusalimschy2000-05-301-2/+14
|
* functions `for...' and `raw...' are obsolete nowRoberto Ierusalimschy2000-05-261-3/+8
|
* code cleaner for 16 bits.Roberto Ierusalimschy2000-05-241-12/+16
|
* defines for _ERRORMESSAGE and _ALERTRoberto Ierusalimschy2000-05-091-3/+3
|
* more uniform namesRoberto Ierusalimschy2000-04-241-2/+2
|
* new names for debug typesRoberto Ierusalimschy2000-03-301-2/+2
|
* message detailRoberto Ierusalimschy2000-03-221-2/+2
|
* new implementation for handling I/O tags + setglobal TM for tracingRoberto Ierusalimschy2000-03-201-120/+136
| | | | changes in _INPUT/_OUTPUT
* many details (most by lhf).Roberto Ierusalimschy2000-03-031-8/+5
|
* small changes for "clean C"Roberto Ierusalimschy2000-02-081-18/+20
|
* new debug API (first version)Roberto Ierusalimschy2000-01-191-26/+22
|
* more debug information (still with bug for tag methods...)Roberto Ierusalimschy1999-12-301-2/+5
|
* better error messagesRoberto Ierusalimschy1999-12-281-14/+11
|
* no more "lua" in error messagesRoberto Ierusalimschy1999-12-271-2/+2
|
* new macro luaL_openlRoberto Ierusalimschy1999-11-221-3/+2
|
* first implementation of multiple states (reentrant code).Roberto Ierusalimschy1999-11-221-180/+182
|
* new warnings with option "-W" (gcc)Roberto Ierusalimschy1999-11-091-2/+2
|
* default `success' for exit is more useful.Roberto Ierusalimschy1999-10-261-2/+2
|
* warnings from Visual C++Roberto Ierusalimschy1999-10-191-3/+2
|
* Visual C++ warningRoberto Ierusalimschy1999-10-111-2/+2
|
* read patterns are deprecated; new option `read(n)' to read n bytes.Roberto Ierusalimschy1999-10-071-28/+77
|
* detailsRoberto Ierusalimschy1999-09-131-3/+3
|
* "const" !!!Roberto Ierusalimschy1999-08-161-24/+24
|
* writeto, readfrom, and closefile must return an error code whenRoberto Ierusalimschy1999-08-101-11/+17
| | | | closing a file.
* variables _INPUT and _OUTPUT should be read as rawglobal.Roberto Ierusalimschy1999-07-221-2/+2
|
* simplifications.Roberto Ierusalimschy1999-06-231-17/+10
|
* bigger limitsRoberto Ierusalimschy1999-05-141-7/+7
|
* new implementation for '*' in patterns + new option '+'Roberto Ierusalimschy1999-05-051-12/+14
|
* "read_pattern" could lock when reading a lookahead from stdin.Roberto Ierusalimschy1999-04-141-11/+17
|
* better the old way, using upvalues to keep iotag.Roberto Ierusalimschy1999-04-051-45/+52
|
* GC of files is tricky when Lua is being closed...Roberto Ierusalimschy1999-03-261-9/+27
|
* new functions openfile and closefile;Roberto Ierusalimschy1999-03-161-82/+79
| | | | new way to keep file handle tags.
* detailsRoberto Ierusalimschy1999-03-111-2/+2
|
* details about debug info.Roberto Ierusalimschy1999-03-051-3/+5
|
* storing chunk "sources" instead of "filenames".Roberto Ierusalimschy1999-03-041-9/+13
|
* better control over calls to _ALERT and _ERRORMESSAGE (to avoid errorRoberto Ierusalimschy1999-02-221-4/+7
| | | | loops)
* Lua cannot have static variables.Roberto Ierusalimschy1999-02-051-7/+13
|
* commentsRoberto Ierusalimschy1999-01-041-9/+31
|
* to avoid warnings about "typecast" (Visual C++)Roberto Ierusalimschy1998-12-281-6/+9
|
* new implementation of function "read", with predifined options.Roberto Ierusalimschy1998-12-271-119/+147
|
* new option "mode" in "readfrom", "writeto" and "appendto" (forRoberto Ierusalimschy1998-11-201-4/+14
| | | | binary files).
* function "luaL_argerror" prints wrong argument number (from a user's pointRoberto Ierusalimschy1998-09-071-4/+4
| | | | of view) when functions have upvalues.
* details.Roberto Ierusalimschy1998-08-301-2/+4
|
* new functions "seek" and "flush".Roberto Ierusalimschy1998-08-241-9/+40
|
* new implementation for error handling: on error, function _ERRORMESSAGERoberto Ierusalimschy1998-08-211-43/+44
| | | | is called, which in turn calls _ALERT to write a message to stderr.
* category for "setlocale" is given by nameRoberto Ierusalimschy1998-06-181-3/+5
|
* name: lua_pushCclosure -> lua_pushcclosure.Roberto Ierusalimschy1998-06-051-2/+2
|
* "read" more efficient when reading lines and whole files ('.*')Roberto Ierusalimschy1998-06-021-50/+71
|