Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | new scheme for configuration through `luaconf.h' | Roberto Ierusalimschy | 2004-04-30 | 1 | -3/+4 | |
* | detail | Roberto Ierusalimschy | 2004-03-23 | 1 | -3/+2 | |
* | details | Roberto Ierusalimschy | 2004-02-18 | 1 | -2/+2 | |
* | lua_(set)getglobal are ok to use | Roberto Ierusalimschy | 2003-11-05 | 1 | -3/+3 | |
* | new semantics for setn/getn (no more changes to `n') | Roberto Ierusalimschy | 2003-10-20 | 1 | -16/+9 | |
* | new functions `lua_getfield' and `lua_setfield' | Roberto Ierusalimschy | 2003-10-10 | 1 | -26/+17 | |
* | new functions `lua_tointeger' and lua_pushinteger' | Roberto Ierusalimschy | 2003-10-07 | 1 | -6/+21 | |
* | Lua kernel does not use malloc/free functions. | Roberto Ierusalimschy | 2003-10-02 | 1 | -1/+18 | |
* | detail: `luaL_where' does not use the name information | Roberto Ierusalimschy | 2003-10-01 | 1 | -2/+2 | |
* | fully-weak tables are more efficient | Roberto Ierusalimschy | 2003-05-16 | 1 | -3/+3 | |
* | `#!' is detected by loadfile, not by the lexer | Roberto Ierusalimschy | 2003-05-15 | 1 | -3/+19 | |
* | luaL_getn/setn must operate correctly over negative indices | Roberto Ierusalimschy | 2003-04-07 | 1 | -2/+11 | |
* | warnings from several compilers (mainly typecasts when lua_Number is float) | Roberto Ierusalimschy | 2003-04-03 | 1 | -4/+4 | |
* | error-message format | Roberto Ierusalimschy | 2003-04-01 | 1 | -4/+2 | |
* | `luaL_getmetafield' was leaving extra value on the stack | Roberto Ierusalimschy | 2003-03-18 | 1 | -2/+5 | |
* | new auxiliary functions for `type' manipulation | Roberto Ierusalimschy | 2003-03-18 | 1 | -14/+40 | |
* | auxiliary function to check userdata with types | Roberto Ierusalimschy | 2003-02-11 | 1 | -1/+14 | |
* | reference system also uses getn/setn (plus small corrections) | Roberto Ierusalimschy | 2003-02-11 | 1 | -26/+21 |