aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* arguments for "format" 'x', 'X', 'o' and 'u' must be unsigned int.Roberto Ierusalimschy1998-05-182-3/+9
* details (format for html)Roberto Ierusalimschy1998-04-021-3/+4
* many small corrections; strings with '\0'Roberto Ierusalimschy1998-03-301-148/+265
* words are stored in hi-lo order (easier to print)Roberto Ierusalimschy1998-03-302-5/+5
* changes by lhfRoberto Ierusalimschy1998-03-262-150/+143
* opcode "CLOSURE" gets the prototipe (instead of a previous pushconstant)Roberto Ierusalimschy1998-03-253-13/+13
* pattern-matching support for '\0'.Roberto Ierusalimschy1998-03-242-43/+68
* details (and new escape sequences: \a, \b, ...)Roberto Ierusalimschy1998-03-201-5/+10
* detailsRoberto Ierusalimschy1998-03-113-9/+9
* better use of "ASSERT".Roberto Ierusalimschy1998-03-099-19/+34
* BUG: gsub('a', '(b?)%1*' ...) loops (because the capture is empty).Roberto Ierusalimschy1998-03-092-3/+7
* correct way to handle string delimitersRoberto Ierusalimschy1998-03-091-7/+5
* new names for "lua_pushlstr" and "lua_getstrlen"Roberto Ierusalimschy1998-03-065-16/+16
* support for strings with '\0'Roberto Ierusalimschy1998-03-0614-156/+236
* "settag" returns its first argument.Roberto Ierusalimschy1998-02-121-1/+2
* usefull macros also available as functionsRoberto Ierusalimschy1998-02-123-5/+33
* implementation of numerical escape sequences in strings ("\12");Roberto Ierusalimschy1998-02-111-20/+41
* 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
* 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
* 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