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