Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | warnings from several compilers (mainly typecasts when lua_Number is float) | Roberto Ierusalimschy | 2003-04-03 | 1 | -2/+2 |
| | |||||
* | name changes to avoid name collision between macros and variables | Roberto Ierusalimschy | 2003-03-18 | 1 | -3/+3 |
| | |||||
* | bug: GC metamethod calls could mess C/Lua stack syncronization | Roberto Ierusalimschy | 2003-02-28 | 1 | -3/+8 |
| | |||||
* | `defaultmeta' is always empty, but registry needs some space for | Roberto Ierusalimschy | 2003-02-13 | 1 | -3/+3 |
| | | | | names and numbers (references) | ||||
* | resist errors in finalizers during lua_close | Roberto Ierusalimschy | 2003-02-10 | 1 | -2/+10 |
| | |||||
* | details | Roberto Ierusalimschy | 2002-12-19 | 1 | -1/+3 |
| | |||||
* | each .c file defines its own name | Roberto Ierusalimschy | 2002-12-04 | 1 | -1/+5 |
| | |||||
* | separated control over C recursion level | Roberto Ierusalimschy | 2002-11-22 | 1 | -1/+2 |
| | |||||
* | keep L->ci->base in L->base for faster access | Roberto Ierusalimschy | 2002-11-21 | 1 | -2/+2 |
| | |||||
* | global_State must be deallocated (and so allocated) with NULL also | Roberto Ierusalimschy | 2002-11-21 | 1 | -3/+4 |
| | | | | (otherwise it trys to decrement inside itself after its own free) | ||||
* | better organization of "malloc responsabilities" | Roberto Ierusalimschy | 2002-11-19 | 1 | -53/+66 |
| | |||||
* | new representation for hooks (to allow asynchronous calls to sethook) | Roberto Ierusalimschy | 2002-11-18 | 1 | -3/+4 |
| | |||||
* | documentation for write barriers | Roberto Ierusalimschy | 2002-11-14 | 1 | -2/+2 |
| | |||||
* | better control over GCObjects | Roberto Ierusalimschy | 2002-11-13 | 1 | -2/+3 |
| | |||||
* | C needs "union" (unlike C++) | Roberto Ierusalimschy | 2002-10-25 | 1 | -2/+2 |
| | |||||
* | threads now are real Lua objects, subject to garbage collection | Roberto Ierusalimschy | 2002-10-25 | 1 | -51/+52 |
| | |||||
* | only one instance of registry and default metatable per global state | Roberto Ierusalimschy | 2002-10-22 | 1 | -6/+4 |
| | |||||
* | use of different buffers for scanner and concatenation | Roberto Ierusalimschy | 2002-10-08 | 1 | -4/+3 |
| | |||||
* | new structure for collectable objects, sharing a common header | Roberto Ierusalimschy | 2002-08-30 | 1 | -10/+4 |
| | |||||
* | names... | Roberto Ierusalimschy | 2002-08-16 | 1 | -2/+2 |
| | |||||
* | (much) cleaner way to control function states | Roberto Ierusalimschy | 2002-08-07 | 1 | -2/+2 |
| | |||||
* | new (old?) error handling scheme | Roberto Ierusalimschy | 2002-08-06 | 1 | -6/+2 |
| | |||||
* | small bug: basic `ci' must have a valid func (base - 1) | Roberto Ierusalimschy | 2002-08-05 | 1 | -1/+2 |
| | |||||
* | new implementation for error handling | Roberto Ierusalimschy | 2002-08-05 | 1 | -8/+15 |
| | |||||
* | CallInfo has different fields for C functions and Lua functions | Roberto Ierusalimschy | 2002-07-16 | 1 | -2/+2 |
| | |||||
* | new interface for debug hooks | Roberto Ierusalimschy | 2002-07-08 | 1 | -4/+5 |
| | |||||
* | new protocol for error handling | Roberto Ierusalimschy | 2002-06-18 | 1 | -5/+5 |
| | |||||
* | warnings from other compilers | Roberto Ierusalimschy | 2002-06-06 | 1 | -1/+2 |
| | |||||
* | no more use of stdio inside the core (except for `tostring'...) | Roberto Ierusalimschy | 2002-06-03 | 1 | -4/+1 |
| | |||||
* | `global' tables (registry, etc.) stored in proper place, not in the stack | Roberto Ierusalimschy | 2002-05-08 | 1 | -2/+2 |
| | |||||
* | new function `lua_vpushstr' to replace uses of `sprintf' | Roberto Ierusalimschy | 2002-05-07 | 1 | -2/+2 |
| | |||||
* | new way to handle errors | Roberto Ierusalimschy | 2002-05-01 | 1 | -2/+6 |
| | |||||
* | use of a common `dummynode' for all empty tables | Roberto Ierusalimschy | 2002-04-23 | 1 | -1/+4 |
| | |||||
* | new way to handle errors | Roberto Ierusalimschy | 2002-04-22 | 1 | -2/+2 |
| | |||||
* | `panic' function configurable via API | Roberto Ierusalimschy | 2002-04-16 | 1 | -1/+12 |
| | |||||
* | some improvements in stack control | Roberto Ierusalimschy | 2002-03-20 | 1 | -2/+2 |
| | |||||
* | avoid C identifiers beginning with '_' | Roberto Ierusalimschy | 2002-03-11 | 1 | -5/+5 |
| | |||||
* | using `ci->top' to control acceptable indices in C calls | Roberto Ierusalimschy | 2002-03-07 | 1 | -1/+2 |
| | |||||
* | configurable minimum size for the string table | Roberto Ierusalimschy | 2002-03-05 | 1 | -2/+2 |
| | |||||
* | no more maximum stack size | Roberto Ierusalimschy | 2002-02-14 | 1 | -21/+7 |
| | |||||
* | better order of record fields for 64-bit machines | Roberto Ierusalimschy | 2002-02-08 | 1 | -1/+1 |
| | |||||
* | `eventtable' renamed to `metatable' | Roberto Ierusalimschy | 2002-01-30 | 1 | -5/+5 |
| | |||||
* | first version of dynamic stack | Roberto Ierusalimschy | 2002-01-25 | 1 | -11/+13 |
| | |||||
* | distinct functions to create/destroy states and threads | Roberto Ierusalimschy | 2002-01-11 | 1 | -77/+108 |
| | |||||
* | first implementation of coroutines | Roberto Ierusalimschy | 2002-01-09 | 1 | -0/+1 |
| | |||||
* | first version of Lua "stackless" | Roberto Ierusalimschy | 2001-12-18 | 1 | -2/+3 |
| | |||||
* | reentrant implementation of garbage collection | Roberto Ierusalimschy | 2001-12-11 | 1 | -1/+3 |
| | |||||
* | simpler way to collect userdata | Roberto Ierusalimschy | 2001-12-10 | 1 | -1/+2 |
| | |||||
* | tag system replaced by event tables | Roberto Ierusalimschy | 2001-12-05 | 1 | -10/+11 |
| | |||||
* | new implementation for lua upvalues (sugested by E.T.): simpler and solves | Roberto Ierusalimschy | 2001-11-29 | 1 | -1/+6 |
| | | | | a bug for multi-stacks |