Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | "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 |
| | |||||
* | new function "clock" | Roberto Ierusalimschy | 1998-05-20 | 1 | -1/+7 |
| | |||||
* | pattern-matching support for '\0'. | Roberto Ierusalimschy | 1998-03-24 | 1 | -2/+2 |
| | |||||
* | new names for "lua_pushlstr" and "lua_getstrlen" | Roberto Ierusalimschy | 1998-03-06 | 1 | -2/+2 |
| | |||||
* | support for strings with '\0' | Roberto Ierusalimschy | 1998-03-06 | 1 | -12/+18 |
| | |||||
* | back to upavalues as extra arguments for C closures; this way it's | Roberto Ierusalimschy | 1998-01-07 | 1 | -9/+11 |
| | | | | trivial to make currying. | ||||
* | some details related to OLD_ANSI | Roberto Ierusalimschy | 1997-12-26 | 1 | -2/+1 |
| | |||||
* | sorting the includes... | Roberto Ierusalimschy | 1997-12-18 | 1 | -3/+3 |
| | |||||
* | back to "lua_upvalue"... (seems better choice) | Roberto Ierusalimschy | 1997-12-18 | 1 | -12/+9 |
| | |||||
* | new scheme for buffers, centralized in auxlib. | Roberto Ierusalimschy | 1997-12-17 | 1 | -4/+5 |
| | |||||
* | details (mainly error messages) | Roberto Ierusalimschy | 1997-12-09 | 1 | -4/+4 |
| | |||||
* | no more protected global variables; using upvalues to store tags. | Roberto Ierusalimschy | 1997-11-28 | 1 | -35/+48 |
| | |||||
* | global variables starting with '.' are protected in Lua (temporarily at | Roberto Ierusalimschy | 1997-11-27 | 1 | -25/+28 |
| | | | | least...) | ||||
* | make sure there is no mem problems, using %.ns instead of %s for luaV_error. | Roberto Ierusalimschy | 1997-11-19 | 1 | -2/+2 |
| | |||||
* | first implementation of centralized global state. | Roberto Ierusalimschy | 1997-11-19 | 1 | -12/+25 |
| | |||||
* | "lua_open": now lua has an explicit open operation. | Roberto Ierusalimschy | 1997-11-04 | 1 | -2/+2 |
| | |||||
* | "read" & "write" may receive a file handler as first argument | Roberto Ierusalimschy | 1997-10-30 | 1 | -9/+27 |
| | |||||
* | better control over closed files | Roberto Ierusalimschy | 1997-09-23 | 1 | -3/+11 |
| | |||||
* | Standard I/O (and system) library | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+359 |