Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | first implementation of unrestricted static scoping | Roberto Ierusalimschy | 2001-09-07 | 1 | -5/+7 | |
| | ||||||
* | more relaxed rules for syncronized access | Roberto Ierusalimschy | 2001-06-15 | 1 | -3/+9 | |
| | ||||||
* | new implementation for userdatas, without `keys' | Roberto Ierusalimschy | 2001-06-06 | 1 | -2/+2 | |
| | ||||||
* | re-implementation of refs through weak tables | Roberto Ierusalimschy | 2001-04-17 | 1 | -19/+3 | |
| | ||||||
* | better way to link callinfo's and stack | Roberto Ierusalimschy | 2001-03-07 | 1 | -6/+5 | |
| | ||||||
* | lower-case for macros with arguments | Roberto Ierusalimschy | 2001-03-02 | 1 | -5/+5 | |
| | ||||||
* | buffer should be void *, as char now is not that neutral... | Roberto Ierusalimschy | 2001-02-23 | 1 | -2/+2 | |
| | ||||||
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -4/+4 | |
| | ||||||
* | better separation between basic types | Roberto Ierusalimschy | 2001-02-20 | 1 | -4/+4 | |
| | ||||||
* | lock/unlock may use L + better structure for internal debug stuff | Roberto Ierusalimschy | 2001-02-02 | 1 | -11/+3 | |
| | ||||||
* | no need for tags in boxed values :-( | Roberto Ierusalimschy | 2001-02-01 | 1 | -1/+8 | |
| | ||||||
* | 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 | -1/+21 | |
| | ||||||
* | support for multiple stacks sharing the same global environment | Roberto Ierusalimschy | 2001-01-22 | 1 | -3/+5 | |
| | ||||||
* | thead-specific state separated from "global" state | Roberto Ierusalimschy | 2001-01-19 | 1 | -12/+23 | |
| | ||||||
* | explicit control of size for growing vectors | Roberto Ierusalimschy | 2000-12-26 | 1 | -3/+5 | |
| | ||||||
* | better support for 64-bit machines (avoid excessive use of longs) | Roberto Ierusalimschy | 2000-11-24 | 1 | -4/+4 | |
| | ||||||
* | tag methods are always functions, so don't need to store a whole object | Roberto Ierusalimschy | 2000-10-05 | 1 | -3/+4 | |
| | ||||||
* | new way to count `nblocks' for GC (try to count bytes). | Roberto Ierusalimschy | 2000-09-29 | 1 | -2/+2 | |
| | ||||||
* | new version of protected execution | Roberto Ierusalimschy | 2000-09-25 | 1 | -12/+2 | |
| | ||||||
* | new scheme for buffers | Roberto Ierusalimschy | 2000-09-11 | 1 | -3/+1 | |
| | ||||||
* | first version for new API | Roberto Ierusalimschy | 2000-08-28 | 1 | -18/+17 | |
| | ||||||
* | 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-07 | 1 | -3/+6 | |
| | ||||||
* | code cleaner for 16 bits. | Roberto Ierusalimschy | 2000-05-24 | 1 | -5/+5 | |
| | ||||||
* | string hash uses one single hash table | Roberto Ierusalimschy | 2000-05-10 | 1 | -6/+4 | |
| | ||||||
* | global variables are stored in a Lua table | Roberto Ierusalimschy | 2000-05-08 | 1 | -3/+3 | |
| | ||||||
* | new names for debug types | Roberto Ierusalimschy | 2000-03-30 | 1 | -3/+3 | |
| | ||||||
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -3/+3 | |
| | ||||||
* | small changes for "clean C" | Roberto Ierusalimschy | 2000-02-08 | 1 | -3/+3 | |
| | ||||||
* | new debug API (first version) | Roberto Ierusalimschy | 2000-01-19 | 1 | -3/+3 | |
| | ||||||
* | comments. | Roberto Ierusalimschy | 1999-12-27 | 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 | |
| | ||||||
* | `lua_newstate' gets the inital stack size and other arguments | Roberto Ierusalimschy | 1999-12-06 | 1 | -1/+2 | |
| | ||||||
* | fixed stack; first version. | Roberto Ierusalimschy | 1999-12-01 | 1 | -13/+14 | |
| | ||||||
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -2/+2 | |
| | ||||||
* | ways to measure number of `blocks' for GC + details | Roberto Ierusalimschy | 1999-11-10 | 1 | -10/+2 | |
| | ||||||
* | new implementation for global variable values (separated from strings) | Roberto Ierusalimschy | 1999-11-04 | 1 | -2/+2 | |
| | ||||||
* | simplified version of `gc' tag method (only for userdata now). | Roberto Ierusalimschy | 1999-10-04 | 1 | -5/+5 | |
| | ||||||
* | there is no need for a size for Cblocks | Roberto Ierusalimschy | 1999-05-11 | 1 | -2/+1 | |
| | ||||||
* | array Cblocks should grow dynamically | Roberto Ierusalimschy | 1999-05-11 | 1 | -4/+3 | |
| | ||||||
* | warnings by clinio | Roberto Ierusalimschy | 1999-05-10 | 1 | -3/+13 | |
| | ||||||
* | IMtable must be initialized (and IMtable_size is not needed any more) due | Roberto Ierusalimschy | 1999-04-13 | 1 | -2/+1 | |
| | | | | to new way to handle growing vectors (previous modification). | |||||
* | "L->Mbuffbase" is better kept as offset instead of pointer | Roberto Ierusalimschy | 1999-02-25 | 1 | -2/+2 | |
| | ||||||
* | "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". | Roberto Ierusalimschy | 1999-02-04 | 1 | -1/+6 | |
| | ||||||
* | "lua_state" is already declared in lua.h, which is included here. | Roberto Ierusalimschy | 1998-08-30 | 1 | -4/+1 | |
| | ||||||
* | new implementation for error handling: on error, function _ERRORMESSAGE | Roberto Ierusalimschy | 1998-08-21 | 1 | -2/+1 | |
| | | | | is called, which in turn calls _ALERT to write a message to stderr. | |||||
* | details | Roberto Ierusalimschy | 1998-06-24 | 1 | -3/+7 | |
| | ||||||
* | small corrections in comments | Roberto Ierusalimschy | 1998-06-19 | 1 | -2/+2 | |
| |