Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | `set/getenvtable' -> `set/getfenv' | Roberto Ierusalimschy | 2003-02-24 | 1 | -3/+3 | |
* | `set/getglobals' -> `set/getenvtable' | Roberto Ierusalimschy | 2003-02-18 | 1 | -3/+3 | |
* | final version | Roberto Ierusalimschy | 2003-02-18 | 1 | -4/+4 | |
* | new functions to manipulate upvales (get/setupvalue) | Roberto Ierusalimschy | 2002-12-19 | 1 | -1/+3 | |
* | new function `lua_cpcall' | Roberto Ierusalimschy | 2002-12-04 | 1 | -1/+2 | |
* | details | Roberto Ierusalimschy | 2002-11-26 | 1 | -13/+5 | |
* | new function `lua_version' | Roberto Ierusalimschy | 2002-11-25 | 1 | -1/+3 | |
* | simpler interface to hooks + use of `int' to count hooks | Roberto Ierusalimschy | 2002-11-25 | 1 | -7/+5 | |
* | new representation for hooks (to allow asynchronous calls to sethook) | Roberto Ierusalimschy | 2002-11-18 | 1 | -5/+5 | |
* | back to `__mode' metafield to specify weakness | Roberto Ierusalimschy | 2002-11-14 | 1 | -3/+1 | |
* | better name for `lua_movethread' | Roberto Ierusalimschy | 2002-11-07 | 1 | -2/+2 | |
* | new API for coroutines | Roberto Ierusalimschy | 2002-11-06 | 1 | -3/+4 | |
* | new facility for dumping chunks | Roberto Ierusalimschy | 2002-10-25 | 1 | -2/+7 | |
* | threads now are real Lua objects, subject to garbage collection | Roberto Ierusalimschy | 2002-10-25 | 1 | -2/+3 | |
* | avoid too much precision when printing numbers | Roberto Ierusalimschy | 2002-10-22 | 1 | -2/+2 | |
* | small changes in type configuration facilities | Roberto Ierusalimschy | 2002-10-22 | 1 | -3/+4 | |
* | avoid the use of "enum" in the API, as they do not have a fixed representation | Roberto Ierusalimschy | 2002-09-02 | 1 | -5/+13 | |
* | avoid the use of "obvious" names in header files to avoid conflicts | Roberto Ierusalimschy | 2002-08-30 | 1 | -39/+39 | |
* | new structure for collectable objects, sharing a common header | Roberto Ierusalimschy | 2002-08-30 | 1 | -9/+9 | |
* | use a linear count for count hook | Roberto Ierusalimschy | 2002-08-12 | 1 | -5/+7 | |
* | any Lua closure has a table of globals (not only active functions) | Roberto Ierusalimschy | 2002-08-06 | 1 | -3/+3 | |
* | `luadebug.h' content now is included in `lua.h' | Roberto Ierusalimschy | 2002-08-06 | 1 | -3/+53 | |
* | lua_Chunkreader gets a lua_State, to avoid future incompatibilities | Roberto Ierusalimschy | 2002-08-06 | 1 | -2/+2 | |
* | new API for weak mode | Roberto Ierusalimschy | 2002-08-06 | 1 | -1/+3 | |
* | new (old?) error handling scheme | Roberto Ierusalimschy | 2002-08-06 | 1 | -3/+2 | |
* | new API for error handling | Roberto Ierusalimschy | 2002-08-05 | 1 | -4/+2 | |
* | new names for light userdata operations | Roberto Ierusalimschy | 2002-07-17 | 1 | -9/+9 | |
* | new macro `lua_isudataval' (for completude) | Roberto Ierusalimschy | 2002-07-09 | 1 | -1/+2 | |
* | only tables need `lua_number2int' | Roberto Ierusalimschy | 2002-07-01 | 1 | -7/+1 | |
* | no more `lua_getn' function | Roberto Ierusalimschy | 2002-06-26 | 1 | -2/+1 | |
* | `lua_upcall' -> `lua_call' | Roberto Ierusalimschy | 2002-06-25 | 1 | -3/+3 | |
* | first implementation of independent global table per function | Roberto Ierusalimschy | 2002-06-20 | 1 | -4/+4 | |
* | new protocol for error handling | Roberto Ierusalimschy | 2002-06-18 | 1 | -6/+8 | |
* | `rawcall' -> `upcall' (unprotected call) | Roberto Ierusalimschy | 2002-06-13 | 1 | -3/+3 | |
* | new fallback for equality `__eq' | Roberto Ierusalimschy | 2002-06-13 | 1 | -1/+2 | |
* | names & names | Roberto Ierusalimschy | 2002-06-06 | 1 | -13/+12 | |
* | defintions for lua_number2str and lua_str2number don't need to be public | Roberto Ierusalimschy | 2002-06-05 | 1 | -10/+1 | |
* | core tests whether file is binary | Roberto Ierusalimschy | 2002-06-03 | 1 | -5/+2 | |
* | lua_load* replaced by a simple lua_load | Roberto Ierusalimschy | 2002-06-03 | 1 | -9/+11 | |
* | new copyright notice | Roberto Ierusalimschy | 2002-05-23 | 1 | -31/+19 | |
* | new names for string formating functions | Roberto Ierusalimschy | 2002-05-16 | 1 | -8/+10 | |
* | new function `lua_vpushstr' to replace uses of `sprintf' | Roberto Ierusalimschy | 2002-05-07 | 1 | -1/+5 | |
* | errors `return' int, to avoid warnings | Roberto Ierusalimschy | 2002-05-06 | 1 | -2/+2 | |
* | new way to handle errors | Roberto Ierusalimschy | 2002-05-01 | 1 | -9/+11 | |
* | new way to handle errors | Roberto Ierusalimschy | 2002-05-01 | 1 | -2/+4 | |
* | new way to handle errors | Roberto Ierusalimschy | 2002-04-22 | 1 | -6/+4 | |
* | `panic' function configurable via API | Roberto Ierusalimschy | 2002-04-16 | 1 | -1/+3 | |
* | support for `light' userdata + simpler support for `boxed' udata | Roberto Ierusalimschy | 2002-04-05 | 1 | -5/+11 | |
* | when possible, library functions accept nil as none | Roberto Ierusalimschy | 2002-03-27 | 1 | -1/+2 | |
* | metatable always return some value | Roberto Ierusalimschy | 2002-03-27 | 1 | -2/+2 |