Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 'luaL_tolstring' uses 'lua_tolstring' instead of 'lua_tostring' and | Roberto Ierusalimschy | 2009-07-15 | 1 | -5/+2 | |
* | new way to control stack overflow, controling only total size of the stack | Roberto Ierusalimschy | 2009-07-15 | 1 | -7/+18 | |
* | better error messages for luaL_checkversion | Roberto Ierusalimschy | 2009-06-19 | 1 | -4/+5 | |
* | 'checkversion' implemented in the auxiliary library | Roberto Ierusalimschy | 2009-06-18 | 1 | -2/+11 | |
* | added comment explaining why the 'feof' test when loading a file | Roberto Ierusalimschy | 2009-04-02 | 1 | -1/+4 | |
* | Lua will abort anyway, so 'panic' does not need to. | Roberto Ierusalimschy | 2009-03-31 | 1 | -2/+2 | |
* | error functions search global space for a name for a function when | Roberto Ierusalimschy | 2009-02-27 | 1 | -3/+55 | |
* | code section 'Traceback' moved to the beginning of the file | Roberto Ierusalimschy | 2009-02-27 | 1 | -52/+61 | |
* | new macro 'lua_checkversion' to check whether core and application are | Roberto Ierusalimschy | 2009-02-18 | 1 | -1/+2 | |
* | buffer creation ensures buffer space plus MINSTACK in the stack | Roberto Ierusalimschy | 2009-02-17 | 1 | -1/+2 | |
* | 'luaL_typeerror' spelled right | Roberto Ierusalimschy | 2009-02-13 | 1 | -4/+4 | |
* | identation error (pointed by lint) | Roberto Ierusalimschy | 2008-07-03 | 1 | -2/+2 | |
* | when error is 'bad self' original message probably makes no sense, so | Roberto Ierusalimschy | 2008-06-13 | 1 | -3/+2 | |
* | 'luaL_testudata' does not leave garbage on the stack in case of failure | Roberto Ierusalimschy | 2008-06-12 | 1 | -6/+6 | |
* | detail | Roberto Ierusalimschy | 2008-01-17 | 1 | -4/+3 | |
* | luaL_tostring -> luaL_tolstring (more generic) | Roberto Ierusalimschy | 2008-01-03 | 1 | -6/+11 | |
* | avoid warnings about exit; return | Roberto Ierusalimschy | 2007-09-14 | 1 | -3/+2 | |
* | stand-alone error-message details | Roberto Ierusalimschy | 2007-09-05 | 1 | -2/+2 | |
* | no need for ctype.h | Roberto Ierusalimschy | 2007-08-10 | 1 | -2/+1 | |
* | detail | Roberto Ierusalimschy | 2007-06-22 | 1 | -4/+3 | |
* | traceback function moved to auxlib | Roberto Ierusalimschy | 2007-06-22 | 1 | -1/+53 | |
* | "spacial" reorganization to keep related functions in groups | Roberto Ierusalimschy | 2007-06-21 | 1 | -144/+163 | |
* | clearing some old compatibility code | Roberto Ierusalimschy | 2007-06-21 | 1 | -85/+5 | |
* | luaL_testudata (a luaL_checkudata that does not raise errors) is | Roberto Ierusalimschy | 2007-05-15 | 1 | -4/+10 | |
* | several details | Roberto Ierusalimschy | 2007-04-19 | 1 | -15/+9 | |
* | new function luaL_tostring | Roberto Ierusalimschy | 2007-02-07 | 1 | -1/+26 | |
* | detail | Roberto Ierusalimschy | 2006-10-16 | 1 | -4/+4 | |
* | avoid using index 0 for free list of references (because it is not | Roberto Ierusalimschy | 2006-09-25 | 1 | -2/+8 | |
* | detail | Roberto Ierusalimschy | 2006-09-22 | 1 | -1/+2 | |
* | 'lua_strlen' is for compatibility only | Roberto Ierusalimschy | 2006-09-18 | 1 | -3/+3 | |
* | details | Roberto Ierusalimschy | 2006-06-22 | 1 | -2/+2 | |
* | 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 |