Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2002-05-16 | new commands to test `load' | Roberto Ierusalimschy | 1 | -3/+8 | |
2002-05-15 | new format for error messages | Roberto Ierusalimschy | 15 | -96/+113 | |
2002-05-14 | no more `global' declarations | Roberto Ierusalimschy | 4 | -161/+53 | |
2002-05-13 | no more extra space when growing hash | Roberto Ierusalimschy | 1 | -7/+6 | |
2002-05-13 | `nexti' returns correct indices | Roberto Ierusalimschy | 1 | -4/+5 | |
2002-05-13 | quick-and-dirty function to print code (for debugging Lua) | Roberto Ierusalimschy | 1 | -1/+13 | |
2002-05-13 | generic for also coded to make test at the end of the loop | Roberto Ierusalimschy | 5 | -27/+36 | |
2002-05-13 | details about jump optimization | Roberto Ierusalimschy | 2 | -14/+24 | |
2002-05-10 | cleaner implementation of code generation for jumps | Roberto Ierusalimschy | 4 | -53/+46 | |
2002-05-10 | optimization for `while' (first version) | Roberto Ierusalimschy | 3 | -15/+64 | |
2002-05-09 | comment | Roberto Ierusalimschy | 1 | -2/+2 | |
2002-05-09 | `skip' instructions must be followed by a jump | Roberto Ierusalimschy | 3 | -21/+23 | |
2002-05-08 | `global' tables (registry, etc.) stored in proper place, not in the stack | Roberto Ierusalimschy | 3 | -13/+16 | |
2002-05-08 | correct implementation for arrays of size 1 | Roberto Ierusalimschy | 1 | -9/+10 | |
2002-05-07 | new function `lua_vpushstr' to replace uses of `sprintf' | Roberto Ierusalimschy | 15 | -156/+194 | |
2002-05-06 | errors `return' int, to avoid warnings | Roberto Ierusalimschy | 10 | -96/+118 | |
+ home-made `sprintf' (first version) | |||||
2002-05-06 | new format for test intructions (handle NaN correctly) | Roberto Ierusalimschy | 8 | -146/+147 | |
2002-05-02 | all textual errors go through `luaL_verror' | Roberto Ierusalimschy | 5 | -28/+28 | |
2002-05-02 | avoid limits in filename size | Roberto Ierusalimschy | 1 | -7/+15 | |
2002-05-02 | precompiler may create functions without `lineinfo' | Roberto Ierusalimschy | 5 | -10/+13 | |
2002-05-01 | new way to handle errors | Roberto Ierusalimschy | 13 | -292/+283 | |
2002-05-01 | new way to handle errors | Roberto Ierusalimschy | 1 | -2/+4 | |
2002-04-30 | new macro to `fix' strings | Roberto Ierusalimschy | 2 | -3/+5 | |
2002-04-29 | function `zsopen' is not used | Roberto Ierusalimschy | 2 | -10/+2 | |
2002-04-24 | avoid names that differ only in capitalization | Roberto Ierusalimschy | 8 | -88/+88 | |
2002-04-23 | use of a common `dummynode' for all empty tables | Roberto Ierusalimschy | 4 | -35/+46 | |
2002-04-23 | good stack limit to compute ack(8,3) | Roberto Ierusalimschy | 1 | -2/+2 | |
2002-04-23 | details | Roberto Ierusalimschy | 1 | -11/+12 | |
2002-04-22 | new way to handle errors (temporary version) | Roberto Ierusalimschy | 5 | -94/+133 | |
2002-04-22 | new way to handle errors | Roberto Ierusalimschy | 8 | -34/+32 | |
2002-04-22 | bug: 'local a,b; a,b = 1,f()' did not close f() | Roberto Ierusalimschy | 1 | -1/+2 | |
2002-04-22 | some simplifications | Roberto Ierusalimschy | 1 | -53/+35 | |
2002-04-16 | `panic' function configurable via API | Roberto Ierusalimschy | 5 | -7/+29 | |
2002-04-16 | details | Roberto Ierusalimschy | 1 | -2/+2 | |
2002-04-15 | new implementation for `require' (with templates) | Roberto Ierusalimschy | 1 | -56/+119 | |
2002-04-15 | check for errors while loading file | Roberto Ierusalimschy | 1 | -1/+2 | |
2002-04-12 | `co' library goes with basic library (and not with `tab') | Roberto Ierusalimschy | 2 | -78/+79 | |
2002-04-12 | no more option `*u' in read (too complex) | Roberto Ierusalimschy | 1 | -66/+25 | |
2002-04-10 | error in calls signalled in first line (instead of last) | Roberto Ierusalimschy | 1 | -2/+3 | |
2002-04-10 | details | Roberto Ierusalimschy | 4 | -8/+8 | |
2002-04-10 | line trace uses `savedpc' to save last `pc' seen | Roberto Ierusalimschy | 4 | -16/+18 | |
2002-04-09 | `baselib' splited in `baselib' and `tablib' | Roberto Ierusalimschy | 3 | -297/+5 | |