Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | new macros + new names to facilitate compilation of threaded version | Roberto Ierusalimschy | 2001-01-26 | 1 | -9/+9 | |
* | macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core | Roberto Ierusalimschy | 2001-01-24 | 1 | -9/+23 | |
* | thead-specific state separated from "global" state | Roberto Ierusalimschy | 2001-01-19 | 1 | -8/+8 | |
* | all accesses to TObjects done through macros | Roberto Ierusalimschy | 2001-01-18 | 1 | -14/+11 | |
* | specialized versions for luaH_set (numbers and strings) | Roberto Ierusalimschy | 2001-01-10 | 1 | -2/+2 | |
* | new macro pushliteral | Roberto Ierusalimschy | 2001-01-10 | 1 | -2/+2 | |
* | `free' gets size of the block: complete control over memory use | Roberto Ierusalimschy | 2000-12-28 | 1 | -12/+14 | |
* | better support for 64-bit machines (avoid excessive use of longs) | Roberto Ierusalimschy | 2000-11-24 | 1 | -2/+3 | |
* | all API functions are declared in a single line (to facilitate pre-processing). | Roberto Ierusalimschy | 2000-10-30 | 1 | -3/+2 | |
* | new macro LUA_API | Roberto Ierusalimschy | 2000-10-20 | 1 | -6/+6 | |
* | cannot change `filename' before eventual call to `freopen' | Roberto Ierusalimschy | 2000-10-10 | 1 | -6/+6 | |
* | better treatment for errors inside _ERRORMETHOD | Roberto Ierusalimschy | 2000-10-09 | 1 | -4/+3 | |
* | better treatment for source names | Roberto Ierusalimschy | 2000-10-09 | 1 | -5/+7 | |
* | luaD_call is more uniform | Roberto Ierusalimschy | 2000-10-06 | 1 | -21/+25 | |
* | tag methods are always functions, so don't need to store a whole object | Roberto Ierusalimschy | 2000-10-05 | 1 | -7/+8 | |
* | new definition for types-tags | Roberto Ierusalimschy | 2000-10-05 | 1 | -31/+25 | |
* | call hooks can only be called when `pc' is active (that is, inside | Roberto Ierusalimschy | 2000-10-04 | 1 | -11/+10 | |
* | new API function `lua_type' + new type lua_Type | Roberto Ierusalimschy | 2000-10-02 | 1 | -2/+2 | |
* | new API for garbage collector | Roberto Ierusalimschy | 2000-10-02 | 1 | -1/+4 | |
* | new way to count `nblocks' for GC (try to count bytes). | Roberto Ierusalimschy | 2000-09-29 | 1 | -4/+7 | |
* | new version of protected execution | Roberto Ierusalimschy | 2000-09-25 | 1 | -64/+104 | |
* | details | Roberto Ierusalimschy | 2000-09-12 | 1 | -3/+3 | |
* | `lauxlib' is now part of the libraries (not used by core Lua) | Roberto Ierusalimschy | 2000-09-11 | 1 | -2/+1 | |
* | new scheme for buffers | Roberto Ierusalimschy | 2000-09-11 | 1 | -2/+3 | |
* | finish with parse data before doing main chunk. | Roberto Ierusalimschy | 2000-09-04 | 1 | -36/+33 | |
* | `dohook' to abstract `callhook' and `linehook' | Roberto Ierusalimschy | 2000-08-31 | 1 | -24/+18 | |
* | explicit stack control in the API | Roberto Ierusalimschy | 2000-08-29 | 1 | -9/+3 | |
* | new asserts for hooks | Roberto Ierusalimschy | 2000-08-29 | 1 | -1/+3 | |
* | details | Roberto Ierusalimschy | 2000-08-29 | 1 | -2/+2 | |
* | better definitions for MULTRET | Roberto Ierusalimschy | 2000-08-29 | 1 | -5/+4 | |
* | C upvalues are the last arguments to a function | Roberto Ierusalimschy | 2000-08-29 | 1 | -13/+7 | |
* | first version for new API | Roberto Ierusalimschy | 2000-08-28 | 1 | -52/+35 | |
* | still better error messages | Roberto Ierusalimschy | 2000-08-10 | 1 | -2/+2 | |
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 1 | -3/+1 | |
* | no more options for debug information: it is always on | Roberto Ierusalimschy | 2000-08-08 | 1 | -4/+1 | |
* | (much) better handling of memory alloction errors | Roberto Ierusalimschy | 2000-08-04 | 1 | -42/+52 | |
* | better error messages | Roberto Ierusalimschy | 2000-06-28 | 1 | -4/+4 | |
* | new version of debug system | Roberto Ierusalimschy | 2000-06-26 | 1 | -2/+6 | |
* | small changes to allow redefinition of some buffer sizes. | Roberto Ierusalimschy | 2000-06-16 | 1 | -3/+1 | |
* | `lua.h' is included before any other Lua header file | Roberto Ierusalimschy | 2000-06-12 | 1 | -2/+3 | |
* | better field name | Roberto Ierusalimschy | 2000-05-30 | 1 | -3/+3 | |
* | code cleaner for 16 bits. | Roberto Ierusalimschy | 2000-05-24 | 1 | -3/+6 | |
* | defines for _ERRORMESSAGE and _ALERT | Roberto Ierusalimschy | 2000-05-09 | 1 | -2/+2 | |
* | global variables are stored in a Lua table | Roberto Ierusalimschy | 2000-05-08 | 1 | -2/+3 | |
* | code redistribution | Roberto Ierusalimschy | 2000-04-14 | 1 | -12/+1 | |
* | name change | Roberto Ierusalimschy | 2000-03-30 | 1 | -3/+3 | |
* | new names for debug types | Roberto Ierusalimschy | 2000-03-30 | 1 | -6/+6 | |
* | no more special cases for closures with 0 upvalues (performance is the same, | Roberto Ierusalimschy | 2000-03-29 | 1 | -40/+23 | |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -14/+14 | |
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -5/+5 |