Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | manual for 3.2 beta should be the same one that for 3.2. | Roberto Ierusalimschy | 1999-04-14 | 1 | -3/+3 |
* | changes from lhf. | Roberto Ierusalimschy | 1999-04-07 | 1 | -116/+120 |
* | first version about Lua debug library. | Roberto Ierusalimschy | 1999-03-29 | 1 | -38/+172 |
* | no more if expressions. | Roberto Ierusalimschy | 1999-03-11 | 1 | -13/+2 |
* | no more assignment expressions (they don't fit in Lua...) | Roberto Ierusalimschy | 1999-03-10 | 1 | -10/+2 |
* | storing chunk "sources" instead of "filenames". | Roberto Ierusalimschy | 1999-03-04 | 1 | -5/+9 |
* | details (from lhf) | Roberto Ierusalimschy | 1999-02-25 | 1 | -4/+6 |
* | details | Roberto Ierusalimschy | 1999-02-12 | 1 | -7/+9 |
* | lots of new stuff from 3.2 | Roberto Ierusalimschy | 1999-02-05 | 1 | -69/+138 |
* | new option "mode" in "readfrom", "writeto" and "appendto" (for | Roberto Ierusalimschy | 1998-11-20 | 1 | -5/+11 |
* | new functions "getn" and "foreachi" | Roberto Ierusalimschy | 1998-11-13 | 1 | -53/+143 |
* | new functions "seek" and "flush". | Roberto Ierusalimschy | 1998-08-24 | 1 | -35/+67 |
* | new implementation for error handling: on error, function _ERRORMESSAGE | Roberto Ierusalimschy | 1998-08-21 | 1 | -52/+47 |
* | detail | Roberto Ierusalimschy | 1998-06-29 | 1 | -3/+3 |
* | "dostring" accepts chunk name. | Roberto Ierusalimschy | 1998-06-19 | 1 | -3/+8 |
* | sugestions by lhf | Roberto Ierusalimschy | 1998-06-18 | 1 | -208/+232 |
* | "lua_dobuffer" gets an extra argument, with the chunk name | Roberto Ierusalimschy | 1998-06-15 | 1 | -8/+15 |
* | new copyright notice | Roberto Ierusalimschy | 1998-06-06 | 1 | -36/+39 |
* | API for functions to manipulate global state. | Roberto Ierusalimschy | 1998-06-02 | 1 | -16/+66 |
* | new functions "frexp" and "ldexp" | Roberto Ierusalimschy | 1998-05-27 | 1 | -4/+6 |
* | new function "clock" | Roberto Ierusalimschy | 1998-05-20 | 1 | -3/+8 |
* | number type in Lua changed for double (by default). | Roberto Ierusalimschy | 1998-05-18 | 1 | -3/+3 |
* | details (format for html) | Roberto Ierusalimschy | 1998-04-02 | 1 | -3/+4 |
* | many small corrections; strings with '\0' | Roberto Ierusalimschy | 1998-03-30 | 1 | -148/+265 |
* | details | Roberto Ierusalimschy | 1998-01-14 | 1 | -3/+3 |
* | details | Roberto Ierusalimschy | 1998-01-13 | 1 | -6/+6 |
* | details | Roberto Ierusalimschy | 1998-01-09 | 1 | -12/+14 |
* | back to upavalues as extra arguments for C closures; this way it's | Roberto Ierusalimschy | 1998-01-07 | 1 | -16/+14 |
* | details | Roberto Ierusalimschy | 1998-01-06 | 1 | -18/+21 |
* | reference manual of the Lua language | Roberto Ierusalimschy | 1998-01-02 | 1 | -231/+360 |
* | very small corrections... | Roberto Ierusalimschy | 1997-09-16 | 1 | -4/+5 |
* | "random" accepts an 'n' to return between 1 and 'n'. | Roberto Ierusalimschy | 1997-07-30 | 1 | -4/+6 |
* | new functionality for "format": "%d$...". | Roberto Ierusalimschy | 1997-07-04 | 1 | -6/+15 |
* | "locale" support + better uniformity in formating | Roberto Ierusalimschy | 1997-07-02 | 1 | -42/+55 |
* | more uniform source (more macros...) | Roberto Ierusalimschy | 1997-07-01 | 1 | -131/+132 |
* | for security reasons, one cannot change the tag of a udatav3.0 | Roberto Ierusalimschy | 1997-06-27 | 1 | -7/+7 |
* | small corrections. | Roberto Ierusalimschy | 1997-06-27 | 1 | -7/+7 |
* | new method to handle current files, with global variables | Roberto Ierusalimschy | 1997-06-26 | 1 | -42/+49 |
* | incompatibilities with 2.5 + restrictions on tag methods | Roberto Ierusalimschy | 1997-06-20 | 1 | -20/+48 |
* | dostring has an optional error method argument; | Roberto Ierusalimschy | 1997-06-19 | 1 | -11/+15 |
* | new interface to "lua_seterrormethod" and "lua_settagmethod", to | Roberto Ierusalimschy | 1997-06-19 | 1 | -8/+9 |
* | do not use $...$ to italic. | Roberto Ierusalimschy | 1997-06-18 | 1 | -7/+8 |
* | lhf corrections + new gsub | Roberto Ierusalimschy | 1997-06-18 | 1 | -220/+254 |
* | first version for Lua 3.0 (with tag methods, etc) | Roberto Ierusalimschy | 1997-06-17 | 1 | -311/+694 |
* | format more uniform, to facilitate filters .tex->.html | Roberto Ierusalimschy | 1997-06-09 | 1 | -249/+256 |
* | new explanation about communication between Lua and C. | Roberto Ierusalimschy | 1997-03-06 | 1 | -546/+158 |
* | small correction. | Roberto Ierusalimschy | 1997-02-26 | 1 | -4/+6 |
* | new facilities for pattern matching (%b and .-); | Roberto Ierusalimschy | 1997-02-21 | 1 | -26/+58 |
* | lhf revisions/sugestions | Roberto Ierusalimschy | 1997-01-23 | 1 | -171/+288 |
* | correction in inheritance code in Cv2.5 | Roberto Ierusalimschy | 1996-11-18 | 1 | -2/+4 |