Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Branch 5.2 - new releases for 5.2 go from here, main trunk goes | Roberto Ierusalimschy | 2013-04-12 | 1 | -0/+959 |
* | official branch for Lua 5.1 | Roberto Ierusalimschy | 2007-12-27 | 1 | -653/+0 |
* | BUG: luaL_checkudata may show wrong error message | Roberto Ierusalimschy | 2006-03-21 | 1 | -6/+12 |
* | compat code should keep compatibility | Roberto Ierusalimschy | 2006-01-16 | 1 | -9/+19 |
* | small optimizations (lua_newtable -> lua_createtable) | Roberto Ierusalimschy | 2005-12-29 | 1 | -5/+13 |
* | new macro luaL_opt to avoid evaluating defaults when no needed | Roberto Ierusalimschy | 2005-10-21 | 1 | -6/+4 |
* | access to metamethods and metafields should be raw | Roberto Ierusalimschy | 2005-10-20 | 1 | -2/+3 |
* | avoid some warnings | Roberto Ierusalimschy | 2005-10-19 | 1 | -3/+3 |
* | registry._LOADED created "on demand" | Roberto Ierusalimschy | 2005-10-03 | 1 | -2/+2 |
* | detail | Roberto Ierusalimschy | 2005-09-06 | 1 | -2/+2 |
* | detail | Roberto Ierusalimschy | 2005-08-26 | 1 | -3/+3 |
* | no more 'luaL_get/setfield' (replaced by more direct luaL_findtable) | Roberto Ierusalimschy | 2005-08-26 | 1 | -42/+16 |
* | no more '-w' option + new way to check module existence | Roberto Ierusalimschy | 2005-08-25 | 1 | -14/+15 |
* | simpler implementation for userdata types | Roberto Ierusalimschy | 2005-08-18 | 1 | -17/+5 |
* | luaL_setfield does a non-raw set | Roberto Ierusalimschy | 2005-08-18 | 1 | -4/+3 |
* | fancier code ;) | Roberto Ierusalimschy | 2005-08-17 | 1 | -13/+10 |
* | luaL_checkudata raises an error if value is not correct | Roberto Ierusalimschy | 2005-08-17 | 1 | -12/+13 |
* | luaL_openlib -> luaL_register and new function luaL_loadstring | Roberto Ierusalimschy | 2005-08-15 | 1 | -4/+16 |
* | detail | Roberto Ierusalimschy | 2005-08-10 | 1 | -2/+2 |
* | detail | Roberto Ierusalimschy | 2005-08-09 | 1 | -2/+3 |
* | searchpath is "private affair" of loadlib | Roberto Ierusalimschy | 2005-07-13 | 1 | -34/+1 |
* | no more "getc" when testing if file exists | Roberto Ierusalimschy | 2005-07-12 | 1 | -9/+3 |
* | details | Roberto Ierusalimschy | 2005-07-11 | 1 | -3/+3 |
* | details | Roberto Ierusalimschy | 2005-07-11 | 1 | -3/+4 |
* | lua_objsize -> lua_objlen (more compatible with use of `len´ in other | Roberto Ierusalimschy | 2005-05-31 | 1 | -3/+3 |
* | better error message | Roberto Ierusalimschy | 2005-05-31 | 1 | -2/+3 |
* | warnings in VS .Net | Roberto Ierusalimschy | 2005-05-31 | 1 | -2/+2 |
* | luaL_findstring -> luaL_checkoption | Roberto Ierusalimschy | 2005-05-25 | 1 | -5/+8 |
* | several small details | Roberto Ierusalimschy | 2005-05-17 | 1 | -5/+5 |
* | better quotes for strings in error messages | Roberto Ierusalimschy | 2005-05-16 | 1 | -5/+7 |
* | new API function `lua_tolstring' | Roberto Ierusalimschy | 2005-05-16 | 1 | -5/+5 |
* | new "primitive" getn | Roberto Ierusalimschy | 2005-03-16 | 1 | -39/+10 |
* | details | Roberto Ierusalimschy | 2005-02-23 | 1 | -1/+2 |
* | LUA_PATH_SEP -> LUA_PATHSEP | Roberto Ierusalimschy | 2005-02-10 | 1 | -3/+3 |
* | details | Roberto Ierusalimschy | 2004-12-20 | 1 | -11/+14 |
* | towards new package system | Roberto Ierusalimschy | 2004-09-29 | 1 | -17/+32 |
* | new auxiliary functions to implement new package system | Roberto Ierusalimschy | 2004-09-21 | 1 | -3/+46 |
* | detail | Roberto Ierusalimschy | 2004-09-03 | 1 | -1/+2 |
* | new way to handle _PATH (old LUA_PATH) | Roberto Ierusalimschy | 2004-08-30 | 1 | -17/+2 |
* | default state (created by `luaL_newstate´) has a default panic function | Roberto Ierusalimschy | 2004-08-13 | 1 | -2/+10 |
* | small bug | Roberto Ierusalimschy | 2004-07-13 | 1 | -3/+4 |
* | new macro `luaL_typename' | Roberto Ierusalimschy | 2004-07-09 | 1 | -2/+2 |
* | `lua.c' also needs the default path, so auxlib should provide it | Roberto Ierusalimschy | 2004-07-01 | 1 | -5/+17 |
* | new interface for search-path function | Roberto Ierusalimschy | 2004-06-29 | 1 | -27/+28 |
* | new scheme to search paths | Roberto Ierusalimschy | 2004-06-21 | 1 | -1/+51 |
* | optional error for accesss to undefined variables/fields | Roberto Ierusalimschy | 2004-06-17 | 1 | -1/+3 |
* | `getn' uses binary search if it has to count elements | Roberto Ierusalimschy | 2004-06-02 | 1 | -8/+27 |
* | better error messages for `loadfile' | Roberto Ierusalimschy | 2004-06-02 | 1 | -6/+7 |
* | `luaL_dofile' and `luaL_dostring' are deprecated | Roberto Ierusalimschy | 2004-05-31 | 1 | -49/+2 |
* | code parameterized by LUA_FIRSTINDEX (first index of an array) | Roberto Ierusalimschy | 2004-05-10 | 1 | -3/+3 |