summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* better error messages for wrong tokensRoberto Ierusalimschy1998-02-111-2/+1
|
* interrupts lua loops with "^C" (via signals)Roberto Ierusalimschy1998-02-111-6/+40
|
* put back quotes (") when string in dostring ends with a \nRoberto Ierusalimschy1998-01-291-2/+5
|
* "volatile is the only reliable way to ensure that a local variableRoberto Ierusalimschy1998-01-281-6/+6
| | | | retains the value it had at the time of the call to longjmp"
* tables can become full of "emptys" slots, and keep growing without limits.Roberto Ierusalimschy1998-01-283-26/+47
|
* details in "dostring" identificationRoberto Ierusalimschy1998-01-271-2/+2
|
* BUG: "lua_getstring" may create a new string, so should check GCRoberto Ierusalimschy1998-01-272-1/+8
|
* bug: format size limits with little problemsRoberto Ierusalimschy1998-01-272-4/+10
|
* wrong line number (+1) in error report when file starts with "#..."Roberto Ierusalimschy1998-01-191-0/+5
|
* BUG: wrong line number (+1) in error report when file starts with "#..."Roberto Ierusalimschy1998-01-191-4/+2
|
* needs "stdlib.h" (calls "exit")Roberto Ierusalimschy1998-01-191-1/+2
|
* MAX_WORD should not be bigger than MAX_INTRoberto Ierusalimschy1998-01-194-8/+26
|
* module to load bytecodes from files.v3.1-alphaRoberto Ierusalimschy1998-01-144-348/+299
|
* detailsRoberto Ierusalimschy1998-01-141-3/+3
|
* "strcoll" may not exist in ond ansi machinesRoberto Ierusalimschy1998-01-141-1/+6
|
* 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
|