Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Branch 5.2 - new releases for 5.2 go from here, main trunk goes | Roberto Ierusalimschy | 2013-04-12 | 1 | -0/+497 |
* | official branch for Lua 5.1 | Roberto Ierusalimschy | 2007-12-27 | 1 | -390/+0 |
* | 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 |
* | details | Roberto Ierusalimschy | 2005-03-30 | 1 | -2/+2 |
* | using `require' to implement `-l' | Roberto Ierusalimschy | 2005-03-29 | 1 | -10/+6 |
* | LUA_USERCONFIG is no longer necessary | Roberto Ierusalimschy | 2005-03-23 | 1 | -10/+1 |
* | some line-edit facilities must free the line after its use | Roberto Ierusalimschy | 2005-03-22 | 1 | -1/+2 |
* | cleaner configuration for lua.c | Roberto Ierusalimschy | 2005-03-21 | 1 | -45/+30 |
* | gets `debug.traceback' current when error occurs | Roberto Ierusalimschy | 2005-01-10 | 1 | -2/+15 |
* | no more `_TRACEBACK' variable | Roberto Ierusalimschy | 2005-01-10 | 1 | -4/+3 |
* | first full implementation of new package system | Roberto Ierusalimschy | 2004-11-18 | 1 | -4/+4 |
* | new way to handle _PATH (old LUA_PATH) | Roberto Ierusalimschy | 2004-08-30 | 1 | -2/+7 |
* | detail | Roberto Ierusalimschy | 2004-08-26 | 1 | -3/+2 |
* | several small changes (mainly function names) | Roberto Ierusalimschy | 2004-07-13 | 1 | -84/+59 |
* | `lua.c' also needs the default path, so auxlib should provide it | Roberto Ierusalimschy | 2004-07-01 | 1 | -10/+4 |
* | optional error for accesss to undefined variables/fields | Roberto Ierusalimschy | 2004-06-17 | 1 | -9/+16 |
* | detail | Roberto Ierusalimschy | 2004-06-16 | 1 | -3/+2 |
* | new way to use `vararg' parameters (with `...') | Roberto Ierusalimschy | 2004-05-31 | 1 | -14/+23 |
* | new scheme for configuration through `luaconf.h' | Roberto Ierusalimschy | 2004-04-30 | 1 | -45/+12 |
* | `error()' (and `error(nil)') generates errors with no error messages | Roberto Ierusalimschy | 2003-10-23 | 1 | -5/+4 |
* | `getn' doesn't need this field (values cannot be nil) | Roberto Ierusalimschy | 2003-05-07 | 1 | -5/+1 |
* | avoid conflicts in (re)definition of `isatty' | Roberto Ierusalimschy | 2003-04-03 | 1 | -3/+4 |
* | do not mix `--help' with `--' | Roberto Ierusalimschy | 2003-03-24 | 1 | -1/+5 |
* | better error message | Roberto Ierusalimschy | 2003-03-19 | 1 | -2/+3 |
* | `loadlib' now an official library | Roberto Ierusalimschy | 2003-03-17 | 1 | -1/+2 |
* | new names for functions that open C libraries | Roberto Ierusalimschy | 2003-03-11 | 1 | -8/+8 |
* | comments | Roberto Ierusalimschy | 2003-03-07 | 1 | -1/+4 |
* | argv[0] may be NULL | Roberto Ierusalimschy | 2003-01-29 | 1 | -2/+2 |
* | "panic" cannot happen in lua.c, with lua_cpcall + | Roberto Ierusalimschy | 2003-01-29 | 1 | -16/+11 |
* | use the more modern _POSIX_C_SOURCE instead of older _POSIX_SOURCE | Roberto Ierusalimschy | 2003-01-17 | 1 | -2/+2 |
* | each .c file defines its own name | Roberto Ierusalimschy | 2002-12-04 | 1 | -1/+3 |