Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | name changes to avoid name collision between macros and variables | Roberto Ierusalimschy | 2003-03-18 | 1 | -3/+3 |
| | |||||
* | different variables for number of upvalues and size of upvalue array | Roberto Ierusalimschy | 2003-02-11 | 1 | -3/+4 |
| | | | | (makes code clearer) | ||||
* | new functions to manipulate upvales (get/setupvalue) | Roberto Ierusalimschy | 2002-12-19 | 1 | -1/+3 |
| | |||||
* | each .c file defines its own name | Roberto Ierusalimschy | 2002-12-04 | 1 | -1/+3 |
| | |||||
* | documentation for write barriers | Roberto Ierusalimschy | 2002-11-14 | 1 | -2/+2 |
| | |||||
* | better control over GCObjects | Roberto Ierusalimschy | 2002-11-13 | 1 | -11/+12 |
| | |||||
* | free prototype in (more or less) the same order it is created by | Roberto Ierusalimschy | 2002-10-21 | 1 | -3/+3 |
| | | | | `undump' | ||||
* | in case of memory allocation errors, sizecode and sizelineinfo can | Roberto Ierusalimschy | 2002-10-16 | 1 | -3/+3 |
| | | | | be different | ||||
* | new structure for collectable objects, sharing a common header | Roberto Ierusalimschy | 2002-08-30 | 1 | -26/+19 |
| | |||||
* | cleaning the stage for generational collection | Roberto Ierusalimschy | 2002-08-16 | 1 | -1/+4 |
| | |||||
* | first implementation of independent global table per function | Roberto Ierusalimschy | 2002-06-20 | 1 | -2/+3 |
| | |||||
* | precompiler may create functions without `lineinfo' | Roberto Ierusalimschy | 2002-05-02 | 1 | -2/+3 |
| | |||||
* | simpler implementation for line information | Roberto Ierusalimschy | 2002-03-25 | 1 | -3/+2 |
| | |||||
* | lu_byte is enough for those fields (maxstack < 256) | Roberto Ierusalimschy | 2002-03-05 | 1 | -3/+3 |
| | |||||
* | some warnings | Roberto Ierusalimschy | 2001-12-21 | 1 | -2/+2 |
| | |||||
* | tag system replaced by event tables | Roberto Ierusalimschy | 2001-12-05 | 1 | -3/+1 |
| | |||||
* | new implementation for lua upvalues (sugested by E.T.): simpler and solves | Roberto Ierusalimschy | 2001-11-29 | 1 | -59/+23 |
| | | | | a bug for multi-stacks | ||||
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -3/+2 |
| | |||||
* | optimizations for space in LClosures and time cleanning weak tables | Roberto Ierusalimschy | 2001-11-06 | 1 | -12/+10 |
| | |||||
* | new definitions for closure structures | Roberto Ierusalimschy | 2001-10-02 | 1 | -33/+29 |
| | |||||
* | first implementation of unrestricted static scoping | Roberto Ierusalimschy | 2001-09-07 | 1 | -5/+95 |
| | |||||
* | better syntax for type casts | Roberto Ierusalimschy | 2001-08-31 | 1 | -3/+4 |
| | |||||
* | 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 |
| | | | | memory use a little higher, code much simpler). | ||||
* | 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 |
| |