Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new format for test intructions (handle NaN correctly) | Roberto Ierusalimschy | 2002-05-06 | 8 | -146/+147 |
* | all textual errors go through `luaL_verror' | Roberto Ierusalimschy | 2002-05-02 | 5 | -28/+28 |
* | avoid limits in filename size | Roberto Ierusalimschy | 2002-05-02 | 1 | -7/+15 |
* | precompiler may create functions without `lineinfo' | Roberto Ierusalimschy | 2002-05-02 | 5 | -10/+13 |
* | new way to handle errors | Roberto Ierusalimschy | 2002-05-01 | 13 | -292/+283 |
* | new way to handle errors | Roberto Ierusalimschy | 2002-05-01 | 1 | -2/+4 |
* | new macro to `fix' strings | Roberto Ierusalimschy | 2002-04-30 | 2 | -3/+5 |
* | function `zsopen' is not used | Roberto Ierusalimschy | 2002-04-29 | 2 | -10/+2 |
* | avoid names that differ only in capitalization | Roberto Ierusalimschy | 2002-04-24 | 8 | -88/+88 |
* | use of a common `dummynode' for all empty tables | Roberto Ierusalimschy | 2002-04-23 | 4 | -35/+46 |
* | good stack limit to compute ack(8,3) | Roberto Ierusalimschy | 2002-04-23 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2002-04-23 | 1 | -11/+12 |
* | new way to handle errors (temporary version) | Roberto Ierusalimschy | 2002-04-22 | 5 | -94/+133 |
* | new way to handle errors | Roberto Ierusalimschy | 2002-04-22 | 8 | -34/+32 |
* | bug: 'local a,b; a,b = 1,f()' did not close f() | Roberto Ierusalimschy | 2002-04-22 | 1 | -1/+2 |
* | some simplifications | Roberto Ierusalimschy | 2002-04-22 | 1 | -53/+35 |
* | `panic' function configurable via API | Roberto Ierusalimschy | 2002-04-16 | 5 | -7/+29 |
* | details | Roberto Ierusalimschy | 2002-04-16 | 1 | -2/+2 |
* | new implementation for `require' (with templates) | Roberto Ierusalimschy | 2002-04-15 | 1 | -56/+119 |
* | check for errors while loading file | Roberto Ierusalimschy | 2002-04-15 | 1 | -1/+2 |
* | `co' library goes with basic library (and not with `tab') | Roberto Ierusalimschy | 2002-04-12 | 2 | -78/+79 |
* | no more option `*u' in read (too complex) | Roberto Ierusalimschy | 2002-04-12 | 1 | -66/+25 |
* | error in calls signalled in first line (instead of last) | Roberto Ierusalimschy | 2002-04-10 | 1 | -2/+3 |
* | details | Roberto Ierusalimschy | 2002-04-10 | 4 | -8/+8 |
* | line trace uses `savedpc' to save last `pc' seen | Roberto Ierusalimschy | 2002-04-10 | 4 | -16/+18 |
* | `baselib' splited in `baselib' and `tablib' | Roberto Ierusalimschy | 2002-04-09 | 3 | -297/+5 |
* | library with table manipulation functions | Roberto Ierusalimschy | 2002-04-09 | 1 | -0/+308 |
* | use addresses as keys to hooks | Roberto Ierusalimschy | 2002-04-09 | 1 | -12/+12 |
* | new semantics for `generic for' (with state) | Roberto Ierusalimschy | 2002-04-09 | 5 | -31/+35 |
* | bug: `resume' was returning its arguments, too | Roberto Ierusalimschy | 2002-04-09 | 1 | -1/+2 |
* | support for `light' userdata + simpler support for `boxed' udata | Roberto Ierusalimschy | 2002-04-05 | 12 | -64/+71 |
* | correct #args for calls with self (a:foo(...)) | Roberto Ierusalimschy | 2002-04-04 | 1 | -1/+2 |
* | new design for iolib (object style) | Roberto Ierusalimschy | 2002-04-04 | 1 | -145/+152 |
* | `pow' must be global (as the implementation of '^') | Roberto Ierusalimschy | 2002-04-04 | 1 | -2/+2 |
* | debug interface uses `method' to describe calls like `a:foo()' | Roberto Ierusalimschy | 2002-04-04 | 2 | -5/+7 |
* | getmetatable doesn't push nil when there is no metatable | Roberto Ierusalimschy | 2002-04-02 | 1 | -5/+3 |
* | details | Roberto Ierusalimschy | 2002-04-02 | 6 | -15/+19 |
* | better support for new libraries | Roberto Ierusalimschy | 2002-04-02 | 2 | -9/+31 |
* | `tostring' uses `__tostring' when available | Roberto Ierusalimschy | 2002-04-02 | 1 | -16/+13 |
* | bug: end of block may not be end of stat | Roberto Ierusalimschy | 2002-04-02 | 1 | -1/+2 |
* | details | Roberto Ierusalimschy | 2002-04-01 | 1 | -3/+2 |
* | small bug if LUA_USERINIT leaves garbage on the stack | Roberto Ierusalimschy | 2002-03-27 | 1 | -2/+3 |
* | when possible, library functions accept nil as none | Roberto Ierusalimschy | 2002-03-27 | 5 | -13/+13 |
* | metatable always return some value | Roberto Ierusalimschy | 2002-03-27 | 3 | -10/+23 |
* | simpler way to control stack overflow | Roberto Ierusalimschy | 2002-03-26 | 4 | -44/+51 |
* | details | Roberto Ierusalimschy | 2002-03-26 | 1 | -2/+4 |
* | small bug (L->ci->top may be larger than L->top...) | Roberto Ierusalimschy | 2002-03-25 | 1 | -3/+4 |
* | simpler implementation for line information | Roberto Ierusalimschy | 2002-03-25 | 15 | -175/+79 |
* | first implementation of proper tail call | Roberto Ierusalimschy | 2002-03-22 | 2 | -14/+32 |
* | first implementation for tail call | Roberto Ierusalimschy | 2002-03-21 | 3 | -4/+11 |