Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | details (smaller code) | Roberto Ierusalimschy | 2001-02-13 | 1 | -36/+28 | |
* | checking consistency of jumps. | Roberto Ierusalimschy | 2001-02-12 | 1 | -2/+2 | |
* | checking consistency of jumps (and some other details) | Roberto Ierusalimschy | 2001-02-12 | 1 | -26/+75 | |
* | some compilers (wrongly) complain about that | Roberto Ierusalimschy | 2001-02-12 | 1 | -2/+2 | |
* | better API checks | Roberto Ierusalimschy | 2001-02-12 | 2 | -22/+61 | |
* | details | Roberto Ierusalimschy | 2001-02-12 | 1 | -25/+30 | |
* | details | Roberto Ierusalimschy | 2001-02-09 | 3 | -8/+9 | |
* | string pointers are always fully aligned | Roberto Ierusalimschy | 2001-02-09 | 11 | -51/+47 | |
* | new semantics for pushuserdata (no more different userdatas with same value) | Roberto Ierusalimschy | 2001-02-09 | 5 | -25/+34 | |
* | new semantics for pushuserdata | Roberto Ierusalimschy | 2001-02-09 | 1 | -2/+2 | |
* | `tostring' uses type names (when available) | Roberto Ierusalimschy | 2001-02-09 | 1 | -4/+9 | |
* | first version of code verification | Roberto Ierusalimschy | 2001-02-09 | 3 | -48/+128 | |
* | details | Roberto Ierusalimschy | 2001-02-09 | 1 | -11/+7 | |
* | <read(0)> tests for EOF | Roberto Ierusalimschy | 2001-02-09 | 1 | -13/+21 | |
* | warnings from Visual C | Roberto Ierusalimschy | 2001-02-08 | 2 | -6/+6 | |
* | new way to handle top x L->top | Roberto Ierusalimschy | 2001-02-07 | 9 | -180/+153 | |
* | easier to add new initialization functions | Roberto Ierusalimschy | 2001-02-06 | 3 | -12/+14 | |
* | better use of extra include files (both for tests and for old_ansi) | Roberto Ierusalimschy | 2001-02-06 | 5 | -136/+118 | |
* | ESC (which starts precompiled code) in C is \33, not \27 | Roberto Ierusalimschy | 2001-02-06 | 2 | -2/+7 | |
* | details | Roberto Ierusalimschy | 2001-02-05 | 2 | -12/+10 | |
* | extended syntax to allow function a.b.c (x) | Roberto Ierusalimschy | 2001-02-05 | 1 | -8/+12 | |
* | details | Roberto Ierusalimschy | 2001-02-02 | 7 | -17/+17 | |
* | back to the basics (well-behaved variant record...) | Roberto Ierusalimschy | 2001-02-02 | 3 | -21/+19 | |
* | loop of 'dostring' may never reclaim memory | Roberto Ierusalimschy | 2001-02-02 | 4 | -5/+12 | |
* | lock/unlock may use L + better structure for internal debug stuff | Roberto Ierusalimschy | 2001-02-02 | 12 | -224/+213 | |
* | new header to put together debug-related declarations | Roberto Ierusalimschy | 2001-02-02 | 1 | -0/+47 | |
* | no need for tags in boxed values :-( | Roberto Ierusalimschy | 2001-02-01 | 7 | -29/+17 | |
* | top must be updated when there is any error | Roberto Ierusalimschy | 2001-02-01 | 1 | -1/+5 | |
* | better control of relationship top x L->top | Roberto Ierusalimschy | 2001-02-01 | 4 | -88/+95 | |
* | bug in lua_pushuserdata(L, NULL) | Roberto Ierusalimschy | 2001-02-01 | 3 | -3/+9 | |
* | `assert' returns its first argument | Roberto Ierusalimschy | 2001-01-31 | 2 | -5/+8 | |
* | detail in error message | Roberto Ierusalimschy | 2001-01-31 | 1 | -2/+2 | |
* | better to avoid dirty tricks | Roberto Ierusalimschy | 2001-01-30 | 1 | -4/+4 | |
* | all boxed types start with their tags | Roberto Ierusalimschy | 2001-01-29 | 7 | -13/+36 | |
* | small corrections | Roberto Ierusalimschy | 2001-01-29 | 1 | -7/+10 | |
* | smaller tables for machines with 8-bit alignment | Roberto Ierusalimschy | 2001-01-29 | 8 | -45/+69 | |
* | avoid the use of "reopen" (not that standard) | Roberto Ierusalimschy | 2001-01-29 | 1 | -2/+3 | |
* | simpler implementation of for loops | Roberto Ierusalimschy | 2001-01-29 | 4 | -29/+29 | |
* | better implementation for list "for" | Roberto Ierusalimschy | 2001-01-29 | 5 | -20/+39 | |
* | avoid side-effects on macros that may use twice their arguments | Roberto Ierusalimschy | 2001-01-26 | 1 | -9/+16 | |
* | detail | Roberto Ierusalimschy | 2001-01-26 | 3 | -8/+11 | |
* | optimizations based on all types but number and nil are pointers | Roberto Ierusalimschy | 2001-01-26 | 3 | -91/+47 | |
* | details | Roberto Ierusalimschy | 2001-01-26 | 2 | -10/+8 | |
* | easier way to erase 'dead' keys | Roberto Ierusalimschy | 2001-01-26 | 3 | -42/+29 | |
* | new macros + new names to facilitate compilation of threaded version | Roberto Ierusalimschy | 2001-01-26 | 9 | -176/+190 | |
* | first implementation for type names | Roberto Ierusalimschy | 2001-01-25 | 15 | -233/+295 | |
* | a small optimization | Roberto Ierusalimschy | 2001-01-24 | 2 | -6/+23 | |
* | macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core | Roberto Ierusalimschy | 2001-01-24 | 11 | -149/+420 | |
* | support for multiple stacks sharing the same global environment | Roberto Ierusalimschy | 2001-01-22 | 6 | -83/+134 | |
* | thead-specific state separated from "global" state | Roberto Ierusalimschy | 2001-01-19 | 19 | -257/+268 |