aboutsummaryrefslogtreecommitdiff
path: root/lref.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* `pushref' is more efficient (and probably more useful) than `getref'.Roberto Ierusalimschy2000-08-171-5/+8
* default now is multi-stateRoberto Ierusalimschy2000-08-091-3/+1
* new algorithm for traversing in GC to avoid deep recursion callsRoberto Ierusalimschy2000-08-071-6/+6
* remove dummy argument in LUA_ASSERTRoberto Ierusalimschy2000-06-301-3/+3
* `lua.h' is included before any other Lua header fileRoberto Ierusalimschy2000-06-121-2/+3
* access to `values' in TObject always through macrosRoberto Ierusalimschy2000-06-081-4/+4
* code cleaner for 16 bits.Roberto Ierusalimschy2000-05-241-2/+3
* no more special cases for closures with 0 upvalues (performance is the same,Roberto Ierusalimschy2000-03-291-4/+2
* TAG_ARRAY -> TAG_TABLERoberto Ierusalimschy2000-03-271-2/+2
* some name changesRoberto Ierusalimschy2000-03-101-6/+6
* many details (most by lhf).Roberto Ierusalimschy2000-03-031-4/+5
* small changes for "clean C"Roberto Ierusalimschy2000-02-081-3/+3
* comments.Roberto Ierusalimschy1999-12-271-2/+2
* new ttypes to distinguish between C closures and Lua closures.Roberto Ierusalimschy1999-12-231-8/+3
* many details + code redistributionRoberto Ierusalimschy1999-12-141-8/+32
* first implementation of multiple states (reentrant code).Roberto Ierusalimschy1999-11-221-12/+14
* better implementation of `lua_ref' (much better...)Roberto Ierusalimschy1999-11-101-15/+32
* implementation of lua_ref (previously in module `lmem').Roberto Ierusalimschy1999-10-041-0/+78