summaryrefslogtreecommitdiff
path: root/lvm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* rename of `kproto' to `p'Roberto Ierusalimschy2001-06-281-2/+2
* new macros for changing numbersRoberto Ierusalimschy2001-06-281-7/+10
* too much optimization to "break" keys in tables; keep them as TObjects...Roberto Ierusalimschy2001-06-261-3/+3
* no more opnames in binary tag methodsRoberto Ierusalimschy2001-06-201-4/+2
* cleaner way to ensure alignment for strings and userdataRoberto Ierusalimschy2001-06-151-7/+8
* small optimizationsRoberto Ierusalimschy2001-06-151-32/+40
* details about opcode parametersRoberto Ierusalimschy2001-06-111-12/+12
* detailsRoberto Ierusalimschy2001-06-081-4/+2
* new definition for `luaD_call' and `luaD_adjusttop'Roberto Ierusalimschy2001-06-081-36/+40
* details.Roberto Ierusalimschy2001-06-081-57/+46
* detailsRoberto Ierusalimschy2001-06-051-6/+21
* new implementation for the Virtual MachineRoberto Ierusalimschy2001-06-051-245/+231
* list constructors do not adjust last expressionRoberto Ierusalimschy2001-04-061-9/+10
* new way to handle `profiles'Roberto Ierusalimschy2001-03-261-2/+3
* detailsRoberto Ierusalimschy2001-03-071-7/+6
* better way to link callinfo's and stackRoberto Ierusalimschy2001-03-071-8/+8
* optimization for tailcall does not seem to pay itselfRoberto Ierusalimschy2001-03-071-6/+1
* buffer should be void *, as char now is not that neutral...Roberto Ierusalimschy2001-02-231-2/+2
* first (big) step to support wide charsRoberto Ierusalimschy2001-02-231-27/+27
* avoid '...' and "..." inside commentsRoberto Ierusalimschy2001-02-221-6/+6
* better separation between basic typesRoberto Ierusalimschy2001-02-201-3/+2
* detailsRoberto Ierusalimschy2001-02-121-25/+30
* string pointers are always fully alignedRoberto Ierusalimschy2001-02-091-4/+4
* detailsRoberto Ierusalimschy2001-02-091-11/+7
* new way to handle top x L->topRoberto Ierusalimschy2001-02-071-127/+100
* better use of extra include files (both for tests and for old_ansi)Roberto Ierusalimschy2001-02-061-6/+1
* lock/unlock may use L + better structure for internal debug stuffRoberto Ierusalimschy2001-02-021-3/+3
* top must be updated when there is any errorRoberto Ierusalimschy2001-02-011-1/+5
* better control of relationship top x L->topRoberto Ierusalimschy2001-02-011-65/+73
* smaller tables for machines with 8-bit alignmentRoberto Ierusalimschy2001-01-291-2/+2
* simpler implementation of for loopsRoberto Ierusalimschy2001-01-291-25/+13
* better implementation for list "for"Roberto Ierusalimschy2001-01-291-10/+18
* avoid side-effects on macros that may use twice their argumentsRoberto Ierusalimschy2001-01-261-9/+16
* a small optimizationRoberto Ierusalimschy2001-01-241-5/+7
* macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua coreRoberto Ierusalimschy2001-01-241-9/+10
* thead-specific state separated from "global" stateRoberto Ierusalimschy2001-01-191-15/+15
* all accesses to TObjects done through macrosRoberto Ierusalimschy2001-01-181-84/+59
* no more END opcodeRoberto Ierusalimschy2001-01-151-5/+1
* string comparison only needs to test for "less than"Roberto Ierusalimschy2001-01-111-8/+8
* specialized versions for luaH_set (numbers and strings)Roberto Ierusalimschy2001-01-101-19/+12
* small changes in lstringRoberto Ierusalimschy2001-01-101-2/+2
* `free' gets size of the block: complete control over memory useRoberto Ierusalimschy2000-12-281-3/+3
* lua_Number defined in lua.h (1st version)Roberto Ierusalimschy2000-12-041-4/+4
* better support for 64-bit machines (avoid excessive use of longs)Roberto Ierusalimschy2000-11-241-3/+3
* new API function `createuserdata'Roberto Ierusalimschy2000-10-261-8/+8
* luaD_call is more uniformRoberto Ierusalimschy2000-10-061-18/+9
* tag methods are always functions, so don't need to store a whole objectRoberto Ierusalimschy2000-10-051-37/+40
* new definition for types-tagsRoberto Ierusalimschy2000-10-051-55/+57
* call hooks can only be called when `pc' is active (that is, insideRoberto Ierusalimschy2000-10-041-7/+17
* details.Roberto Ierusalimschy2000-10-031-2/+2