summaryrefslogtreecommitdiff
path: root/liolib.c
Commit message (Collapse)AuthorAgeFilesLines
* new macro LUA_APIRoberto Ierusalimschy2000-10-201-2/+2
|
* new API function `lua_type' + new type lua_TypeRoberto Ierusalimschy2000-10-021-2/+2
|
* `read("*w")' should return nil at EOFRoberto Ierusalimschy2000-09-221-2/+2
|
* new API function lua_rawgetRoberto Ierusalimschy2000-09-141-2/+2
|
* details for OLD_ANSIRoberto Ierusalimschy2000-09-131-1/+3
|
* details in ERRORMESSAGERoberto Ierusalimschy2000-09-121-11/+11
|
* read patterns (deprecated) use new auxlib's buffer systemRoberto Ierusalimschy2000-09-121-3/+6
|
* ERRORMESSAGE uses auxlib's buffer to build message stringRoberto Ierusalimschy2000-09-121-18/+15
|
* `lauxlib' is now part of the libraries (not used by core Lua)Roberto Ierusalimschy2000-09-111-10/+8
|
* new scheme for buffersRoberto Ierusalimschy2000-09-111-34/+53
|
* new version for APIRoberto Ierusalimschy2000-09-051-28/+47
|
* new API functions `pop', `insert', and `move'Roberto Ierusalimschy2000-08-311-9/+9
|
* detailsRoberto Ierusalimschy2000-08-311-3/+4
|
* explicit stack control in the APIRoberto Ierusalimschy2000-08-291-1/+2
|
* C upvalues are the last arguments to a functionRoberto Ierusalimschy2000-08-291-42/+58
|
* first version for new APIRoberto Ierusalimschy2000-08-281-87/+109
|
* simpler way to access _INPUT and _OUTPUTRoberto Ierusalimschy2000-08-221-66/+46
|
* new name for `lua_[sg]etglobaltable'Roberto Ierusalimschy2000-08-141-3/+3
|
* default now is multi-stateRoberto Ierusalimschy2000-08-091-3/+1
|
* 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
|