Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | weakregistry has its keys weak, too | Roberto Ierusalimschy | 2001-07-17 | 1 | -2/+3 |
* | resurect userdata before calling its GC tag method | Roberto Ierusalimschy | 2001-06-21 | 1 | -6/+4 |
* | more robust treatment of GC tag methods (now they can create new | Roberto Ierusalimschy | 2001-06-12 | 1 | -3/+6 |
* | new implementation for userdatas, without `keys' | Roberto Ierusalimschy | 2001-06-06 | 1 | -5/+7 |
* | re-implementation of refs through weak tables | Roberto Ierusalimschy | 2001-04-17 | 1 | -21/+4 |
* | new way to handle `profiles' | Roberto Ierusalimschy | 2001-03-26 | 1 | -1/+2 |
* | old signature for lua_open | Roberto Ierusalimschy | 2001-03-09 | 1 | -2/+2 |
* | better way to link callinfo's and stack | Roberto Ierusalimschy | 2001-03-07 | 1 | -1/+3 |
* | lower-case for macros with arguments | Roberto Ierusalimschy | 2001-03-02 | 1 | -5/+5 |
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -2/+2 |
* | lock/unlock may use L + better structure for internal debug stuff | Roberto Ierusalimschy | 2001-02-02 | 1 | -45/+30 |
* | new macros + new names to facilitate compilation of threaded version | Roberto Ierusalimschy | 2001-01-26 | 1 | -7/+7 |
* | first implementation for type names | Roberto Ierusalimschy | 2001-01-25 | 1 | -1/+2 |
* | macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core | Roberto Ierusalimschy | 2001-01-24 | 1 | -22/+38 |
* | support for multiple stacks sharing the same global environment | Roberto Ierusalimschy | 2001-01-22 | 1 | -42/+69 |
* | thead-specific state separated from "global" state | Roberto Ierusalimschy | 2001-01-19 | 1 | -36/+41 |
* | `free' gets size of the block: complete control over memory use | Roberto Ierusalimschy | 2000-12-28 | 1 | -14/+9 |
* | explicit control of size for growing vectors | Roberto Ierusalimschy | 2000-12-26 | 1 | -5/+7 |
* | macro DEBUG renamed to LUA_DEBUG | Roberto Ierusalimschy | 2000-10-30 | 1 | -3/+3 |
* | new API function `createuserdata' | Roberto Ierusalimschy | 2000-10-26 | 1 | -1/+2 |
* | registry mechanism | Roberto Ierusalimschy | 2000-10-24 | 1 | -2/+5 |
* | new macro LUA_API | Roberto Ierusalimschy | 2000-10-20 | 1 | -3/+3 |
* | detail | Roberto Ierusalimschy | 2000-10-06 | 1 | -2/+2 |
* | tag methods are always functions, so don't need to store a whole object | Roberto Ierusalimschy | 2000-10-05 | 1 | -4/+4 |
* | new way to count `nblocks' for GC (try to count bytes). | Roberto Ierusalimschy | 2000-09-29 | 1 | -3/+8 |
* | new version of protected execution | Roberto Ierusalimschy | 2000-09-25 | 1 | -20/+29 |
* | wrong assertv4.0-beta | Roberto Ierusalimschy | 2000-09-21 | 1 | -2/+1 |
* | `back-up' definition for ERRORMESSAGE | Roberto Ierusalimschy | 2000-09-12 | 1 | -2/+16 |
* | `lua_newstate' renamed to `lua_open' | Roberto Ierusalimschy | 2000-09-11 | 1 | -2/+2 |
* | new scheme for buffers | Roberto Ierusalimschy | 2000-09-11 | 1 | -3/+1 |
* | new version for API | Roberto Ierusalimschy | 2000-09-05 | 1 | -9/+12 |
* | minimum size for stack | Roberto Ierusalimschy | 2000-08-31 | 1 | -2/+3 |
* | first version for new API | Roberto Ierusalimschy | 2000-08-28 | 1 | -7/+1 |
* | lua_state may not exist | Roberto Ierusalimschy | 2000-08-14 | 1 | -6/+5 |
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 1 | -6/+3 |
* | no more options for debug information: it is always on | Roberto Ierusalimschy | 2000-08-08 | 1 | -2/+1 |
* | (much) better handling of memory alloction errors | Roberto Ierusalimschy | 2000-08-04 | 1 | -13/+26 |
* | no varargs in Lua API | Roberto Ierusalimschy | 2000-06-30 | 1 | -27/+3 |
* | remove dummy argument in LUA_ASSERT | Roberto Ierusalimschy | 2000-06-30 | 1 | -9/+9 |
* | `lua.h' is included before any other Lua header file | Roberto Ierusalimschy | 2000-06-12 | 1 | -1/+3 |
* | global variables are stored in a Lua table | Roberto Ierusalimschy | 2000-05-08 | 1 | -3/+3 |
* | details. | Roberto Ierusalimschy | 2000-03-31 | 1 | -6/+1 |
* | details | Roberto Ierusalimschy | 2000-01-13 | 1 | -3/+3 |
* | new way to control hooks inside hooks (now the control is done inside Lua) | Roberto Ierusalimschy | 1999-12-21 | 1 | -4/+5 |
* | stack may not be empty after a correct run... | Roberto Ierusalimschy | 1999-12-07 | 1 | -6/+6 |
* | better control (and error recovery) for begin/end blocks | Roberto Ierusalimschy | 1999-12-06 | 1 | -1/+2 |
* | `lua_newstate' gets the inital stack size and other arguments | Roberto Ierusalimschy | 1999-12-06 | 1 | -7/+44 |
* | fixed stack; first version. | Roberto Ierusalimschy | 1999-12-01 | 1 | -5/+2 |
* | mistake in change for multi-state (gc threshold was not corrected) | Roberto Ierusalimschy | 1999-11-29 | 1 | -2/+2 |
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -25/+27 |