Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 |
2000-05-08 | global variables are stored in a Lua table | Roberto Ierusalimschy | 21 | -274/+180 |
2000-05-08 | detail (error message) | Roberto Ierusalimschy | 1 | -2/+2 |
2000-05-08 | default for `getstack' is to get everything | Roberto Ierusalimschy | 1 | -2/+2 |
2000-05-02 | BUG: `strfind' gets wrong subject length when there is an offset | Roberto Ierusalimschy | 2 | -2/+7 |
2000-04-27 | [C++ Warning] lparser.c(326): W8066 Unreachable code. | Roberto Ierusalimschy | 1 | -2/+3 |
2000-04-27 | [C++ Warning]: W8084 Suggest parentheses to clarify precedence. | Roberto Ierusalimschy | 1 | -2/+2 |
2000-04-26 | IntPoint does not need L | Roberto Ierusalimschy | 1 | -2/+2 |
2000-04-26 | "conceptual" bug | Roberto Ierusalimschy | 1 | -2/+2 |
2000-04-25 | small optimizations for table access | Roberto Ierusalimschy | 5 | -31/+57 |
2000-04-25 | entry for new version (4.0a)v4.0-alpha | Roberto Ierusalimschy | 1 | -0/+17 |
2000-04-25 | final version (by lhf) | Roberto Ierusalimschy | 2 | -44/+102 |
2000-04-24 | more uniform names | Roberto Ierusalimschy | 2 | -5/+5 |
2000-04-19 | details | Roberto Ierusalimschy | 1 | -3/+3 |
2000-04-19 | no more `register' declarations: leave it to the compiler. | Roberto Ierusalimschy | 2 | -7/+7 |
2000-04-17 | using new constructs (for & break) in the examples and code fragments | Roberto Ierusalimschy | 1 | -38/+44 |
2000-04-17 | no more `seterrormethod' function | Roberto Ierusalimschy | 4 | -27/+10 |
2000-04-17 | simpler version of `luaK_tostack' | Roberto Ierusalimschy | 1 | -40/+25 |
2000-04-14 | code redistribution | Roberto Ierusalimschy | 3 | -17/+16 |
2000-04-14 | new order for modules (better locality??) | Roberto Ierusalimschy | 1 | -50/+56 |
2000-04-14 | new version number | Roberto Ierusalimschy | 1 | -2/+2 |
2000-04-14 | lots of changes (almost ready for 4.0) | Roberto Ierusalimschy | 1 | -491/+650 |
2000-04-14 | better code organization | Roberto Ierusalimschy | 1 | -67/+133 |
2000-04-14 | new type for CFunction (for "pure" C) | Roberto Ierusalimschy | 1 | -4/+10 |
2000-04-14 | new function `getargs' | Roberto Ierusalimschy | 1 | -29/+35 |
2000-04-14 | optimization for SETLOCAL was too specific. | Roberto Ierusalimschy | 3 | -11/+10 |
2000-04-14 | functions must return explicit `nil' on failure | Roberto Ierusalimschy | 2 | -5/+9 |