Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | new macro to convert double->int | Roberto Ierusalimschy | 2002-03-18 | 1 | -1/+6 | |
| | ||||||
* | `lua_stackspace' replaced by `lua_checkstack' | Roberto Ierusalimschy | 2002-03-07 | 1 | -2/+2 | |
| | ||||||
* | no more maximum stack size | Roberto Ierusalimschy | 2002-02-14 | 1 | -7/+7 | |
| | ||||||
* | no more `lua_istrue' function | Roberto Ierusalimschy | 2002-02-08 | 1 | -2/+5 | |
| | ||||||
* | no more lua_[gs]etstr | Roberto Ierusalimschy | 2002-02-07 | 1 | -9/+9 | |
| | ||||||
* | new function `lua_replace' | Roberto Ierusalimschy | 2002-02-05 | 1 | -2/+3 | |
| | ||||||
* | `eventtable' renamed to `metatable' | Roberto Ierusalimschy | 2002-01-30 | 1 | -2/+2 | |
| | ||||||
* | distinct functions to create/destroy states and threads | Roberto Ierusalimschy | 2002-01-11 | 1 | -3/+3 | |
| | ||||||
* | first implementation of coroutines | Roberto Ierusalimschy | 2002-01-09 | 1 | -8/+9 | |
| | ||||||
* | some compatibility macros | Roberto Ierusalimschy | 2002-01-03 | 1 | -0/+2 | |
| | ||||||
* | some warnings | Roberto Ierusalimschy | 2001-12-21 | 1 | -1/+0 | |
| | ||||||
* | rename of lua_isnull to lua_isnone | Roberto Ierusalimschy | 2001-12-20 | 1 | -1/+1 | |
| | ||||||
* | new type `boolean' | Roberto Ierusalimschy | 2001-12-11 | 1 | -3/+8 | |
| | ||||||
* | new API functions lua_getstr/lua_setstr | Roberto Ierusalimschy | 2001-12-10 | 1 | -4/+6 | |
| | ||||||
* | tag system replaced by event tables | Roberto Ierusalimschy | 2001-12-05 | 1 | -24/+12 | |
| | ||||||
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -57/+28 | |
| | ||||||
* | tables of globals accessible through pseudo-index in C API | Roberto Ierusalimschy | 2001-10-31 | 1 | -6/+7 | |
| | ||||||
* | `ref' support goes to auxlib | Roberto Ierusalimschy | 2001-10-31 | 1 | -10/+15 | |
| | ||||||
* | new API for registry and C upvalues + new implementation for references | Roberto Ierusalimschy | 2001-10-17 | 1 | -4/+14 | |
| | ||||||
* | no more copytagmethod function | Roberto Ierusalimschy | 2001-10-11 | 1 | -3/+1 | |
| | ||||||
* | start of new version | Roberto Ierusalimschy | 2001-08-31 | 1 | -2/+2 | |
| | ||||||
* | version -> 4.1 alpha | Roberto Ierusalimschy | 2001-07-19 | 1 | -2/+2 | |
| | ||||||
* | better names for type-related functions | Roberto Ierusalimschy | 2001-07-12 | 1 | -27/+24 | |
| | ||||||
* | LUA_MINSTACK has a fixed value | Roberto Ierusalimschy | 2001-07-05 | 1 | -5/+4 | |
| | ||||||
* | new macro to control format for `read"*n"' | Roberto Ierusalimschy | 2001-06-28 | 1 | -3/+9 | |
| | ||||||
* | new implementation for userdatas, without `keys' | Roberto Ierusalimschy | 2001-06-06 | 1 | -2/+2 | |
| | ||||||
* | name changes | Roberto Ierusalimschy | 2001-04-23 | 1 | -7/+16 | |
| | ||||||
* | re-implementation of refs through weak tables | Roberto Ierusalimschy | 2001-04-17 | 1 | -12/+13 | |
| | ||||||
* | new API functions to load (parse?) a chunk without running it. | Roberto Ierusalimschy | 2001-04-11 | 1 | -2/+5 | |
| | ||||||
* | first implementation for weak tables | Roberto Ierusalimschy | 2001-04-11 | 1 | -2/+10 | |
| | ||||||
* | avoid use of l_char outside INTERNALs (use lua_char instead) | Roberto Ierusalimschy | 2001-04-06 | 1 | -29/+31 | |
| | ||||||
* | new way to handle `profiles' | Roberto Ierusalimschy | 2001-03-26 | 1 | -10/+59 | |
| | ||||||
* | old signature for lua_open | Roberto Ierusalimschy | 2001-03-09 | 1 | -2/+4 | |
| | ||||||
* | details for wchar | Roberto Ierusalimschy | 2001-02-23 | 1 | -5/+5 | |
| | ||||||
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -19/+22 | |
| | ||||||
* | better encapsulation of some types | Roberto Ierusalimschy | 2001-02-22 | 1 | -9/+10 | |
| | ||||||
* | better separation between basic types | Roberto Ierusalimschy | 2001-02-20 | 1 | -2/+3 | |
| | ||||||
* | new semantics for pushuserdata (no more different userdatas with same value) | Roberto Ierusalimschy | 2001-02-09 | 1 | -4/+3 | |
| | ||||||
* | new macros + new names to facilitate compilation of threaded version | Roberto Ierusalimschy | 2001-01-26 | 1 | -6/+16 | |
| | ||||||
* | first implementation for type names | Roberto Ierusalimschy | 2001-01-25 | 1 | -2/+8 | |
| | ||||||
* | support for multiple stacks sharing the same global environment | Roberto Ierusalimschy | 2001-01-22 | 1 | -2/+2 | |
| | ||||||
* | new macro pushliteral | Roberto Ierusalimschy | 2001-01-10 | 1 | -2/+4 | |
| | ||||||
* | temporary version | Roberto Ierusalimschy | 2000-12-22 | 1 | -2/+2 | |
| | ||||||
* | lua_Number defined in lua.h (1st version) | Roberto Ierusalimschy | 2000-12-04 | 1 | -3/+6 | |
| |