Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better control over use of `errno' | Roberto Ierusalimschy | 2000-06-20 | 1 | -3/+4 |
| | |||||
* | `lua.h' is included before any other Lua header file | Roberto Ierusalimschy | 2000-06-12 | 1 | -2/+3 |
| | |||||
* | files are closed when collected (again) | Roberto Ierusalimschy | 2000-05-30 | 1 | -2/+14 |
| | |||||
* | functions `for...' and `raw...' are obsolete now | Roberto Ierusalimschy | 2000-05-26 | 1 | -3/+8 |
| | |||||
* | code cleaner for 16 bits. | Roberto Ierusalimschy | 2000-05-24 | 1 | -12/+16 |
| | |||||
* | defines for _ERRORMESSAGE and _ALERT | Roberto Ierusalimschy | 2000-05-09 | 1 | -3/+3 |
| | |||||
* | more uniform names | Roberto Ierusalimschy | 2000-04-24 | 1 | -2/+2 |
| | |||||
* | new names for debug types | Roberto Ierusalimschy | 2000-03-30 | 1 | -2/+2 |
| | |||||
* | message detail | Roberto Ierusalimschy | 2000-03-22 | 1 | -2/+2 |
| | |||||
* | new implementation for handling I/O tags + setglobal TM for tracing | Roberto Ierusalimschy | 2000-03-20 | 1 | -120/+136 |
| | | | | changes in _INPUT/_OUTPUT | ||||
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -8/+5 |
| | |||||
* | small changes for "clean C" | Roberto Ierusalimschy | 2000-02-08 | 1 | -18/+20 |
| | |||||
* | new debug API (first version) | Roberto Ierusalimschy | 2000-01-19 | 1 | -26/+22 |
| | |||||
* | more debug information (still with bug for tag methods...) | Roberto Ierusalimschy | 1999-12-30 | 1 | -2/+5 |
| | |||||
* | better error messages | Roberto Ierusalimschy | 1999-12-28 | 1 | -14/+11 |
| | |||||
* | no more "lua" in error messages | Roberto Ierusalimschy | 1999-12-27 | 1 | -2/+2 |
| | |||||
* | new macro luaL_openl | Roberto Ierusalimschy | 1999-11-22 | 1 | -3/+2 |
| | |||||
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -180/+182 |
| | |||||
* | new warnings with option "-W" (gcc) | Roberto Ierusalimschy | 1999-11-09 | 1 | -2/+2 |
| | |||||
* | default `success' for exit is more useful. | Roberto Ierusalimschy | 1999-10-26 | 1 | -2/+2 |
| | |||||
* | warnings from Visual C++ | Roberto Ierusalimschy | 1999-10-19 | 1 | -3/+2 |
| | |||||
* | Visual C++ warning | Roberto Ierusalimschy | 1999-10-11 | 1 | -2/+2 |
| | |||||
* | read patterns are deprecated; new option `read(n)' to read n bytes. | Roberto Ierusalimschy | 1999-10-07 | 1 | -28/+77 |
| | |||||
* | details | Roberto Ierusalimschy | 1999-09-13 | 1 | -3/+3 |
| | |||||
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -24/+24 |
| | |||||
* | writeto, readfrom, and closefile must return an error code when | Roberto Ierusalimschy | 1999-08-10 | 1 | -11/+17 |
| | | | | closing a file. | ||||
* | variables _INPUT and _OUTPUT should be read as rawglobal. | Roberto Ierusalimschy | 1999-07-22 | 1 | -2/+2 |
| | |||||
* | simplifications. | Roberto Ierusalimschy | 1999-06-23 | 1 | -17/+10 |
| | |||||
* | bigger limits | Roberto Ierusalimschy | 1999-05-14 | 1 | -7/+7 |
| | |||||
* | new implementation for '*' in patterns + new option '+' | Roberto Ierusalimschy | 1999-05-05 | 1 | -12/+14 |
| | |||||
* | "read_pattern" could lock when reading a lookahead from stdin. | Roberto Ierusalimschy | 1999-04-14 | 1 | -11/+17 |
| | |||||
* | better the old way, using upvalues to keep iotag. | Roberto Ierusalimschy | 1999-04-05 | 1 | -45/+52 |
| | |||||
* | GC of files is tricky when Lua is being closed... | Roberto Ierusalimschy | 1999-03-26 | 1 | -9/+27 |
| | |||||
* | new functions openfile and closefile; | Roberto Ierusalimschy | 1999-03-16 | 1 | -82/+79 |
| | | | | new way to keep file handle tags. | ||||
* | details | Roberto Ierusalimschy | 1999-03-11 | 1 | -2/+2 |
| | |||||
* | details about debug info. | Roberto Ierusalimschy | 1999-03-05 | 1 | -3/+5 |
| | |||||
* | storing chunk "sources" instead of "filenames". | Roberto Ierusalimschy | 1999-03-04 | 1 | -9/+13 |
| | |||||
* | better control over calls to _ALERT and _ERRORMESSAGE (to avoid error | Roberto Ierusalimschy | 1999-02-22 | 1 | -4/+7 |
| | | | | loops) | ||||
* | Lua cannot have static variables. | Roberto Ierusalimschy | 1999-02-05 | 1 | -7/+13 |
| | |||||
* | comments | Roberto Ierusalimschy | 1999-01-04 | 1 | -9/+31 |
| | |||||
* | to avoid warnings about "typecast" (Visual C++) | Roberto Ierusalimschy | 1998-12-28 | 1 | -6/+9 |
| | |||||
* | new implementation of function "read", with predifined options. | Roberto Ierusalimschy | 1998-12-27 | 1 | -119/+147 |
| | |||||
* | new option "mode" in "readfrom", "writeto" and "appendto" (for | Roberto Ierusalimschy | 1998-11-20 | 1 | -4/+14 |
| | | | | binary files). | ||||
* | function "luaL_argerror" prints wrong argument number (from a user's point | Roberto Ierusalimschy | 1998-09-07 | 1 | -4/+4 |
| | | | | of view) when functions have upvalues. | ||||
* | details. | Roberto Ierusalimschy | 1998-08-30 | 1 | -2/+4 |
| | |||||
* | new functions "seek" and "flush". | Roberto Ierusalimschy | 1998-08-24 | 1 | -9/+40 |
| | |||||
* | new implementation for error handling: on error, function _ERRORMESSAGE | Roberto Ierusalimschy | 1998-08-21 | 1 | -43/+44 |
| | | | | is called, which in turn calls _ALERT to write a message to stderr. | ||||
* | category for "setlocale" is given by name | Roberto Ierusalimschy | 1998-06-18 | 1 | -3/+5 |
| | |||||
* | name: lua_pushCclosure -> lua_pushcclosure. | Roberto Ierusalimschy | 1998-06-05 | 1 | -2/+2 |
| | |||||
* | "read" more efficient when reading lines and whole files ('.*') | Roberto Ierusalimschy | 1998-06-02 | 1 | -50/+71 |
| |