Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename of `kproto' to `p' | Roberto Ierusalimschy | 2001-06-28 | 1 | -4/+4 |
* | new implementation for the Virtual Machine | Roberto Ierusalimschy | 2001-06-05 | 1 | -7/+4 |
* | new way to handle `profiles' | Roberto Ierusalimschy | 2001-03-26 | 1 | -1/+2 |
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -2/+2 |
* | code check for upvalues | Roberto Ierusalimschy | 2001-02-20 | 1 | -1/+2 |
* | string pointers are always fully aligned | Roberto Ierusalimschy | 2001-02-09 | 1 | -2/+2 |
* | no need for tags in boxed values :-( | Roberto Ierusalimschy | 2001-02-01 | 1 | -2/+1 |
* | all boxed types start with their tags | Roberto Ierusalimschy | 2001-01-29 | 1 | -1/+2 |
* | thead-specific state separated from "global" state | Roberto Ierusalimschy | 2001-01-19 | 1 | -5/+5 |
* | `free' gets size of the block: complete control over memory use | Roberto Ierusalimschy | 2000-12-28 | 1 | -39/+17 |
* | lua_Number defined in lua.h (1st version) | Roberto Ierusalimschy | 2000-12-04 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2000-10-30 | 1 | -2/+2 |
* | ((n)-1) may be negative (-1), and so it is not wise to keep it as unsigned | Roberto Ierusalimschy | 2000-10-18 | 1 | -2/+2 |
* | details. | Roberto Ierusalimschy | 2000-10-10 | 1 | -11/+14 |
* | new way to count `nblocks' for GC (try to count bytes). | Roberto Ierusalimschy | 2000-09-29 | 1 | -9/+27 |
* | new way to store local-variable information. | Roberto Ierusalimschy | 2000-08-22 | 1 | -13/+10 |
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 1 | -3/+1 |
* | no more options for debug information: it is always on | Roberto Ierusalimschy | 2000-08-08 | 1 | -3/+1 |
* | new structure for line information | Roberto Ierusalimschy | 2000-08-08 | 1 | -3/+3 |
* | new algorithm for traversing in GC to avoid deep recursion calls | Roberto Ierusalimschy | 2000-08-07 | 1 | -2/+2 |
* | new version of debug system | Roberto Ierusalimschy | 2000-06-26 | 1 | -4/+5 |
* | `lua.h' is included before any other Lua header file | Roberto Ierusalimschy | 2000-06-12 | 1 | -1/+3 |
* | better field name | Roberto Ierusalimschy | 2000-05-30 | 1 | -3/+3 |
* | code cleaner for 16 bits. | Roberto Ierusalimschy | 2000-05-24 | 1 | -2/+2 |
* | no more special cases for closures with 0 upvalues (performance is the same, | Roberto Ierusalimschy | 2000-03-29 | 1 | -2/+3 |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -6/+6 |
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -2/+2 |
* | renaming of some opcodes and fields | Roberto Ierusalimschy | 2000-01-28 | 1 | -10/+10 |
* | `const' array in protos breaked in 3 arrays (for strings, numbers, and | Roberto Ierusalimschy | 2000-01-25 | 1 | -4/+10 |
* | comments. | Roberto Ierusalimschy | 1999-12-27 | 1 | -2/+2 |
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -18/+20 |
* | ways to measure number of `blocks' for GC + details | Roberto Ierusalimschy | 1999-11-10 | 1 | -4/+4 |
* | some more `const's | Roberto Ierusalimschy | 1999-10-14 | 1 | -2/+3 |
* | simplified version of `gc' tag method (only for userdata now). | Roberto Ierusalimschy | 1999-10-04 | 1 | -22/+12 |
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -14/+8 |
* | storing chunk "sources" instead of "filenames". | Roberto Ierusalimschy | 1999-03-04 | 1 | -2/+2 |
* | small corrections in comments | Roberto Ierusalimschy | 1998-06-19 | 1 | -2/+2 |
* | optimization: closures without upvalues don't need to be closures | Roberto Ierusalimschy | 1997-12-15 | 1 | -10/+1 |
* | details (mainly error messages) | Roberto Ierusalimschy | 1997-12-09 | 1 | -5/+5 |
* | first implementation of centralized global state. | Roberto Ierusalimschy | 1997-11-19 | 1 | -10/+8 |
* | first version of Cclosures. | Roberto Ierusalimschy | 1997-10-24 | 1 | -1/+11 |
* | GC now considers an "estimate" of object size, instead of just the number | Roberto Ierusalimschy | 1997-10-23 | 1 | -1/+7 |
* | "nupvalues" is kept in Closure, not in prototype (as a preparation | Roberto Ierusalimschy | 1997-10-16 | 1 | -2/+1 |
* | better way to traverse GCnode lists. | Roberto Ierusalimschy | 1997-09-26 | 1 | -16/+5 |
* | Lua Function structures | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+105 |