Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | all accesses to TObjects done through macros | Roberto Ierusalimschy | 2001-01-18 | 10 | -185/+173 | |
* | details | Roberto Ierusalimschy | 2001-01-15 | 1 | -4/+1 | |
* | no more END opcode | Roberto Ierusalimschy | 2001-01-15 | 6 | -25/+15 | |
* | string comparison only needs to test for "less than" | Roberto Ierusalimschy | 2001-01-11 | 1 | -8/+8 | |
* | details | Roberto Ierusalimschy | 2001-01-11 | 2 | -6/+6 | |
* | specialized versions for luaH_set (numbers and strings) | Roberto Ierusalimschy | 2001-01-10 | 5 | -87/+92 | |
* | small changes in lstring | Roberto Ierusalimschy | 2001-01-10 | 6 | -44/+30 | |
* | new macro pushliteral | Roberto Ierusalimschy | 2001-01-10 | 7 | -19/+21 | |
* | tighter size for error buffers | Roberto Ierusalimschy | 2001-01-10 | 3 | -11/+12 | |
* | general corrections | Roberto Ierusalimschy | 2000-12-28 | 1 | -89/+90 | |
* | correct size only after malloc success | Roberto Ierusalimschy | 2000-12-28 | 1 | -8/+13 | |
* | `free' gets size of the block: complete control over memory use | Roberto Ierusalimschy | 2000-12-28 | 20 | -224/+207 | |
* | explicit control of size for growing vectors | Roberto Ierusalimschy | 2000-12-26 | 12 | -70/+95 | |
* | bug: when `read' fails it must return nil (and not no value) | Roberto Ierusalimschy | 2000-12-22 | 2 | -10/+16 | |
* | temporary version | Roberto Ierusalimschy | 2000-12-22 | 1 | -2/+2 | |
* | details | Roberto Ierusalimschy | 2000-12-22 | 2 | -10/+6 | |
* | `time' does not need to correct its table argument (use `date' for that) | Roberto Ierusalimschy | 2000-12-22 | 1 | -18/+11 | |
* | new function for time and date | Roberto Ierusalimschy | 2000-12-18 | 1 | -13/+104 | |
* | obsolete `format' option (d$). | Roberto Ierusalimschy | 2000-12-18 | 1 | -5/+3 | |
* | lua_Number defined in lua.h (1st version) | Roberto Ierusalimschy | 2000-12-04 | 19 | -74/+67 | |
* | first implementation for position captures | Roberto Ierusalimschy | 2000-12-04 | 1 | -17/+35 | |
* | better control over extensions of char/short to int | Roberto Ierusalimschy | 2000-11-30 | 6 | -20/+22 | |
* | BUG: parser does not accept a `;' after a `return' | Roberto Ierusalimschy | 2000-11-29 | 2 | -2/+12 | |
* | better support for 64-bit machines (avoid excessive use of longs) | Roberto Ierusalimschy | 2000-11-24 | 15 | -72/+85 | |
* | some cleaning | Roberto Ierusalimschy | 2000-11-23 | 3 | -211/+164 | |
* | avoid the use of (non const) static data | Roberto Ierusalimschy | 2000-11-23 | 1 | -4/+4 | |
* | last changes by lhf.v4.0 | Roberto Ierusalimschy | 2000-11-07 | 3 | -522/+518 |