Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2000-10-26 | in function `read_file', realloc() doesn't free the buffer if it can't | Roberto Ierusalimschy | 1 | -0/+6 |
2000-10-26 | new API function `createuserdata' | Roberto Ierusalimschy | 14 | -66/+83 |
2000-10-24 | lua_settag does not pop its argument | Roberto Ierusalimschy | 2 | -5/+3 |
2000-10-24 | registry mechanism | Roberto Ierusalimschy | 3 | -38/+50 |
2000-10-24 | comments | Roberto Ierusalimschy | 1 | -2/+2 |
2000-10-20 | it is unsafe to allow Lua to get gc tag methods | Roberto Ierusalimschy | 1 | -3/+7 |
2000-10-20 | new macro LUA_API | Roberto Ierusalimschy | 19 | -232/+238 |
2000-10-20 | more controled use of `sprintf' | Roberto Ierusalimschy | 3 | -14/+26 |
2000-10-18 | ((n)-1) may be negative (-1), and so it is not wise to keep it as unsigned | Roberto Ierusalimschy | 1 | -2/+2 |
2000-10-17 | no more USERINIT (macro) | Roberto Ierusalimschy | 1 | -7/+3 |
2000-10-11 | details | Roberto Ierusalimschy | 2 | -19/+16 |
2000-10-10 | details. | Roberto Ierusalimschy | 1 | -11/+14 |
2000-10-10 | cannot change `filename' before eventual call to `freopen' | Roberto Ierusalimschy | 1 | -6/+6 |
2000-10-10 | `nlineinfo' must include end flag. | Roberto Ierusalimschy | 1 | -2/+2 |
2000-10-09 | better treatment for errors inside _ERRORMETHOD | Roberto Ierusalimschy | 4 | -9/+12 |
2000-10-09 | details | Roberto Ierusalimschy | 1 | -4/+4 |
2000-10-09 | better treatment for source names | Roberto Ierusalimschy | 4 | -30/+34 |
2000-10-06 | new implementation for some API functions | Roberto Ierusalimschy | 2 | -45/+93 |
2000-10-06 | detail | Roberto Ierusalimschy | 2 | -4/+5 |
2000-10-06 | small optimization in `sort' | Roberto Ierusalimschy | 1 | -43/+45 |
2000-10-06 | luaD_call is more uniform | Roberto Ierusalimschy | 4 | -46/+42 |
2000-10-05 | tag methods are always functions, so don't need to store a whole object | Roberto Ierusalimschy | 10 | -132/+161 |
2000-10-05 | new definition for types-tags | Roberto Ierusalimschy | 18 | -331/+307 |
2000-10-04 | call hooks can only be called when `pc' is active (that is, inside | Roberto Ierusalimschy | 3 | -19/+30 |
2000-10-03 | details. | Roberto Ierusalimschy | 4 | -14/+23 |
2000-10-03 | easier way to change type Number | Roberto Ierusalimschy | 2 | -4/+11 |
2000-10-03 | no more `proprietary' convertion algorithm (too complex) | Roberto Ierusalimschy | 1 | -56/+7 |
2000-10-02 | new API function `lua_type' + new type lua_Type | Roberto Ierusalimschy | 15 | -102/+125 |
2000-10-02 | new API for garbage collector | Roberto Ierusalimschy | 8 | -62/+87 |
2000-09-29 | new way to count `nblocks' for GC (try to count bytes). | Roberto Ierusalimschy | 18 | -63/+95 |
2000-09-29 | small optimizations | Roberto Ierusalimschy | 1 | -13/+11 |
2000-09-27 | bug: parser overwrites semantic information when looking ahead | Roberto Ierusalimschy | 4 | -23/+33 |
2000-09-27 | lua_tag should return LUA_NOTAG for non-valid indices | Roberto Ierusalimschy | 2 | -3/+9 |
2000-09-25 | new version of protected execution | Roberto Ierusalimschy | 5 | -100/+149 |
2000-09-25 | lua_state (now called `L') should not be global | Roberto Ierusalimschy | 1 | -3/+2 |
2000-09-25 | GC may crash when checking C closures | Roberto Ierusalimschy | 2 | -2/+6 |
2000-09-25 | bug: lua_gettable does not get key from stack top | Roberto Ierusalimschy | 3 | -3/+14 |
2000-09-22 | `read("*w")' should return nil at EOF | Roberto Ierusalimschy | 2 | -2/+12 |
2000-09-21 | wrong assertv4.0-beta | Roberto Ierusalimschy | 1 | -2/+1 |
2000-09-21 | by lhf | Roberto Ierusalimschy | 1 | -3/+2 |
2000-09-20 | final version (by lhf) | Roberto Ierusalimschy | 1 | -32/+36 |
2000-09-20 | macros to do jumps | Roberto Ierusalimschy | 2 | -20/+23 |
2000-09-20 | Tochange | Roberto Ierusalimschy | 1 | -5/+9 |
2000-09-20 | error messages in lower case. | Roberto Ierusalimschy | 1 | -2/+2 |
2000-09-19 | warnings in Solaris | Roberto Ierusalimschy | 1 | -3/+3 |
2000-09-18 | final version for 4.0 beta | Roberto Ierusalimschy | 1 | -3/+3 |
2000-09-18 | changes by lhf | Roberto Ierusalimschy | 2 | -12/+9 |
2000-09-18 | updates by lhf | Roberto Ierusalimschy | 1 | -1029/+1154 |
2000-09-18 | small "by 1" bug | Roberto Ierusalimschy | 1 | -2/+2 |
2000-09-18 | avoid assignment to local structure | Roberto Ierusalimschy | 1 | -14/+13 |