Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | NUMBER_FMT also may be predefined in makefile | Roberto Ierusalimschy | 1998-12-01 | 1 | -5/+2 | |
| | ||||||
* | macro encapsulates de "-". | Roberto Ierusalimschy | 1998-07-12 | 1 | -1/+4 | |
| | ||||||
* | "findname" moved from lobject.c to lauxlib.c (so libraries may use it). | Roberto Ierusalimschy | 1998-06-18 | 1 | -2/+1 | |
| | ||||||
* | details. | Roberto Ierusalimschy | 1998-06-11 | 1 | -1/+6 | |
| | ||||||
* | number type in Lua changed for double (by default). | Roberto Ierusalimschy | 1998-05-18 | 1 | -3/+4 | |
| | ||||||
* | better use of "ASSERT". | Roberto Ierusalimschy | 1998-03-09 | 1 | -1/+12 | |
| | ||||||
* | support for strings with '\0' | Roberto Ierusalimschy | 1998-03-06 | 1 | -3/+6 | |
| | ||||||
* | MAX_WORD should not be bigger than MAX_INT | Roberto Ierusalimschy | 1998-01-19 | 1 | -3/+10 | |
| | ||||||
* | we don't need a type "Word". | Roberto Ierusalimschy | 1998-01-14 | 1 | -5/+2 | |
| | ||||||
* | details | Roberto Ierusalimschy | 1998-01-09 | 1 | -9/+4 | |
| | ||||||
* | some details related to OLD_ANSI | Roberto Ierusalimschy | 1997-12-26 | 1 | -4/+11 | |
| | ||||||
* | details | Roberto Ierusalimschy | 1997-12-23 | 1 | -1/+7 | |
| | ||||||
* | optimization: closures without upvalues don't need to be closures | Roberto Ierusalimschy | 1997-12-15 | 1 | -7/+10 | |
| | ||||||
* | details | Roberto Ierusalimschy | 1997-11-28 | 1 | -2/+2 | |
| | ||||||
* | first implementation of centralized global state. | Roberto Ierusalimschy | 1997-11-19 | 1 | -2/+1 | |
| | ||||||
* | "global" version of a nil object. | Roberto Ierusalimschy | 1997-11-03 | 1 | -1/+3 | |
| | ||||||
* | first version of Cclosures. | Roberto Ierusalimschy | 1997-10-24 | 1 | -6/+6 | |
| | ||||||
* | GC now considers an "estimate" of object size, instead of just the number | Roberto Ierusalimschy | 1997-10-23 | 1 | -2/+7 | |
| | | | | of objects. | |||||
* | better identification of types which are tags | Roberto Ierusalimschy | 1997-10-16 | 1 | -12/+13 | |
| | ||||||
* | "nupvalues" is kept in Closure, not in prototype (as a preparation | Roberto Ierusalimschy | 1997-10-16 | 1 | -2/+2 | |
| | | | | for C closures...) | |||||
* | better way to traverse GCnode lists. | Roberto Ierusalimschy | 1997-09-26 | 1 | -1/+2 | |
| | ||||||
* | new implementation for globals: Global value is stored in TaggedString | Roberto Ierusalimschy | 1997-09-26 | 1 | -58/+55 | |
| | ||||||
* | Type definitions for Lua objects | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+171 | |