Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | default for `getstack' is to get everything | Roberto Ierusalimschy | 2000-05-08 | 1 | -2/+2 |
* | BUG: `strfind' gets wrong subject length when there is an offset | Roberto Ierusalimschy | 2000-05-02 | 2 | -2/+7 |
* | [C++ Warning] lparser.c(326): W8066 Unreachable code. | Roberto Ierusalimschy | 2000-04-27 | 1 | -2/+3 |
* | [C++ Warning]: W8084 Suggest parentheses to clarify precedence. | Roberto Ierusalimschy | 2000-04-27 | 1 | -2/+2 |
* | IntPoint does not need L | Roberto Ierusalimschy | 2000-04-26 | 1 | -2/+2 |
* | "conceptual" bug | Roberto Ierusalimschy | 2000-04-26 | 1 | -2/+2 |
* | small optimizations for table access | Roberto Ierusalimschy | 2000-04-25 | 5 | -31/+57 |
* | entry for new version (4.0a)v4.0-alpha | Roberto Ierusalimschy | 2000-04-25 | 1 | -0/+17 |
* | final version (by lhf) | Roberto Ierusalimschy | 2000-04-25 | 2 | -44/+102 |
* | more uniform names | Roberto Ierusalimschy | 2000-04-24 | 2 | -5/+5 |
* | details | Roberto Ierusalimschy | 2000-04-19 | 1 | -3/+3 |