Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | no more 'ccall' nor 'cpcall' functions. (With light C functions they | Roberto Ierusalimschy | 2010-04-14 | 1 | -2/+3 | |
| | | | | are obsolete.) | |||||
* | better definitions for lua_[gs]etglobal + less uses of ENVIRONINDEX | Roberto Ierusalimschy | 2010-03-13 | 1 | -5/+5 | |
| | ||||||
* | removed useless test (argv[i] cannot be NULL when i<argc) | Roberto Ierusalimschy | 2010-02-27 | 1 | -2/+1 | |
| | ||||||
* | new macro 'luai_writestringerror' | Roberto Ierusalimschy | 2010-02-18 | 1 | -8/+11 | |
| | ||||||
* | no need to flush either stderr or \n-terminated outputs | Roberto Ierusalimschy | 2010-02-11 | 1 | -4/+1 | |
| | ||||||
* | better usage messages, showing entire offending argument | Roberto Ierusalimschy | 2010-02-09 | 1 | -8/+11 | |
| | ||||||
* | new function 'luaL_cpcall' | Roberto Ierusalimschy | 2010-01-21 | 1 | -7/+4 | |
| | ||||||
* | better messages for invalid options | Roberto Ierusalimschy | 2010-01-21 | 1 | -8/+10 | |
| | ||||||
* | 'lua_cpcall' is deprecated + other small changes in 'pmain' (comments | Roberto Ierusalimschy | 2009-12-22 | 1 | -31/+28 | |
| | | | | and reordering to check arguments before running any Lua code) | |||||
* | no more pseudoindex LUA_GLOBALSINDEX; global table now accessible | Roberto Ierusalimschy | 2009-12-22 | 1 | -5/+5 | |
| | | | | through registry | |||||
* | 'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len' | Roberto Ierusalimschy | 2009-12-17 | 1 | -3/+5 | |
| | ||||||
* | macro name change: LUA_INIT->LUA_INIT_VAR | Roberto Ierusalimschy | 2009-12-17 | 1 | -5/+5 | |
| | ||||||
* | several configuration options that do not change often moved out of | Roberto Ierusalimschy | 2009-12-17 | 1 | -1/+64 | |
| | | | | luaconf.h and into more internal files | |||||
* | avoid using deprecated macros lua_[gs]etglobal | Roberto Ierusalimschy | 2009-12-11 | 1 | -4/+4 | |
| | ||||||
* | 'notail' -> 'noextrachars' ('notail' may confuse with tail calls) | Roberto Ierusalimschy | 2009-11-24 | 1 | -5/+5 | |
| | ||||||
* | avoid an unprotected call to 'lua_tostring' which theoretically may | Roberto Ierusalimschy | 2009-08-10 | 1 | -2/+14 | |
| | | | | cause a panicked exit | |||||
* | calls with LUA_MULTRET may leave no free slots in the stack | Roberto Ierusalimschy | 2009-07-15 | 1 | -1/+2 | |
| | ||||||
* | 'checkversion' implemented in the auxiliary library | Roberto Ierusalimschy | 2009-06-18 | 1 | -2/+2 | |
| | ||||||
* | 'fputs' changed to 'luai_writestring' + use of 'lua_checkversion' | Roberto Ierusalimschy | 2009-02-19 | 1 | -2/+3 | |
| | ||||||
* | do not use compatibility macros in Lua | Roberto Ierusalimschy | 2008-07-11 | 1 | -2/+2 | |
| | ||||||
* | message from -v option goes to stdout, as it is not an error message | Roberto Ierusalimschy | 2008-06-26 | 1 | -2/+2 | |
| | ||||||
* | GC called after errors now are called after showing error message (to | Roberto Ierusalimschy | 2008-06-26 | 1 | -3/+3 | |
| | | | | avoid problems when there are other errors during GC itself) | |||||
* | stand-alone error-message details | Roberto Ierusalimschy | 2007-09-05 | 1 | -3/+3 | |
| | ||||||
* | detail (LUA_COPYRIGHT includes release number) | Roberto Ierusalimschy | 2007-08-07 | 1 | -2/+2 | |
| | ||||||
* | traceback function moved to auxlib | Roberto Ierusalimschy | 2007-06-22 | 1 | -20/+7 | |
| | ||||||
* | error handler in 'lua.c' tries '__tostring' metamethod if error | Roberto Ierusalimschy | 2007-04-26 | 1 | -16/+23 | |
| | | | | message is not a string | |||||
* | new constant LUA_OK | Roberto Ierusalimschy | 2006-10-10 | 1 | -24/+26 | |
| | ||||||
* | 'lua_strlen' is for compatibility only | Roberto Ierusalimschy | 2006-09-18 | 1 | -2/+2 | |
| | ||||||
* | avoid trailing white spaces | Roberto Ierusalimschy | 2006-09-11 | 1 | -3/+3 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2006-06-23 | 1 | -3/+5 | |
| | ||||||
* | new macro LUA_RELEASE | Roberto Ierusalimschy | 2006-06-02 | 1 | -2/+2 | |
| | ||||||
* | does not accept garbage after options (e.g., -ixxx) | Roberto Ierusalimschy | 2006-05-24 | 1 | -6/+19 | |
| | ||||||
* | environment variable names should be configurable | Roberto Ierusalimschy | 2006-04-10 | 1 | -3/+3 | |
| | ||||||
* | small optimizations (lua_newtable -> lua_createtable) | Roberto Ierusalimschy | 2005-12-29 | 1 | -2/+2 | |
| | ||||||
* | detail (stop collector while openning libraries) | Roberto Ierusalimschy | 2005-12-29 | 1 | -1/+3 | |
| | ||||||
* | avoid printing two copyright messages with '-v -i' options | Roberto Ierusalimschy | 2005-11-28 | 1 | -4/+6 | |
| | ||||||
* | VC warnings | Roberto Ierusalimschy | 2005-10-24 | 1 | -3/+3 | |
| | ||||||
* | do a complete garbage collection in case of errors | Roberto Ierusalimschy | 2005-10-21 | 1 | -1/+3 | |
| | ||||||
* | detail in usage message | Roberto Ierusalimschy | 2005-10-14 | 1 | -2/+2 | |
| | ||||||
* | reorganization of argument handling | Roberto Ierusalimschy | 2005-10-14 | 1 | -90/+94 | |
| | ||||||
* | just in case, flush all output | Roberto Ierusalimschy | 2005-09-06 | 1 | -1/+4 | |
| | ||||||
* | no more 'luaL_get/setfield' (replaced by more direct luaL_findtable) | Roberto Ierusalimschy | 2005-08-26 | 1 | -7/+12 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2005-08-25 | 1 | -3/+2 | |
| | ||||||
* | no more '-w' option + new way to check module existence | Roberto Ierusalimschy | 2005-08-25 | 1 | -17/+1 | |
| | ||||||
* | more precise way to check incomplete lines | Roberto Ierusalimschy | 2005-06-28 | 1 | -7/+10 | |
| | ||||||
* | small improvement | Roberto Ierusalimschy | 2005-06-03 | 1 | -2/+2 | |
| | ||||||
* | several small details | Roberto Ierusalimschy | 2005-05-17 | 1 | -7/+8 | |
| | ||||||
* | better quotes for strings in error messages | Roberto Ierusalimschy | 2005-05-16 | 1 | -7/+7 | |
| | ||||||
* | new protocol to open standard libraries | Roberto Ierusalimschy | 2005-04-13 | 1 | -2/+2 | |
| | ||||||
* | stack could overflow with too many command-line arguments | Roberto Ierusalimschy | 2005-04-11 | 1 | -13/+12 | |
| |