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