Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | comments | Roberto Ierusalimschy | 2000-04-07 | 1 | -13/+13 |
| | |||||
* | reorganization of lcode.c | Roberto Ierusalimschy | 2000-04-07 | 3 | -252/+252 |
| | |||||
* | more optimizations | Roberto Ierusalimschy | 2000-04-07 | 3 | -44/+69 |
| | |||||
* | name changes + new operation - old operation | Roberto Ierusalimschy | 2000-04-07 | 2 | -16/+16 |
| | |||||
* | name changes | Roberto Ierusalimschy | 2000-04-07 | 2 | -4/+4 |
| | |||||
* | new optimization: jumps to jumps | Roberto Ierusalimschy | 2000-04-06 | 3 | -23/+38 |
| | |||||
* | new functions: disassembler and get limit. | Roberto Ierusalimschy | 2000-04-06 | 1 | -8/+144 |
| | |||||
* | implementation of BREAK | Roberto Ierusalimschy | 2000-04-05 | 6 | -117/+168 |
| | |||||
* | `nil' is optional for next and nextvar (and is not for tonumber & tag). | Roberto Ierusalimschy | 2000-04-04 | 1 | -11/+9 |
| | |||||
* | new opcode INCLOCAL. | Roberto Ierusalimschy | 2000-04-04 | 4 | -81/+132 |
| | |||||
* | syntactical details | Roberto Ierusalimschy | 2000-04-03 | 1 | -17/+13 |
| | |||||
* | BUG: tostring() without arguments gives seg. fault. | Roberto Ierusalimschy | 2000-04-03 | 2 | -2/+12 |
| | |||||
* | details. | Roberto Ierusalimschy | 2000-03-31 | 5 | -20/+24 |
| | |||||
* | name change | Roberto Ierusalimschy | 2000-03-30 | 4 | -17/+17 |
| | |||||
* | new names for debug types | Roberto Ierusalimschy | 2000-03-30 | 8 | -49/+49 |
| | |||||
* | `luaT_validevent' is exported, because compatibility module for fallbacks | Roberto Ierusalimschy | 2000-03-30 | 2 | -3/+4 |
| | | | | uses it. | ||||
* | no more special cases for closures with 0 upvalues (performance is the same, | Roberto Ierusalimschy | 2000-03-29 | 16 | -194/+128 |
| | | | | memory use a little higher, code much simpler). | ||||
* | TAG_ARRAY -> TAG_TABLE | Roberto Ierusalimschy | 2000-03-27 | 10 | -34/+34 |
| | |||||
* | comments | Roberto Ierusalimschy | 2000-03-27 | 2 | -4/+4 |
| | |||||
* | no more support for gc TM for tables | Roberto Ierusalimschy | 2000-03-27 | 3 | -39/+16 |
| | |||||
* | lua_setstate makes no sense with explicit multiple states | Roberto Ierusalimschy | 2000-03-27 | 1 | -4/+1 |
| | |||||
* | new name for llimits.h | Roberto Ierusalimschy | 2000-03-24 | 3 | -8/+8 |
| | |||||
* | new file to keep all limits and instalation-dependent definitions | Roberto Ierusalimschy | 2000-03-24 | 1 | -0/+185 |
| | |||||
* | limits now are in `llims.n' | Roberto Ierusalimschy | 2000-03-24 | 9 | -165/+27 |
| |