summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* "exp" changed to "exp0" to avoid problems with math.h.v3.1Roberto Ierusalimschy1998-07-061-9/+9
|
* double constant used in integer expressionRoberto Ierusalimschy1998-07-061-2/+2
|
* spellingRoberto Ierusalimschy1998-07-011-2/+2
|
* when debuging, blocks must be kept in double allignment.Roberto Ierusalimschy1998-06-291-7/+10
|
* functions should return explicit "nil"s.Roberto Ierusalimschy1998-06-292-5/+11
|
* detailRoberto Ierusalimschy1998-06-291-3/+3
|
* details (by lhf)Roberto Ierusalimschy1998-06-252-28/+38
|
* details in commentsRoberto Ierusalimschy1998-06-251-12/+12
|
* stupid bug (in syntax print "hello")Roberto Ierusalimschy1998-06-241-1/+2
|
* detailsRoberto Ierusalimschy1998-06-242-7/+11
|
* details (dependencies)Roberto Ierusalimschy1998-06-191-2/+3
|
* "dostring" accepts chunk name.Roberto Ierusalimschy1998-06-194-22/+41
|
* small corrections in commentsRoberto Ierusalimschy1998-06-1915-33/+33
|
* 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 tokens