Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 |
2000-04-06 | new functions: disassembler and get limit. | Roberto Ierusalimschy | 1 | -8/+144 |
2000-04-05 | implementation of BREAK | Roberto Ierusalimschy | 6 | -117/+168 |
2000-04-04 | `nil' is optional for next and nextvar (and is not for tonumber & tag). | Roberto Ierusalimschy | 1 | -11/+9 |
2000-04-04 | new opcode INCLOCAL. | Roberto Ierusalimschy | 4 | -81/+132 |
2000-04-03 | syntactical details | Roberto Ierusalimschy | 1 | -17/+13 |
2000-04-03 | BUG: tostring() without arguments gives seg. fault. | Roberto Ierusalimschy | 2 | -2/+12 |
2000-03-31 | details. | Roberto Ierusalimschy | 5 | -20/+24 |
2000-03-30 | name change | Roberto Ierusalimschy | 4 | -17/+17 |
2000-03-30 | new names for debug types | Roberto Ierusalimschy | 8 | -49/+49 |
2000-03-30 | `luaT_validevent' is exported, because compatibility module for fallbacks | Roberto Ierusalimschy | 2 | -3/+4 |
2000-03-29 | no more special cases for closures with 0 upvalues (performance is the same, | Roberto Ierusalimschy | 16 | -194/+128 |
2000-03-27 | TAG_ARRAY -> TAG_TABLE | Roberto Ierusalimschy | 10 | -34/+34 |
2000-03-27 | comments | Roberto Ierusalimschy | 2 | -4/+4 |
2000-03-27 | no more support for gc TM for tables | Roberto Ierusalimschy | 3 | -39/+16 |
2000-03-27 | lua_setstate makes no sense with explicit multiple states | Roberto Ierusalimschy | 1 | -4/+1 |
2000-03-24 | new name for llimits.h | Roberto Ierusalimschy | 3 | -8/+8 |