aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* "lua_state" is already declared in lua.h, which is included here.Roberto Ierusalimschy1998-08-301-4/+1
|
* new functions "seek" and "flush".Roberto Ierusalimschy1998-08-242-44/+107
|
* new implementation for error handling: on error, function _ERRORMESSAGERoberto Ierusalimschy1998-08-218-136/+133
| | | | is called, which in turn calls _ALERT to write a message to stderr.
* small bug: nuse may change when table is rehashed;Roberto Ierusalimschy1998-08-111-11/+10
| | | | 3/2 is a good fraction for hash limit (instead of 0.7, using floats)
* better error message for code too long (old one was misleading when theRoberto Ierusalimschy1998-08-111-2/+3
| | | | problem was SETLINE after 64k lines...)
* hash tables may shrink if use rate is too small.Roberto Ierusalimschy1998-08-102-14/+6
|
* new hash function.Roberto Ierusalimschy1998-07-271-3/+3
|
* details ("luaX_token2str" doesn't need LexState)Roberto Ierusalimschy1998-07-243-8/+8
|
* new function "sort" + many small changesRoberto Ierusalimschy1998-07-123-61/+142
|
* small changes to use new auxiliar functionsRoberto Ierusalimschy1998-07-121-7/+3
|
* auxiliar functions "luaH_setint" & "luaH_getint".Roberto Ierusalimschy1998-07-122-3/+23
|
* auxiliar function "luaD_calln".Roberto Ierusalimschy1998-07-122-5/+9
|
* "%q" can handle strings with '\0'.Roberto Ierusalimschy1998-07-121-8/+15
|
* macro encapsulates de "-".Roberto Ierusalimschy1998-07-121-1/+4
|
* "fileName" cannot be NULLRoberto Ierusalimschy1998-07-121-3/+2
|
* "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
|