Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len' | Roberto Ierusalimschy | 2009-12-17 | 1 | -1/+2 | |
| | ||||||
* | 'checkversion' implemented in the auxiliary library | Roberto Ierusalimschy | 2009-06-18 | 1 | -1/+3 | |
| | ||||||
* | 'luaL_typeerror' spelled right | Roberto Ierusalimschy | 2009-02-13 | 1 | -2/+6 | |
| | ||||||
* | luaL_tostring -> luaL_tolstring (more generic) | Roberto Ierusalimschy | 2008-01-03 | 1 | -2/+2 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2007-06-22 | 1 | -3/+3 | |
| | ||||||
* | traceback function moved to auxlib | Roberto Ierusalimschy | 2007-06-22 | 1 | -1/+3 | |
| | ||||||
* | clearing some old compatibility code | Roberto Ierusalimschy | 2007-06-21 | 1 | -13/+1 | |
| | ||||||
* | luaL_testudata (a luaL_checkudata that does not raise errors) is | Roberto Ierusalimschy | 2007-05-15 | 1 | -1/+2 | |
| | | | | very needed. | |||||
* | new function luaL_tostring | Roberto Ierusalimschy | 2007-02-07 | 1 | -1/+2 | |
| | ||||||
* | lua_dostring/lua_dofile should return any values returned by the chunk | Roberto Ierusalimschy | 2006-04-12 | 1 | -3/+5 | |
| | ||||||
* | small optimizations (lua_newtable -> lua_createtable) | Roberto Ierusalimschy | 2005-12-29 | 1 | -2/+2 | |
| | ||||||
* | new macro luaL_opt to avoid evaluating defaults when no needed | Roberto Ierusalimschy | 2005-10-21 | 1 | -1/+2 | |
| | ||||||
* | avoid exporting undefined functions | Roberto Ierusalimschy | 2005-09-06 | 1 | -5/+5 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2005-08-26 | 1 | -5/+7 | |
| | ||||||
* | no more 'luaL_get/setfield' (replaced by more direct luaL_findtable) | Roberto Ierusalimschy | 2005-08-26 | 1 | -5/+4 | |
| | ||||||
* | simpler implementation for userdata types | Roberto Ierusalimschy | 2005-08-18 | 1 | -2/+3 | |
| | ||||||
* | luaL_openlib -> luaL_register and new function luaL_loadstring | Roberto Ierusalimschy | 2005-08-15 | 1 | -3/+20 | |
| | ||||||
* | searchpath is "private affair" of loadlib | Roberto Ierusalimschy | 2005-07-13 | 1 | -4/+1 | |
| | ||||||
* | lua_objsize -> lua_objlen (more compatible with use of `lenĀ“ in other | Roberto Ierusalimschy | 2005-05-31 | 1 | -2/+2 | |
| | | | | places [opcode name, metamethod index, etc.]) | |||||
* | warnings in VS .Net | Roberto Ierusalimschy | 2005-05-31 | 1 | -2/+2 | |
| | ||||||
* | luaL_findstring -> luaL_checkoption | Roberto Ierusalimschy | 2005-05-25 | 1 | -2/+3 | |
| | ||||||
* | better use defined/undefined as flag values for macros | Roberto Ierusalimschy | 2005-05-20 | 1 | -2/+2 | |
| | ||||||
* | better control for compatibility code | Roberto Ierusalimschy | 2005-03-29 | 1 | -1/+7 | |
| | ||||||
* | all function declarations surround name with parentheses | Roberto Ierusalimschy | 2005-01-10 | 1 | -43/+46 | |
| | ||||||
* | use of parentheses around macro parameters in call lists, to avoid | Roberto Ierusalimschy | 2004-10-18 | 1 | -8/+8 | |
| | | | | problems with comma expressions | |||||
* | better API for luaL_getfield/setfield | Roberto Ierusalimschy | 2004-09-29 | 1 | -3/+3 | |
| | ||||||
* | new auxiliary functions to implement new package system | Roberto Ierusalimschy | 2004-09-21 | 1 | -1/+7 | |
| | ||||||
* | new macro `luaL_typename' | Roberto Ierusalimschy | 2004-07-09 | 1 | -1/+2 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2004-06-30 | 1 | -3/+1 | |
| | ||||||
* | new interface for search-path function | Roberto Ierusalimschy | 2004-06-29 | 1 | -4/+4 | |
| | ||||||
* | new scheme to search paths | Roberto Ierusalimschy | 2004-06-21 | 1 | -1/+6 | |
| | ||||||
* | what is provided by lauxlib.c should be defined at lauxlib.h | Roberto Ierusalimschy | 2004-06-02 | 1 | -1/+18 | |
| | ||||||
* | `luaL_dofile' and `luaL_dostring' are deprecated | Roberto Ierusalimschy | 2004-05-31 | 1 | -12/+1 | |
| | ||||||
* | more stuff goes to configuration file | Roberto Ierusalimschy | 2004-05-03 | 1 | -10/+1 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2004-03-13 | 1 | -3/+3 | |
| | ||||||
* | new functions `lua_tointeger' and lua_pushinteger' | Roberto Ierusalimschy | 2003-10-07 | 1 | -18/+9 | |
| | ||||||
* | Lua kernel does not use malloc/free functions. | Roberto Ierusalimschy | 2003-10-02 | 1 | -1/+3 | |
| | ||||||
* | warnings from several compilers (mainly typecasts when lua_Number is float) | Roberto Ierusalimschy | 2003-04-03 | 1 | -3/+3 | |
| | ||||||
* | new auxiliary functions for `type' manipulation | Roberto Ierusalimschy | 2003-03-18 | 1 | -4/+7 | |
| | ||||||
* | auxiliary function to check userdata with types | Roberto Ierusalimschy | 2003-02-11 | 1 | -1/+2 | |
| | ||||||
* | getn/setn in C moved to lauxlib | Roberto Ierusalimschy | 2003-01-27 | 1 | -1/+4 | |
| | ||||||
* | compatibility macros must be available by default | Roberto Ierusalimschy | 2003-01-17 | 1 | -3/+3 | |
| | ||||||
* | better names for auxiliar functions | Roberto Ierusalimschy | 2002-11-14 | 1 | -22/+31 | |
| | ||||||
* | `setmetatable' cannot change protected objects | Roberto Ierusalimschy | 2002-09-16 | 1 | -1/+2 | |
| | ||||||
* | avoid the use of "obvious" names in header files to avoid conflicts | Roberto Ierusalimschy | 2002-08-30 | 1 | -13/+11 | |
| | ||||||
* | external messages add their own extra information | Roberto Ierusalimschy | 2002-08-08 | 1 | -1/+2 | |
| | ||||||
* | `newproxy' uses its own weaktable | Roberto Ierusalimschy | 2002-07-01 | 1 | -3/+1 | |
| | ||||||
* | new `luaL_weakregistry' function | Roberto Ierusalimschy | 2002-06-25 | 1 | -1/+3 | |
| | ||||||
* | new protocol for error handling | Roberto Ierusalimschy | 2002-06-18 | 1 | -3/+3 | |
| | ||||||
* | lua_load* defined in auxlib (and so renamed to luaL_load*) | Roberto Ierusalimschy | 2002-06-03 | 1 | -1/+11 | |
| |