aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* new implementation of hash tables.Roberto Ierusalimschy1999-10-149-129/+287
|
* better assertions.Roberto Ierusalimschy1999-10-142-6/+9
|
* new implementation for string hashing, with chaining.Roberto Ierusalimschy1999-10-117-127/+117
|
* Visual C++ warningRoberto Ierusalimschy1999-10-111-2/+2
|
* read patterns are deprecated; new option `read(n)' to read n bytes.Roberto Ierusalimschy1999-10-071-28/+77
|
* new API function 'lua_type'.Roberto Ierusalimschy1999-10-073-14/+15
|
* detailsRoberto Ierusalimschy1999-10-051-10/+22
|
* simplified version of `gc' tag method (only for userdata now).Roberto Ierusalimschy1999-10-0420-443/+384
|
* implementation of lua_ref (previously in module `lmem').Roberto Ierusalimschy1999-10-042-0/+95
|
* temporary versionRoberto Ierusalimschy1999-09-291-2/+2
|
* checks table size only when element is a new oneRoberto Ierusalimschy1999-09-281-33/+49
|
* detailsRoberto Ierusalimschy1999-09-271-7/+7
|
* "luaH_set" only needs to check size when key is newRoberto Ierusalimschy1999-09-221-24/+18
|
* `put_luaObjectonTop' must be public (to be used by lfback.c), and soRoberto Ierusalimschy1999-09-212-9/+9
| | | | it must have a "public" name: `luaA_putObjectOnTop'
* compatibility with old fallback system now provided by external moduleRoberto Ierusalimschy1999-09-205-130/+13
|
* reorganization of `stat' function.Roberto Ierusalimschy1999-09-201-76/+96
|
* remove of some useless #includesRoberto Ierusalimschy1999-09-171-5/+1
|
* detailsRoberto Ierusalimschy1999-09-131-3/+3
|
* tonumber'e1' and tonumber(' ', x), for x!=10, gave 0 instead of nil.Roberto Ierusalimschy1999-09-083-24/+27
|
* new interface for `luaO_strtod', which now checks signal, too.Roberto Ierusalimschy1999-09-064-26/+12
|
* test first the most common case.Roberto Ierusalimschy1999-09-061-5/+5
|
* details.Roberto Ierusalimschy1999-09-061-2/+2
|
* new interface for `luaO_strtod', which now checks signal, too.Roberto Ierusalimschy1999-09-061-7/+20
|
* `luaL_arg_check' always has an `extramsg'.Roberto Ierusalimschy1999-09-061-6/+3
|
* in the (old) expression << ls->fs->f->consts[checkname(ls)] >>, checknameRoberto Ierusalimschy1999-09-021-0/+8
| | | | could realloc f->consts.
* bug: in the (old) expression << ls->fs->f->consts[checkname(ls)] >>, checknameRoberto Ierusalimschy1999-09-021-14/+15
| | | | could realloc f->consts.
* new mechanism to access argv from a scriptRoberto Ierusalimschy1999-08-181-5/+30
|
* random(0) and random(x,0) are wrong (0 is read as no argument!).Roberto Ierusalimschy1999-08-182-8/+19
|
* more warning checking (mainly related to const strings).Roberto Ierusalimschy1999-08-171-2/+2
|
* "const" !!!Roberto Ierusalimschy1999-08-1640-516/+442
|
* new constants LUA_NOREF and LUA_REFNIL.Roberto Ierusalimschy1999-08-112-4/+7
|
* writeto, readfrom, and closefile must return an error code whenRoberto Ierusalimschy1999-08-101-11/+17
| | | | closing a file.
* char-set may contain '%]'Roberto Ierusalimschy1999-08-101-11/+11
|
* detailsRoberto Ierusalimschy1999-08-101-18/+19
|
* variables _INPUT and _OUTPUT should be read as rawglobal.Roberto Ierusalimschy1999-07-221-2/+2
|
* details.Roberto Ierusalimschy1999-07-221-2/+2
|
* detailsRoberto Ierusalimschy1999-07-223-8/+14
|
* new format for numbers in precompiled code (as strings)v3.2Roberto Ierusalimschy1999-07-082-56/+54
|
* new RedHat defines PI :-(Roberto Ierusalimschy1999-07-071-1/+2
|
* some systems do not reset signal handlers when a signal happensRoberto Ierusalimschy1999-07-021-1/+3
|
* no more automatic setlocale.Roberto Ierusalimschy1999-06-241-8/+1
|
* simplifications.Roberto Ierusalimschy1999-06-231-17/+10
|
* better interfaces for luaD_calln (x luaD_call)Roberto Ierusalimschy1999-06-224-51/+36
|
* better treatment for arbitrary limitsRoberto Ierusalimschy1999-06-178-34/+56
|
* cannot assign to unlimited variables, because it causes overflow inRoberto Ierusalimschy1999-06-162-3/+17
| | | | the number of returns of a function.
* bigger limit for number of local variables and upvaluesRoberto Ierusalimschy1999-06-161-11/+13
|
* tremove erases its previous last element (to avoid locking potentialRoberto Ierusalimschy1999-05-272-10/+12
| | | | garbagge).
* foreach, foreachi, foreachvar points to function in stack when stackRoberto Ierusalimschy1999-05-242-14/+26
| | | | can be reallocated.
* tighter control on the stack when debuggingRoberto Ierusalimschy1999-05-241-7/+10
|
* when debugging, move and erase old blocks to realloc.Roberto Ierusalimschy1999-05-241-36/+44
|