aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sugestions by lhfRoberto Ierusalimschy1998-06-181-208/+232
* category for "setlocale" is given by nameRoberto Ierusalimschy1998-06-181-3/+5
* "findname" moved from lobject.c to lauxlib.c (so libraries may use it).Roberto Ierusalimschy1998-06-186-23/+21
* new version by lhfRoberto Ierusalimschy1998-06-182-27/+32
* detailsRoberto Ierusalimschy1998-06-181-2/+2
* "lua_dobuffer" gets an extra argument, with the chunk nameRoberto Ierusalimschy1998-06-153-22/+24
* details.Roberto Ierusalimschy1998-06-112-3/+8
* new copyright noticeRoberto Ierusalimschy1998-06-062-70/+77
* no more error for '\x' (with "invalid" x)Roberto Ierusalimschy1998-06-061-9/+3
* name: lua_pushCclosure -> lua_pushcclosure.Roberto Ierusalimschy1998-06-054-9/+9
* "read" more efficient when reading lines and whole files ('.*')Roberto Ierusalimschy1998-06-021-50/+71
* API for functions to manipulate global state.Roberto Ierusalimschy1998-06-025-32/+98
* 'dobuffer' addpoted.Roberto Ierusalimschy1998-05-311-5/+3
* new names for 'ascii' ('strbyte') and 'int2str' ('strchar')Roberto Ierusalimschy1998-05-311-8/+11
* 'print' now calls 'tostring'Roberto Ierusalimschy1998-05-311-23/+30
* better error message when '^' is not defined.Roberto Ierusalimschy1998-05-311-2/+2
* new functions "frexp" and "ldexp"Roberto Ierusalimschy1998-05-272-6/+20
* NEW LL(1) PARSERRoberto Ierusalimschy1998-05-276-1025/+1442
* new function "clock"Roberto Ierusalimschy1998-05-202-4/+15
* number type in Lua changed for double (by default).Roberto Ierusalimschy1998-05-184-9/+12
* 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