Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | no more `register' declarations: leave it to the compiler. | Roberto Ierusalimschy | 2000-04-19 | 2 | -7/+7 |
* | using new constructs (for & break) in the examples and code fragments | Roberto Ierusalimschy | 2000-04-17 | 1 | -38/+44 |
* | no more `seterrormethod' function | Roberto Ierusalimschy | 2000-04-17 | 4 | -27/+10 |
* | simpler version of `luaK_tostack' | Roberto Ierusalimschy | 2000-04-17 | 1 | -40/+25 |
* | code redistribution | Roberto Ierusalimschy | 2000-04-14 | 3 | -17/+16 |
* | new order for modules (better locality??) | Roberto Ierusalimschy | 2000-04-14 | 1 | -50/+56 |
* | new version number | Roberto Ierusalimschy | 2000-04-14 | 1 | -2/+2 |
* | lots of changes (almost ready for 4.0) | Roberto Ierusalimschy | 2000-04-14 | 1 | -491/+650 |
* | better code organization | Roberto Ierusalimschy | 2000-04-14 | 1 | -67/+133 |
* | new type for CFunction (for "pure" C) | Roberto Ierusalimschy | 2000-04-14 | 1 | -4/+10 |
* | new function `getargs' | Roberto Ierusalimschy | 2000-04-14 | 1 | -29/+35 |
* | optimization for SETLOCAL was too specific. | Roberto Ierusalimschy | 2000-04-14 | 3 | -11/+10 |
* | functions must return explicit `nil' on failure | Roberto Ierusalimschy | 2000-04-14 | 2 | -5/+9 |
* | `base' for `tonumber' must be >= 2. | Roberto Ierusalimschy | 2000-04-13 | 1 | -2/+2 |
* | optimization INCLOCAL is not necessary, with `for' | Roberto Ierusalimschy | 2000-04-13 | 4 | -51/+10 |
* | tonumber must return `nil' when convertion fails. | Roberto Ierusalimschy | 2000-04-13 | 1 | -7/+13 |
* | keep opcodes in the right order | Roberto Ierusalimschy | 2000-04-12 | 1 | -3/+3 |
* | first implementation of FOR | Roberto Ierusalimschy | 2000-04-12 | 7 | -15/+87 |
* | comment | Roberto Ierusalimschy | 2000-04-12 | 1 | -2/+6 |
* | no more repeat ... end. | Roberto Ierusalimschy | 2000-04-11 | 1 | -17/+17 |
* | new syntax: |label| | Roberto Ierusalimschy | 2000-04-10 | 1 | -49/+94 |
* | comments (detail) | Roberto Ierusalimschy | 2000-04-10 | 1 | -2/+2 |