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