Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | first version for new API | Roberto Ierusalimschy | 2000-08-28 | 1 | -118/+0 |
| | |||||
* | `pushref' is more efficient (and probably more useful) than `getref'. | Roberto Ierusalimschy | 2000-08-17 | 1 | -5/+8 |
| | |||||
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 1 | -3/+1 |
| | |||||
* | new algorithm for traversing in GC to avoid deep recursion calls | Roberto Ierusalimschy | 2000-08-07 | 1 | -6/+6 |
| | |||||
* | remove dummy argument in LUA_ASSERT | Roberto Ierusalimschy | 2000-06-30 | 1 | -3/+3 |
| | |||||
* | `lua.h' is included before any other Lua header file | Roberto Ierusalimschy | 2000-06-12 | 1 | -2/+3 |
| | |||||
* | access to `values' in TObject always through macros | Roberto Ierusalimschy | 2000-06-08 | 1 | -4/+4 |
| | |||||
* | code cleaner for 16 bits. | Roberto Ierusalimschy | 2000-05-24 | 1 | -2/+3 |
| | |||||
* | no more special cases for closures with 0 upvalues (performance is the same, | Roberto Ierusalimschy | 2000-03-29 | 1 | -4/+2 |
| | | | | memory use a little higher, code much simpler). | ||||
* | TAG_ARRAY -> TAG_TABLE | Roberto Ierusalimschy | 2000-03-27 | 1 | -2/+2 |
| | |||||
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -6/+6 |
| | |||||
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -4/+5 |
| | |||||
* | small changes for "clean C" | Roberto Ierusalimschy | 2000-02-08 | 1 | -3/+3 |
| | |||||
* | comments. | Roberto Ierusalimschy | 1999-12-27 | 1 | -2/+2 |
| | |||||
* | new ttypes to distinguish between C closures and Lua closures. | Roberto Ierusalimschy | 1999-12-23 | 1 | -8/+3 |
| | |||||
* | many details + code redistribution | Roberto Ierusalimschy | 1999-12-14 | 1 | -8/+32 |
| | |||||
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -12/+14 |
| | |||||
* | better implementation of `lua_ref' (much better...) | Roberto Ierusalimschy | 1999-11-10 | 1 | -15/+32 |
| | |||||
* | implementation of lua_ref (previously in module `lmem'). | Roberto Ierusalimschy | 1999-10-04 | 1 | -0/+78 |