Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | 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 | |
* | 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 | |
* | new names for string formating functions | Roberto Ierusalimschy | 2002-05-16 | 1 | -2/+1 | |
* | errors `return' int, to avoid warnings | Roberto Ierusalimschy | 2002-05-06 | 1 | -5/+5 | |
* | new way to handle errors | Roberto Ierusalimschy | 2002-05-01 | 1 | -3/+1 | |
* | better support for new libraries | Roberto Ierusalimschy | 2002-04-02 | 1 | -3/+4 | |
* | standard libraries in packages | Roberto Ierusalimschy | 2002-03-20 | 1 | -3/+4 | |
* | new function luaL_errstr | Roberto Ierusalimschy | 2002-02-05 | 1 | -0/+4 | |
* | some compatibility macros | Roberto Ierusalimschy | 2002-01-03 | 1 | -0/+9 | |
* | tag system replaced by event tables | Roberto Ierusalimschy | 2001-12-05 | 1 | -4/+2 | |
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -18/+18 | |
* | `ref' support goes to auxlib | Roberto Ierusalimschy | 2001-10-31 | 1 | -1/+4 | |
* | more consistent names for auxlib functions | Roberto Ierusalimschy | 2001-10-26 | 1 | -4/+4 | |
* | warnings/details | Roberto Ierusalimschy | 2001-07-21 | 1 | -2/+2 | |
* | avoid use of l_char outside INTERNALs (use lua_char instead) | Roberto Ierusalimschy | 2001-04-06 | 1 | -15/+20 | |
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -15/+15 | |
* | details | Roberto Ierusalimschy | 2001-02-02 | 1 | -4/+4 |