summaryrefslogtreecommitdiff
path: root/manual.tex (follow)
Commit message (Collapse)AuthorAgeFilesLines
* manual for 3.2 beta should be the same one that for 3.2.Roberto Ierusalimschy1999-04-141-3/+3
|
* changes from lhf.Roberto Ierusalimschy1999-04-071-116/+120
|
* first version about Lua debug library.Roberto Ierusalimschy1999-03-291-38/+172
|
* no more if expressions.Roberto Ierusalimschy1999-03-111-13/+2
|
* no more assignment expressions (they don't fit in Lua...)Roberto Ierusalimschy1999-03-101-10/+2
|
* storing chunk "sources" instead of "filenames".Roberto Ierusalimschy1999-03-041-5/+9
|
* details (from lhf)Roberto Ierusalimschy1999-02-251-4/+6
|
* detailsRoberto Ierusalimschy1999-02-121-7/+9
|
* lots of new stuff from 3.2Roberto Ierusalimschy1999-02-051-69/+138
|
* new option "mode" in "readfrom", "writeto" and "appendto" (forRoberto Ierusalimschy1998-11-201-5/+11
| | | | binary files).
* new functions "getn" and "foreachi"Roberto Ierusalimschy1998-11-131-53/+143
|
* new functions "seek" and "flush".Roberto Ierusalimschy1998-08-241-35/+67
|
* new implementation for error handling: on error, function _ERRORMESSAGERoberto Ierusalimschy1998-08-211-52/+47
| | | | is called, which in turn calls _ALERT to write a message to stderr.
* detailRoberto Ierusalimschy1998-06-291-3/+3
|
* "dostring" accepts chunk name.Roberto Ierusalimschy1998-06-191-3/+8
|
* sugestions by lhfRoberto Ierusalimschy1998-06-181-208/+232
|
* "lua_dobuffer" gets an extra argument, with the chunk nameRoberto Ierusalimschy1998-06-151-8/+15
|
* new copyright noticeRoberto Ierusalimschy1998-06-061-36/+39
|
* API for functions to manipulate global state.Roberto Ierusalimschy1998-06-021-16/+66
|
* new functions "frexp" and "ldexp"Roberto Ierusalimschy1998-05-271-4/+6
|
* new function "clock"Roberto Ierusalimschy1998-05-201-3/+8
|
* number type in Lua changed for double (by default).Roberto Ierusalimschy1998-05-181-3/+3
|
* details (format for html)Roberto Ierusalimschy1998-04-021-3/+4
|
* many small corrections; strings with '\0'Roberto Ierusalimschy1998-03-301-148/+265
|
* detailsRoberto Ierusalimschy1998-01-141-3/+3
|
* detailsRoberto Ierusalimschy1998-01-131-6/+6
|
* detailsRoberto Ierusalimschy1998-01-091-12/+14
|
* back to upavalues as extra arguments for C closures; this way it'sRoberto Ierusalimschy1998-01-071-16/+14
| | | | trivial to make currying.
* detailsRoberto Ierusalimschy1998-01-061-18/+21
|
* reference manual of the Lua languageRoberto Ierusalimschy1998-01-021-231/+360
|
* very small corrections...Roberto Ierusalimschy1997-09-161-4/+5
|
* "random" accepts an 'n' to return between 1 and 'n'.Roberto Ierusalimschy1997-07-301-4/+6
|
* new functionality for "format": "%d$...".Roberto Ierusalimschy1997-07-041-6/+15
|
* "locale" support + better uniformity in formatingRoberto Ierusalimschy1997-07-021-42/+55
|
* more uniform source (more macros...)Roberto Ierusalimschy1997-07-011-131/+132
|
* for security reasons, one cannot change the tag of a udatav3.0Roberto Ierusalimschy1997-06-271-7/+7
| | | | from Lua.
* small corrections.Roberto Ierusalimschy1997-06-271-7/+7
|
* new method to handle current files, with global variablesRoberto Ierusalimschy1997-06-261-42/+49
| | | | _INPUT and _OUTPUT.
* incompatibilities with 2.5 + restrictions on tag methodsRoberto Ierusalimschy1997-06-201-20/+48
|
* dostring has an optional error method argument;Roberto Ierusalimschy1997-06-191-11/+15
| | | | counter for gsub only when there is a table (to keep full compatibility)
* new interface to "lua_seterrormethod" and "lua_settagmethod", toRoberto Ierusalimschy1997-06-191-8/+9
| | | | allow the use of Lua functions too.
* do not use $...$ to italic.Roberto Ierusalimschy1997-06-181-7/+8
|
* lhf corrections + new gsubRoberto Ierusalimschy1997-06-181-220/+254
|
* first version for Lua 3.0 (with tag methods, etc)Roberto Ierusalimschy1997-06-171-311/+694
|
* format more uniform, to facilitate filters .tex->.htmlRoberto Ierusalimschy1997-06-091-249/+256
|
* new explanation about communication between Lua and C.Roberto Ierusalimschy1997-03-061-546/+158
|
* small correction.Roberto Ierusalimschy1997-02-261-4/+6
|
* new facilities for pattern matching (%b and .-);Roberto Ierusalimschy1997-02-211-26/+58
| | | | explanations about next-nextvar.
* lhf revisions/sugestionsRoberto Ierusalimschy1997-01-231-171/+288
|
* correction in inheritance code in Cv2.5Roberto Ierusalimschy1996-11-181-2/+4
|