Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | setlinehook/setcallhook return old hook | Roberto Ierusalimschy | 2000-11-06 | 1 | -6/+9 |
* | (no commit message) | Roberto Ierusalimschy | 2000-11-06 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2000-11-06 | 1 | -3/+3 |
* | hooks may call `error' to break a chunk. | Roberto Ierusalimschy | 2000-11-06 | 1 | -2/+2 |
* | many changes | Roberto Ierusalimschy | 2000-10-31 | 1 | -43/+89 |
* | lua_settagmethod does not return old tag method | Roberto Ierusalimschy | 2000-10-31 | 5 | -12/+14 |
* | comments | Roberto Ierusalimschy | 2000-10-31 | 1 | -2/+2 |
* | DEBUG renamed to LUA_DEBUG | Roberto Ierusalimschy | 2000-10-30 | 1 | -2/+2 |
* | subtelties in layout of TString | Roberto Ierusalimschy | 2000-10-30 | 3 | -9/+28 |
* | macro DEBUG renamed to LUA_DEBUG | Roberto Ierusalimschy | 2000-10-30 | 5 | -13/+13 |
* | `lua_typename' accepts LUA_TNONE | Roberto Ierusalimschy | 2000-10-30 | 1 | -5/+4 |
* | (no commit message) | Roberto Ierusalimschy | 2000-10-30 | 1 | -20/+12 |
* | all API functions are declared in a single line (to facilitate pre-processing). | Roberto Ierusalimschy | 2000-10-30 | 6 | -29/+23 |
* | details | Roberto Ierusalimschy | 2000-10-30 | 1 | -2/+2 |