aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* we don't need a type "Word".Roberto Ierusalimschy1998-01-141-5/+2
|
* small optimizations (?)Roberto Ierusalimschy1998-01-132-5/+10
|
* detailsRoberto Ierusalimschy1998-01-131-6/+6
|
* new way to hanlde arg informationRoberto Ierusalimschy1998-01-123-29/+21
|
* we don't need a type "Word".Roberto Ierusalimschy1998-01-121-3/+3
|
* luaL_arg_check now is inlinedRoberto Ierusalimschy1998-01-092-15/+21
|
* detailsRoberto Ierusalimschy1998-01-096-30/+27
|
* small optimizations in switch orderRoberto Ierusalimschy1998-01-096-35/+36
|
* back to upavalues as extra arguments for C closures; this way it'sRoberto Ierusalimschy1998-01-076-41/+45
| | | | trivial to make currying.
* detailsRoberto Ierusalimschy1998-01-061-18/+21
|
* detailsRoberto Ierusalimschy1998-01-051-2/+2
|
* reference manual of the Lua languageRoberto Ierusalimschy1998-01-021-231/+360
|
* LUA_COMPAT2.5 may use #ifdef instead of #ifRoberto Ierusalimschy1998-01-025-17/+13
|
* detailsRoberto Ierusalimschy1997-12-301-5/+2
|
* variants for "ARGS".Roberto Ierusalimschy1997-12-303-5/+14
|
* opctional "base" in "tonumber" convertion.Roberto Ierusalimschy1997-12-301-6/+20
|
* variant opcodes for PUSHSELFRoberto Ierusalimschy1997-12-293-5/+17
|
* new syntax possibilities: f(x).x, etc; on the other hand,Roberto Ierusalimschy1997-12-291-42/+44
| | | | "function ... (x)" now is more restricted.
* new syntax: f´s´ for f(´s´).Roberto Ierusalimschy1997-12-281-1/+2
|
* some details related to OLD_ANSIRoberto Ierusalimschy1997-12-265-66/+79
|
* "rand()", in SunOS, may return values bigger than "RAND_MAX"...Roberto Ierusalimschy1997-12-261-2/+4
|
* auxlib split in two parts (lauxlib and lbuffer)Roberto Ierusalimschy1997-12-232-76/+5
|
* Generic buffer facilities for Lua (and libraries)Roberto Ierusalimschy1997-12-231-0/+81
|
* detailsRoberto Ierusalimschy1997-12-233-6/+12
|
* error method *always* gets a string (otherwise it is not called at all)Roberto Ierusalimschy1997-12-231-4/+2
|
* "zio" now keeps its "name".Roberto Ierusalimschy1997-12-225-29/+32
|
* details (aborts with invalid arguments)Roberto Ierusalimschy1997-12-221-2/+3
|
* help messageRoberto Ierusalimschy1997-12-221-27/+42
|
* small bugs in error reportRoberto Ierusalimschy1997-12-222-5/+7
|
* new syntax for constructors (a={n=3;1,2,3}).Roberto Ierusalimschy1997-12-221-23/+28
|
* new command line optionsRoberto Ierusalimschy1997-12-191-34/+47
|
* sorting the includes...Roberto Ierusalimschy1997-12-181-3/+3
|
* back to "lua_upvalue"... (seems better choice)Roberto Ierusalimschy1997-12-185-29/+27
|
* "lua_dobuffer" (is not official, but its there...)Roberto Ierusalimschy1997-12-171-1/+12
|
* new scheme for buffers, centralized in auxlib.Roberto Ierusalimschy1997-12-1715-172/+181
|
* new structure for closures, without static variables.Roberto Ierusalimschy1997-12-151-50/+62
|
* new yearRoberto Ierusalimschy1997-12-151-4/+4
|
* optimization: closures without upvalues don't need to be closuresRoberto Ierusalimschy1997-12-1513-93/+132
|
* otimization: closures without upvalues don't need to be closuresRoberto Ierusalimschy1997-12-151-33/+66
|
* new API function and built-in "lua_copytagmethods"Roberto Ierusalimschy1997-12-113-4/+26
|
* new option "-q" (quiet), and multi-line commands (ending with '\')Roberto Ierusalimschy1997-12-111-9/+31
|
* better treatment of MARKs and DEBUG cases.Roberto Ierusalimschy1997-12-115-28/+50
|
* safer way to put #defines in error messages...Roberto Ierusalimschy1997-12-091-8/+11
|
* details (mainly error messages)Roberto Ierusalimschy1997-12-0916-92/+89
|
* arguments "var=value" doesn't need quotes for valueRoberto Ierusalimschy1997-12-031-2/+20
|
* bug logRoberto Ierusalimschy1997-12-021-3/+4
|
* BUG: "lastline" was not reset on function entry, so debug informationRoberto Ierusalimschy1997-12-022-3/+3
| | | | started only in the 2nd line of a function.
* commentsRoberto Ierusalimschy1997-12-021-7/+7
|
* first version of "lua_close"Roberto Ierusalimschy1997-12-017-12/+84
|
* other distribution of memory debug information.Roberto Ierusalimschy1997-12-013-15/+15
|