summaryrefslogtreecommitdiff
path: root/ltests.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* better names for type-related functionsRoberto Ierusalimschy2001-07-121-4/+4
* better performance for table operations (mainly for integer indices)Roberto Ierusalimschy2001-07-051-5/+3
* new module lopcodes.c for tables describing opcodesRoberto Ierusalimschy2001-06-281-45/+2
* missing an opcode nameRoberto Ierusalimschy2001-06-281-1/+2
* too much optimization to "break" keys in tables; keep them as TObjects...Roberto Ierusalimschy2001-06-261-8/+5
* cleaner way to ensure alignment for strings and userdataRoberto Ierusalimschy2001-06-151-3/+3
* new implementation for userdatas, without `keys'Roberto Ierusalimschy2001-06-061-17/+21
* new implementation for the Virtual MachineRoberto Ierusalimschy2001-06-051-77/+56
* name changesRoberto Ierusalimschy2001-04-231-3/+3
* re-implementation of refs through weak tablesRoberto Ierusalimschy2001-04-171-3/+12
* first implementation for weak tablesRoberto Ierusalimschy2001-04-111-4/+11
* new way to handle `profiles'Roberto Ierusalimschy2001-03-261-1/+2
* old signature for lua_openRoberto Ierusalimschy2001-03-091-3/+3
* optimization for tailcall does not seem to pay itselfRoberto Ierusalimschy2001-03-071-9/+48
* open functions are lua_CfunctionsRoberto Ierusalimschy2001-03-061-10/+8
* lower-case for macros with argumentsRoberto Ierusalimschy2001-03-021-2/+2
* first (big) step to support wide charsRoberto Ierusalimschy2001-02-231-133/+133
* avoid '...' and "..." inside commentsRoberto Ierusalimschy2001-02-221-2/+2
* small bug in testing (pushuserdata needs some memory to work...)Roberto Ierusalimschy2001-02-211-7/+6
* detailRoberto Ierusalimschy2001-02-201-2/+3
* tests for string alignmentRoberto Ierusalimschy2001-02-131-9/+23
* detailsRoberto Ierusalimschy2001-02-091-2/+4
* string pointers are always fully alignedRoberto Ierusalimschy2001-02-091-3/+5
* new semantics for pushuserdata (no more different userdatas with same value)Roberto Ierusalimschy2001-02-091-5/+16
* easier to add new initialization functionsRoberto Ierusalimschy2001-02-061-7/+1
* better use of extra include files (both for tests and for old_ansi)Roberto Ierusalimschy2001-02-061-1/+85
* lock/unlock may use L + better structure for internal debug stuffRoberto Ierusalimschy2001-02-021-4/+19
* better control of relationship top x L->topRoberto Ierusalimschy2001-02-011-1/+8
* smaller tables for machines with 8-bit alignmentRoberto Ierusalimschy2001-01-291-3/+8
* support for multiple stacks sharing the same global environmentRoberto Ierusalimschy2001-01-221-2/+14
* thead-specific state separated from "global" stateRoberto Ierusalimschy2001-01-191-2/+3
* all accesses to TObjects done through macrosRoberto Ierusalimschy2001-01-181-3/+2
* no more END opcodeRoberto Ierusalimschy2001-01-151-9/+6
* `free' gets size of the block: complete control over memory useRoberto Ierusalimschy2000-12-281-2/+2
* lua_settagmethod does not return old tag methodRoberto Ierusalimschy2000-10-311-2/+6
* macro DEBUG renamed to LUA_DEBUGRoberto Ierusalimschy2000-10-301-3/+3
* new API function `createuserdata'Roberto Ierusalimschy2000-10-261-2/+5
* new macro LUA_APIRoberto Ierusalimschy2000-10-201-2/+2
* new implementation for some API functionsRoberto Ierusalimschy2000-10-061-1/+40
* tag methods are always functions, so don't need to store a whole objectRoberto Ierusalimschy2000-10-051-1/+11
* new definition for types-tagsRoberto Ierusalimschy2000-10-051-6/+9
* new API function `lua_type' + new type lua_TypeRoberto Ierusalimschy2000-10-021-9/+9
* new API for garbage collectorRoberto Ierusalimschy2000-10-021-3/+2
* new way to count `nblocks' for GC (try to count bytes).Roberto Ierusalimschy2000-09-291-2/+3
* new version of protected executionRoberto Ierusalimschy2000-09-251-2/+10
* bug: lua_gettable does not get key from stack topRoberto Ierusalimschy2000-09-251-1/+7
* new API function lua_rawgetRoberto Ierusalimschy2000-09-141-2/+17
* `lua_newstate' renamed to `lua_open'Roberto Ierusalimschy2000-09-111-2/+2
* new version for APIRoberto Ierusalimschy2000-09-051-15/+15
* new API functions `pop', `insert', and `move'Roberto Ierusalimschy2000-08-311-2/+11