summaryrefslogtreecommitdiff
path: root/lua.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* no more pseudoindex LUA_GLOBALSINDEX; global table now accessibleRoberto Ierusalimschy2009-12-221-5/+5
* 'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len'Roberto Ierusalimschy2009-12-171-3/+5
* macro name change: LUA_INIT->LUA_INIT_VARRoberto Ierusalimschy2009-12-171-5/+5
* several configuration options that do not change often moved out ofRoberto Ierusalimschy2009-12-171-1/+64
* avoid using deprecated macros lua_[gs]etglobalRoberto Ierusalimschy2009-12-111-4/+4
* 'notail' -> 'noextrachars' ('notail' may confuse with tail calls)Roberto Ierusalimschy2009-11-241-5/+5
* avoid an unprotected call to 'lua_tostring' which theoretically mayRoberto Ierusalimschy2009-08-101-2/+14
* calls with LUA_MULTRET may leave no free slots in the stackRoberto Ierusalimschy2009-07-151-1/+2
* 'checkversion' implemented in the auxiliary libraryRoberto Ierusalimschy2009-06-181-2/+2
* 'fputs' changed to 'luai_writestring' + use of 'lua_checkversion'Roberto Ierusalimschy2009-02-191-2/+3
* do not use compatibility macros in LuaRoberto Ierusalimschy2008-07-111-2/+2
* message from -v option goes to stdout, as it is not an error messageRoberto Ierusalimschy2008-06-261-2/+2
* GC called after errors now are called after showing error message (toRoberto Ierusalimschy2008-06-261-3/+3
* stand-alone error-message detailsRoberto Ierusalimschy2007-09-051-3/+3
* detail (LUA_COPYRIGHT includes release number)Roberto Ierusalimschy2007-08-071-2/+2
* traceback function moved to auxlibRoberto Ierusalimschy2007-06-221-20/+7
* error handler in 'lua.c' tries '__tostring' metamethod if errorRoberto Ierusalimschy2007-04-261-16/+23
* new constant LUA_OKRoberto Ierusalimschy2006-10-101-24/+26
* 'lua_strlen' is for compatibility onlyRoberto Ierusalimschy2006-09-181-2/+2
* avoid trailing white spacesRoberto Ierusalimschy2006-09-111-3/+3
* detailRoberto Ierusalimschy2006-06-231-3/+5
* new macro LUA_RELEASERoberto Ierusalimschy2006-06-021-2/+2
* does not accept garbage after options (e.g., -ixxx)Roberto Ierusalimschy2006-05-241-6/+19
* environment variable names should be configurableRoberto Ierusalimschy2006-04-101-3/+3
* small optimizations (lua_newtable -> lua_createtable)Roberto Ierusalimschy2005-12-291-2/+2
* detail (stop collector while openning libraries)Roberto Ierusalimschy2005-12-291-1/+3
* avoid printing two copyright messages with '-v -i' optionsRoberto Ierusalimschy2005-11-281-4/+6
* VC warningsRoberto Ierusalimschy2005-10-241-3/+3
* do a complete garbage collection in case of errorsRoberto Ierusalimschy2005-10-211-1/+3
* detail in usage messageRoberto Ierusalimschy2005-10-141-2/+2
* reorganization of argument handlingRoberto Ierusalimschy2005-10-141-90/+94
* just in case, flush all outputRoberto Ierusalimschy2005-09-061-1/+4
* no more 'luaL_get/setfield' (replaced by more direct luaL_findtable)Roberto Ierusalimschy2005-08-261-7/+12
* detailRoberto Ierusalimschy2005-08-251-3/+2
* no more '-w' option + new way to check module existenceRoberto Ierusalimschy2005-08-251-17/+1
* more precise way to check incomplete linesRoberto Ierusalimschy2005-06-281-7/+10
* small improvementRoberto Ierusalimschy2005-06-031-2/+2
* several small detailsRoberto Ierusalimschy2005-05-171-7/+8
* better quotes for strings in error messagesRoberto Ierusalimschy2005-05-161-7/+7
* new protocol to open standard librariesRoberto Ierusalimschy2005-04-131-2/+2
* stack could overflow with too many command-line argumentsRoberto Ierusalimschy2005-04-111-13/+12
* detailsRoberto Ierusalimschy2005-03-301-2/+2
* using `require' to implement `-l'Roberto Ierusalimschy2005-03-291-10/+6
* LUA_USERCONFIG is no longer necessaryRoberto Ierusalimschy2005-03-231-10/+1
* some line-edit facilities must free the line after its useRoberto Ierusalimschy2005-03-221-1/+2
* cleaner configuration for lua.cRoberto Ierusalimschy2005-03-211-45/+30
* gets `debug.traceback' current when error occursRoberto Ierusalimschy2005-01-101-2/+15
* no more `_TRACEBACK' variableRoberto Ierusalimschy2005-01-101-4/+3
* first full implementation of new package systemRoberto Ierusalimschy2004-11-181-4/+4
* new way to handle _PATH (old LUA_PATH)Roberto Ierusalimschy2004-08-301-2/+7