Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2000-06-28 | better (?) treatment for 16-bit machines | Roberto Ierusalimschy | 1 | -19/+43 |
2000-06-27 | details | Roberto Ierusalimschy | 1 | -10/+8 |
2000-06-26 | new version of debug system | Roberto Ierusalimschy | 15 | -159/+201 |
2000-06-21 | new way to generate SETLINEs | Roberto Ierusalimschy | 5 | -57/+41 |
2000-06-21 | details | Roberto Ierusalimschy | 3 | -5/+6 |
2000-06-20 | better control over use of `errno' | Roberto Ierusalimschy | 1 | -3/+4 |
2000-06-19 | no more labels | Roberto Ierusalimschy | 1 | -41/+5 |
2000-06-19 | better control of source name | Roberto Ierusalimschy | 3 | -11/+13 |
2000-06-19 | comment | Roberto Ierusalimschy | 1 | -2/+4 |
2000-06-19 | details | Roberto Ierusalimschy | 1 | -2/+2 |
2000-06-16 | optimizations for "while 1", "until nil", and the like | Roberto Ierusalimschy | 2 | -54/+102 |
2000-06-16 | function lua_userinit is used only in single-state mode (by lua.c) | Roberto Ierusalimschy | 2 | -15/+13 |
2000-06-16 | small changes to allow redefinition of some buffer sizes. | Roberto Ierusalimschy | 3 | -7/+15 |
2000-06-15 | 32 characteres are more than enough for a good hash | Roberto Ierusalimschy | 1 | -2/+2 |
2000-06-12 | details | Roberto Ierusalimschy | 1 | -4/+6 |
2000-06-12 | `lua.h' is included before any other Lua header file | Roberto Ierusalimschy | 28 | -44/+82 |
2000-06-08 | access to `values' in TObject always through macros | Roberto Ierusalimschy | 11 | -48/+48 |
2000-06-06 | new signature for `luaH_set' | Roberto Ierusalimschy | 6 | -61/+55 |
2000-06-06 | 0 (in MAX_SIZET) may be shorter than size_t | Roberto Ierusalimschy | 1 | -2/+2 |
2000-06-05 | new auxiliar function `luaH_setstr' | Roberto Ierusalimschy | 4 | -13/+16 |
2000-06-05 | collect dead indices in tables | Roberto Ierusalimschy | 3 | -3/+28 |
2000-06-05 | cleansing of lparser.c | Roberto Ierusalimschy | 5 | -271/+223 |
2000-06-02 | new test function to list strings from a function | Roberto Ierusalimschy | 1 | -1/+20 |
2000-06-02 | better to keep `foreach' and `foreachi'. | Roberto Ierusalimschy | 1 | -43/+45 |
2000-06-02 | changed to test macros for single-state use | Roberto Ierusalimschy | 1 | -134/+136 |
2000-05-31 | details | Roberto Ierusalimschy | 1 | -2/+2 |
2000-05-30 | better field name | Roberto Ierusalimschy | 7 | -19/+19 |
2000-05-30 | files are closed when collected (again) | Roberto Ierusalimschy | 1 | -2/+14 |
2000-05-30 | gc tag methods for udata are called in (reverse) tag order | Roberto Ierusalimschy | 3 | -46/+87 |
2000-05-29 | details | Roberto Ierusalimschy | 1 | -4/+6 |
2000-05-26 | functions `for...' and `raw...' are obsolete now | Roberto Ierusalimschy | 6 | -102/+177 |
2000-05-26 | no more pragmas | Roberto Ierusalimschy | 3 | -166/+40 |
2000-05-25 | type details | Roberto Ierusalimschy | 1 | -3/+4 |
2000-05-25 | better implementation for looh-ahead | Roberto Ierusalimschy | 3 | -20/+15 |
2000-05-25 | accepts `$debug' in the middle of a function. | Roberto Ierusalimschy | 2 | -18/+14 |
2000-05-24 | bug: record-constructor starting with an upvalue name gets an error | Roberto Ierusalimschy | 5 | -174/+183 |
2000-05-24 | code cleaner for 16 bits. | Roberto Ierusalimschy | 31 | -199/+247 |
2000-05-22 | array `luaK_opproperties' keeps delta stack and mode for each opcode | Roberto Ierusalimschy | 6 | -207/+166 |
2000-05-15 | first implementation of `for' over tables | Roberto Ierusalimschy | 5 | -35/+118 |
2000-05-15 | cannot change value of private locals (used to implement `for') | Roberto Ierusalimschy | 1 | -2/+2 |
2000-05-12 | `getinfo' gets information about non-active functions, too. | Roberto Ierusalimschy | 3 | -55/+91 |
2000-05-12 | changes by lhf | Roberto Ierusalimschy | 1 | -752/+1088 |
2000-05-12 | first element in a list constructor is not adjusted to one value. | Roberto Ierusalimschy | 2 | -2/+7 |
2000-05-11 | details | Roberto Ierusalimschy | 2 | -17/+10 |
2000-05-10 | new option `-c' to close lua. | Roberto Ierusalimschy | 1 | -11/+16 |
2000-05-10 | missing define for `lua_dobuffer' single-state | Roberto Ierusalimschy | 1 | -1/+2 |
2000-05-10 | string hash uses one single hash table | Roberto Ierusalimschy | 7 | -131/+90 |
2000-05-09 | defines for _ERRORMESSAGE and _ALERT | Roberto Ierusalimschy | 4 | -13/+17 |
2000-05-08 | details | Roberto Ierusalimschy | 3 | -16/+12 |
2000-05-08 | lua.h should not use names without prefix lua_ (`TObject', for instance) | Roberto Ierusalimschy | 2 | -4/+4 |