Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2001-01-29 | avoid the use of "reopen" (not that standard) | Roberto Ierusalimschy | 1 | -2/+3 |
2001-01-29 | simpler implementation of for loops | Roberto Ierusalimschy | 4 | -29/+29 |
2001-01-29 | better implementation for list "for" | Roberto Ierusalimschy | 5 | -20/+39 |
2001-01-26 | avoid side-effects on macros that may use twice their arguments | Roberto Ierusalimschy | 1 | -9/+16 |
2001-01-26 | detail | Roberto Ierusalimschy | 3 | -8/+11 |
2001-01-26 | optimizations based on all types but number and nil are pointers | Roberto Ierusalimschy | 3 | -91/+47 |
2001-01-26 | details | Roberto Ierusalimschy | 2 | -10/+8 |
2001-01-26 | easier way to erase 'dead' keys | Roberto Ierusalimschy | 3 | -42/+29 |
2001-01-26 | new macros + new names to facilitate compilation of threaded version | Roberto Ierusalimschy | 9 | -176/+190 |
2001-01-25 | first implementation for type names | Roberto Ierusalimschy | 15 | -233/+295 |
2001-01-24 | a small optimization | Roberto Ierusalimschy | 2 | -6/+23 |
2001-01-24 | macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core | Roberto Ierusalimschy | 11 | -149/+420 |
2001-01-22 | support for multiple stacks sharing the same global environment | Roberto Ierusalimschy | 6 | -83/+134 |
2001-01-19 | thead-specific state separated from "global" state | Roberto Ierusalimschy | 19 | -257/+268 |
2001-01-18 | all accesses to TObjects done through macros | Roberto Ierusalimschy | 10 | -185/+173 |
2001-01-15 | details | Roberto Ierusalimschy | 1 | -4/+1 |
2001-01-15 | no more END opcode | Roberto Ierusalimschy | 6 | -25/+15 |
2001-01-11 | string comparison only needs to test for "less than" | Roberto Ierusalimschy | 1 | -8/+8 |
2001-01-11 | details | Roberto Ierusalimschy | 2 | -6/+6 |
2001-01-10 | specialized versions for luaH_set (numbers and strings) | Roberto Ierusalimschy | 5 | -87/+92 |
2001-01-10 | small changes in lstring | Roberto Ierusalimschy | 6 | -44/+30 |
2001-01-10 | new macro pushliteral | Roberto Ierusalimschy | 7 | -19/+21 |
2001-01-10 | tighter size for error buffers | Roberto Ierusalimschy | 3 | -11/+12 |
2000-12-28 | general corrections | Roberto Ierusalimschy | 1 | -89/+90 |
2000-12-28 | correct size only after malloc success | Roberto Ierusalimschy | 1 | -8/+13 |
2000-12-28 | `free' gets size of the block: complete control over memory use | Roberto Ierusalimschy | 20 | -224/+207 |
2000-12-26 | explicit control of size for growing vectors | Roberto Ierusalimschy | 12 | -70/+95 |
2000-12-22 | bug: when `read' fails it must return nil (and not no value) | Roberto Ierusalimschy | 2 | -10/+16 |
2000-12-22 | temporary version | Roberto Ierusalimschy | 1 | -2/+2 |
2000-12-22 | details | Roberto Ierusalimschy | 2 | -10/+6 |
2000-12-22 | `time' does not need to correct its table argument (use `date' for that) | Roberto Ierusalimschy | 1 | -18/+11 |
2000-12-18 | new function for time and date | Roberto Ierusalimschy | 1 | -13/+104 |
2000-12-18 | obsolete `format' option (d$). | Roberto Ierusalimschy | 1 | -5/+3 |
2000-12-04 | lua_Number defined in lua.h (1st version) | Roberto Ierusalimschy | 19 | -74/+67 |
2000-12-04 | first implementation for position captures | Roberto Ierusalimschy | 1 | -17/+35 |
2000-11-30 | better control over extensions of char/short to int | Roberto Ierusalimschy | 6 | -20/+22 |
2000-11-29 | BUG: parser does not accept a `;' after a `return' | Roberto Ierusalimschy | 2 | -2/+12 |
2000-11-24 | better support for 64-bit machines (avoid excessive use of longs) | Roberto Ierusalimschy | 15 | -72/+85 |
2000-11-23 | some cleaning | Roberto Ierusalimschy | 3 | -211/+164 |
2000-11-23 | avoid the use of (non const) static data | Roberto Ierusalimschy | 1 | -4/+4 |
2000-11-07 | last changes by lhf.v4.0 | Roberto Ierusalimschy | 3 | -522/+518 |
2000-11-06 | setlinehook/setcallhook return old hook | Roberto Ierusalimschy | 1 | -6/+9 |
2000-11-06 | (no commit message) | Roberto Ierusalimschy | 1 | -2/+2 |
2000-11-06 | details | Roberto Ierusalimschy | 1 | -3/+3 |
2000-11-06 | hooks may call `error' to break a chunk. | Roberto Ierusalimschy | 1 | -2/+2 |
2000-10-31 | many changes | Roberto Ierusalimschy | 1 | -43/+89 |
2000-10-31 | lua_settagmethod does not return old tag method | Roberto Ierusalimschy | 5 | -12/+14 |
2000-10-31 | comments | Roberto Ierusalimschy | 1 | -2/+2 |
2000-10-30 | DEBUG renamed to LUA_DEBUG | Roberto Ierusalimschy | 1 | -2/+2 |
2000-10-30 | subtelties in layout of TString | Roberto Ierusalimschy | 3 | -9/+28 |