Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | spelling corrections. | Roberto Ierusalimschy | 1996-11-14 | 1 | -11/+11 | |
* | new version | Roberto Ierusalimschy | 1996-11-12 | 1 | -3/+3 | |
* | anna's comments | Roberto Ierusalimschy | 1996-11-06 | 1 | -23/+33 | |
* | i/o functions return an error message | Roberto Ierusalimschy | 1996-11-01 | 1 | -4/+14 | |
* | new pattern matching facilities; new version of i/o lib; | Roberto Ierusalimschy | 1996-11-01 | 1 | -189/+363 | |
* | lhf's corrections. | Roberto Ierusalimschy | 1996-08-28 | 1 | -166/+166 | |
* | "lua_dofile" has a more informative return code. | Roberto Ierusalimschy | 1996-06-18 | 1 | -3/+5 | |
* | no more "lua_Reference"; new return value for "append"; | Roberto Ierusalimschy | 1996-04-29 | 1 | -22/+17 | |
* | lock mechanism seperseded by the REFERENCE mechanism. | Roberto Ierusalimschy | 1996-04-22 | 1 | -29/+46 | |
* | page size "letter". | Roberto Ierusalimschy | 1996-04-01 | 1 | -3/+3 | |
* | hook variables are global, no more "lua_set...hook" functions. | Roberto Ierusalimschy | 1996-03-20 | 1 | -9/+8 | |
* | dofile accepts pre-compiled chunks. | Roberto Ierusalimschy | 1996-03-19 | 1 | -10/+23 | |
* | new functions "rename" and "tmpname". | Roberto Ierusalimschy | 1996-03-14 | 1 | -8/+46 | |
* | list of incompatibilities with version 2.2.v2.3-beta | Roberto Ierusalimschy | 1996-02-16 | 1 | -17/+34 | |
* | no more "lua_pushliteral". | Roberto Ierusalimschy | 1996-02-12 | 1 | -10/+3 | |
* | new function "date", replaces old "date" and "time". | Roberto Ierusalimschy | 1996-02-09 | 1 | -10/+10 | |
* | new functions "random" and "randomseed". | Roberto Ierusalimschy | 1996-02-09 | 1 | -4/+11 | |
* | new section describing the debug interface. | Roberto Ierusalimschy | 1996-02-09 | 1 | -9/+142 |