aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* `optimization' doesn't seem to make any difference...Roberto Ierusalimschy1999-12-061-16/+10
|
* better control (and error recovery) for begin/end blocksRoberto Ierusalimschy1999-12-063-11/+13
|
* configurable stack size + some corrections in error recovery inRoberto Ierusalimschy1999-12-061-32/+27
| | | | `protectedrun'
* `lua_setfallback' leaves things on the stack, so it is better to protectRoberto Ierusalimschy1999-12-061-1/+3
| | | | it.
* new tests for begin/end blocks and multi-stateRoberto Ierusalimschy1999-12-061-5/+38
|
* `lua_newstate' gets the inital stack size and other argumentsRoberto Ierusalimschy1999-12-065-15/+55
|
* details.Roberto Ierusalimschy1999-12-061-9/+12
|
* new language for testC (debugging facility)Roberto Ierusalimschy1999-12-031-71/+127
|
* detailsRoberto Ierusalimschy1999-12-031-3/+3
|
* modifications by lhfRoberto Ierusalimschy1999-12-022-100/+104
|
* missing includeRoberto Ierusalimschy1999-12-022-2/+4
|
* lua_Object is a pointer to the stack (because now the stack doen't move)Roberto Ierusalimschy1999-12-027-84/+80
|
* fixed stack; first version.Roberto Ierusalimschy1999-12-0110-402/+400
|
* detailsRoberto Ierusalimschy1999-11-302-6/+8
|
* `object' and `string' are very busy names...Roberto Ierusalimschy1999-11-292-50/+50
|
* mistake in change for multi-state (gc threshold was not corrected)Roberto Ierusalimschy1999-11-291-2/+2
|
* new name for lua_equal(obj); LUA_NOOBJECT is equal to LUA_NOOBJECTRoberto Ierusalimschy1999-11-293-8/+8
|
* table sizes don't need to be primes; power of 2 gives the same performance.Roberto Ierusalimschy1999-11-291-15/+6
|
* table sizes don't need to be primes; power of 2 gives the same performance.Roberto Ierusalimschy1999-11-266-40/+37
|
* new way to keep function arguments (with StkId instead of copy)Roberto Ierusalimschy1999-11-261-52/+51
|
* new way to code CALLs + passing multiple arguments between function callsRoberto Ierusalimschy1999-11-253-32/+22
|
* new signature for function luaD_call (old luaD_calln)Roberto Ierusalimschy1999-11-252-17/+14
|
* commentRoberto Ierusalimschy1999-11-251-2/+2
|
* macros `key', `val', and `node' don't need the stateRoberto Ierusalimschy1999-11-233-12/+12
|
* simpler without `init_hash'Roberto Ierusalimschy1999-11-221-28/+12
|
* new macro luaL_openlRoberto Ierusalimschy1999-11-226-20/+20
|
* first implementation of multiple states (reentrant code).Roberto Ierusalimschy1999-11-2244-1930/+2075
|
* last warnings in Visual CRoberto Ierusalimschy1999-11-162-7/+7
|
* detailsRoberto Ierusalimschy1999-11-121-2/+2
|
* new API function `lua_equalobj'Roberto Ierusalimschy1999-11-113-7/+18
|
* BUG: `strfind' does not handle \0 in plain search.Roberto Ierusalimschy1999-11-112-10/+36
|
* better ways to test lock mechanismRoberto Ierusalimschy1999-11-101-6/+9
|
* buffer can shrink when too bigRoberto Ierusalimschy1999-11-102-7/+12
|
* ways to measure number of `blocks' for GC + detailsRoberto Ierusalimschy1999-11-106-30/+35
|
* better implementation of `lua_ref' (much better...)Roberto Ierusalimschy1999-11-102-16/+46
|
* new warnings with option "-W" (gcc)Roberto Ierusalimschy1999-11-094-6/+8
|
* new implementation for global variable values (separated from strings)Roberto Ierusalimschy1999-11-0412-145/+166
|
* default `success' for exit is more useful.Roberto Ierusalimschy1999-10-261-2/+2
|
* invariant tests over tables performed externally, through a built-inRoberto Ierusalimschy1999-10-263-56/+29
| | | | function (when DEBUG is ion).
* details (comments)Roberto Ierusalimschy1999-10-251-3/+3
|
* warnings from Visual C++Roberto Ierusalimschy1999-10-197-16/+15
|
* some more `const'sRoberto Ierusalimschy1999-10-146-14/+17
|
* 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
|