summaryrefslogtreecommitdiff
path: root/lvm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* bug: current line should work for call hookRoberto Ierusalimschy2005-06-131-2/+5
|
* warnings in VS .NetRoberto Ierusalimschy2005-05-311-3/+3
|
* detailsRoberto Ierusalimschy2005-05-201-23/+23
|
* several small detailsRoberto Ierusalimschy2005-05-171-4/+4
|
* better quotes for strings in error messagesRoberto Ierusalimschy2005-05-161-4/+4
|
* no more compatibility code for traversing tablesRoberto Ierusalimschy2005-05-041-9/+1
|
* corrected definition of lua_number2int for WindowsRoberto Ierusalimschy2005-05-031-2/+3
|
* better control of local variables in luaV_executeRoberto Ierusalimschy2005-05-031-79/+96
|
* `*' operator is primitive only for tablesRoberto Ierusalimschy2005-05-021-13/+10
|
* detailRoberto Ierusalimschy2005-04-111-5/+4
|
* small optimizationsRoberto Ierusalimschy2005-04-051-28/+21
|
* removed dirt optimizations that gave small gainsRoberto Ierusalimschy2005-04-041-62/+27
|
* no more LUA_FIRSTINDEXRoberto Ierusalimschy2005-03-281-2/+2
|
* internal definitions have prefix `luai_'Roberto Ierusalimschy2005-03-181-2/+2
|
* new operation *t (for size of t) (may yet be removed...)Roberto Ierusalimschy2005-03-161-1/+16
|
* `luac´ -> `luai' (to avoid confusion with other luac stuff)Roberto Ierusalimschy2005-03-091-21/+21
|
* `luaconf.h´ exports all its definitions always (so all of themRoberto Ierusalimschy2005-03-081-21/+21
| | | | must have a lua/LUA prefix).
* fewer #include's in luaconf.hRoberto Ierusalimschy2005-03-081-1/+3
|
* new `mod' (`%') operatorRoberto Ierusalimschy2005-03-081-12/+31
|
* detailRoberto Ierusalimschy2005-03-071-4/+4
|
* small bug: must use original (previous) baseRoberto Ierusalimschy2005-03-071-2/+2
|
* detailsRoberto Ierusalimschy2005-02-231-2/+2
|
* small bugRoberto Ierusalimschy2005-02-181-2/+2
|
* C functions and userdata also have environmentsRoberto Ierusalimschy2005-02-181-6/+10
|
* detailRoberto Ierusalimschy2005-01-101-2/+2
|
* macros for all arithmetic operations over lua_NumbersRoberto Ierusalimschy2005-01-101-18/+18
|
* a^b calls `pow´ (from math.h) directlyRoberto Ierusalimschy2005-01-071-10/+9
|
* change in hash algorithm so that it does not need empty slotRoberto Ierusalimschy2005-01-051-2/+2
| | | | (tables can be 100% full)
* cleaner interface to `ltable'Roberto Ierusalimschy2005-01-041-4/+4
|
* static names do not need `luaX_' prefixRoberto Ierusalimschy2004-12-031-6/+6
|
* better implementation for `floating-point bytes'Roberto Ierusalimschy2004-11-011-2/+2
|
* more secure way to compute final string lengthRoberto Ierusalimschy2004-10-281-5/+4
|
* small optimization for boolean constants + new format for SETLIST opcodeRoberto Ierusalimschy2004-10-041-10/+8
|
* cleaner API for coroutinesRoberto Ierusalimschy2004-09-151-2/+2
|
* bug (due to new handling of varargs)Roberto Ierusalimschy2004-08-121-2/+3
|
* less conservative write barrier for tablesRoberto Ierusalimschy2004-08-101-3/+3
|
* new way to code RK valuesRoberto Ierusalimschy2004-06-291-3/+3
|
* detailRoberto Ierusalimschy2004-06-291-36/+36
|
* BUG: string concatenation may cause arithmetic overflow, leadingRoberto Ierusalimschy2004-06-081-3/+4
| | | | to a buffer overflow.
* new macro `lua_threadyield' + lock stuff in `luaconf.h' + detailsRoberto Ierusalimschy2004-06-021-41/+39
|
* new way to use `vararg' parameters (with `...')Roberto Ierusalimschy2004-05-311-10/+27
|
* small steps towards yields in iterators and tag methodsRoberto Ierusalimschy2004-05-141-55/+72
|
* code parameterized by LUA_FIRSTINDEX (first index of an array)Roberto Ierusalimschy2004-05-101-5/+6
|
* new scheme for configuration through `luaconf.h'Roberto Ierusalimschy2004-04-301-10/+2
|
* small optimization for {f()}Roberto Ierusalimschy2004-03-261-3/+4
|
* detailRoberto Ierusalimschy2004-03-161-2/+1
|
* `TObject' renamed to `TValue' + other name changes and better assertionsRoberto Ierusalimschy2003-12-101-79/+79
| | | | for incremental garbage collection
* First version of incremental GCRoberto Ierusalimschy2003-12-091-6/+11
|
* towards a "stackless" call of metamethods (?)Roberto Ierusalimschy2003-10-271-18/+24
|
* new way to control `pc' of running functionsRoberto Ierusalimschy2003-07-161-76/+78
|