Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 |
2000-04-13 | `base' for `tonumber' must be >= 2. | Roberto Ierusalimschy | 1 | -2/+2 |
2000-04-13 | optimization INCLOCAL is not necessary, with `for' | Roberto Ierusalimschy | 4 | -51/+10 |
2000-04-13 | tonumber must return `nil' when convertion fails. | Roberto Ierusalimschy | 1 | -7/+13 |
2000-04-12 | keep opcodes in the right order | Roberto Ierusalimschy | 1 | -3/+3 |
2000-04-12 | first implementation of FOR | Roberto Ierusalimschy | 7 | -15/+87 |
2000-04-12 | comment | Roberto Ierusalimschy | 1 | -2/+6 |
2000-04-11 | no more repeat ... end. | Roberto Ierusalimschy | 1 | -17/+17 |
2000-04-10 | new syntax: |label| | Roberto Ierusalimschy | 1 | -49/+94 |
2000-04-10 | comments (detail) | Roberto Ierusalimschy | 1 | -2/+2 |
2000-04-07 | comments | Roberto Ierusalimschy | 1 | -13/+13 |
2000-04-07 | reorganization of lcode.c | Roberto Ierusalimschy | 3 | -252/+252 |
2000-04-07 | more optimizations | Roberto Ierusalimschy | 3 | -44/+69 |
2000-04-07 | name changes + new operation - old operation | Roberto Ierusalimschy | 2 | -16/+16 |
2000-04-07 | name changes | Roberto Ierusalimschy | 2 | -4/+4 |
2000-04-06 | new optimization: jumps to jumps | Roberto Ierusalimschy | 3 | -23/+38 |