Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2000-11-07 | last changes by lhf.v4.0 | Roberto Ierusalimschy | 1 | -515/+511 | |
2000-11-06 | setlinehook/setcallhook return old hook | Roberto Ierusalimschy | 1 | -6/+9 | |
2000-11-06 | (no commit message) | Roberto Ierusalimschy | 1 | -2/+2 | |
2000-11-06 | details | Roberto Ierusalimschy | 1 | -3/+3 | |
2000-11-06 | hooks may call `error' to break a chunk. | Roberto Ierusalimschy | 1 | -2/+2 | |
2000-10-31 | many changes | Roberto Ierusalimschy | 1 | -43/+89 | |
2000-10-31 | lua_settagmethod does not return old tag method | Roberto Ierusalimschy | 5 | -12/+14 | |
2000-10-31 | comments | Roberto Ierusalimschy | 1 | -2/+2 | |
2000-10-30 | DEBUG renamed to LUA_DEBUG | Roberto Ierusalimschy | 1 | -2/+2 | |
2000-10-30 | subtelties in layout of TString | Roberto Ierusalimschy | 3 | -9/+28 | |
2000-10-30 | macro DEBUG renamed to LUA_DEBUG | Roberto Ierusalimschy | 5 | -13/+13 | |
2000-10-30 | `lua_typename' accepts LUA_TNONE | Roberto Ierusalimschy | 1 | -5/+4 | |
2000-10-30 | (no commit message) | Roberto Ierusalimschy | 1 | -20/+12 | |
2000-10-30 | all API functions are declared in a single line (to facilitate pre-processing). | Roberto Ierusalimschy | 6 | -29/+23 | |
2000-10-30 | details | Roberto Ierusalimschy | 1 | -2/+2 | |
2000-10-27 | new macro LUALIB_API (so the lib can be a separate DLL) | Roberto Ierusalimschy | 8 | -52/+62 | |
2000-10-27 | details | Roberto Ierusalimschy | 2 | -6/+6 | |
2000-10-26 | new way to ensure uniqueness of registry keys | Roberto Ierusalimschy | 1 | -7/+9 | |
2000-10-26 | details. | Roberto Ierusalimschy | 1 | -3/+3 | |
2000-10-26 | in function `read_file', realloc() doesn't free the buffer if it can't | Roberto Ierusalimschy | 2 | -3/+12 | |
allocate new memory | |||||
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 | |
`execute'...) | |||||
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 | |