Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new way to count `nblocks' for GC (try to count bytes). | Roberto Ierusalimschy | 2000-09-29 | 1 | -4/+5 |
* | new implementation for `next' | Roberto Ierusalimschy | 2000-08-31 | 1 | -3/+3 |
* | comments | Roberto Ierusalimschy | 2000-08-15 | 1 | -2/+2 |
* | small bug in symbolic execution | Roberto Ierusalimschy | 2000-08-14 | 1 | -2/+3 |
* | still better error messages | Roberto Ierusalimschy | 2000-08-10 | 1 | -3/+2 |
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 1 | -3/+1 |
* | better code for unary/binary operators | Roberto Ierusalimschy | 2000-08-09 | 1 | -38/+46 |
* | no more options for debug information: it is always on | Roberto Ierusalimschy | 2000-08-08 | 1 | -3/+2 |
* | new structure for line information | Roberto Ierusalimschy | 2000-08-08 | 1 | -7/+16 |
* | (much) better handling of memory alloction errors | Roberto Ierusalimschy | 2000-08-04 | 1 | -3/+3 |
* | remove dummy argument in LUA_ASSERT | Roberto Ierusalimschy | 2000-06-30 | 1 | -8/+8 |
* | better error messages | Roberto Ierusalimschy | 2000-06-28 | 1 | -55/+53 |
* | new version of debug system | Roberto Ierusalimschy | 2000-06-26 | 1 | -12/+7 |
* | new way to generate SETLINEs | Roberto Ierusalimschy | 2000-06-21 | 1 | -6/+13 |
* | details | Roberto Ierusalimschy | 2000-06-21 | 1 | -2/+2 |
* | optimizations for "while 1", "until nil", and the like | Roberto Ierusalimschy | 2000-06-16 | 1 | -52/+101 |
* | `lua.h' is included before any other Lua header file | Roberto Ierusalimschy | 2000-06-12 | 1 | -1/+3 |
* | cleansing of lparser.c | Roberto Ierusalimschy | 2000-06-05 | 1 | -16/+22 |
* | bug: record-constructor starting with an upvalue name gets an error | Roberto Ierusalimschy | 2000-05-24 | 1 | -2/+2 |
* | code cleaner for 16 bits. | Roberto Ierusalimschy | 2000-05-24 | 1 | -3/+5 |
* | array `luaK_opproperties' keeps delta stack and mode for each opcode | Roberto Ierusalimschy | 2000-05-22 | 1 | -139/+119 |
* | first implementation of `for' over tables | Roberto Ierusalimschy | 2000-05-15 | 1 | -1/+13 |
* | global variables are stored in a Lua table | Roberto Ierusalimschy | 2000-05-08 | 1 | -9/+1 |
* | details | Roberto Ierusalimschy | 2000-04-19 | 1 | -3/+3 |
* | simpler version of `luaK_tostack' | Roberto Ierusalimschy | 2000-04-17 | 1 | -40/+25 |
* | better code organization | Roberto Ierusalimschy | 2000-04-14 | 1 | -67/+133 |
* | optimization INCLOCAL is not necessary, with `for' | Roberto Ierusalimschy | 2000-04-13 | 1 | -23/+5 |
* | first implementation of FOR | Roberto Ierusalimschy | 2000-04-12 | 1 | -3/+5 |
* | reorganization of lcode.c | Roberto Ierusalimschy | 2000-04-07 | 1 | -227/+233 |
* | more optimizations | Roberto Ierusalimschy | 2000-04-07 | 1 | -16/+39 |
* | new optimization: jumps to jumps | Roberto Ierusalimschy | 2000-04-06 | 1 | -4/+18 |
* | implementation of BREAK | Roberto Ierusalimschy | 2000-04-05 | 1 | -50/+42 |
* | new opcode INCLOCAL. | Roberto Ierusalimschy | 2000-04-04 | 1 | -31/+58 |
* | limits now are in `llims.n' | Roberto Ierusalimschy | 2000-03-24 | 1 | -5/+1 |
* | small refactoring. | Roberto Ierusalimschy | 2000-03-24 | 1 | -25/+23 |
* | better(?) treatment for SETLINE | Roberto Ierusalimschy | 2000-03-20 | 1 | -9/+5 |
* | optimization for "while 1" and "repeat until nil" | Roberto Ierusalimschy | 2000-03-17 | 1 | -3/+18 |
* | small changes | Roberto Ierusalimschy | 2000-03-17 | 1 | -86/+96 |
* | small problems with limits and jumps | Roberto Ierusalimschy | 2000-03-16 | 1 | -10/+13 |
* | details. | Roberto Ierusalimschy | 2000-03-15 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2000-03-13 | 1 | -185/+181 |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -86/+86 |
* | small optimizations. | Roberto Ierusalimschy | 2000-03-10 | 1 | -43/+75 |
* | first implementation of "threaded code" for boolean operations | Roberto Ierusalimschy | 2000-03-09 | 1 | -49/+241 |
* | some optimizations | Roberto Ierusalimschy | 2000-03-08 | 1 | -1/+11 |
* | a better way to control optimizations. | Roberto Ierusalimschy | 2000-03-04 | 1 | -62/+98 |
* | details | Roberto Ierusalimschy | 2000-03-03 | 1 | -2/+2 |
* | change of code generation design (independent functions for each opcode) | Roberto Ierusalimschy | 2000-03-03 | 1 | -123/+100 |
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -2/+2 |
* | new algorithm to parse expressions + distribution of code between lparser | Roberto Ierusalimschy | 2000-03-03 | 1 | -1/+190 |