181 Commits (cedd2092ebe402e0c6d600969ec926496a8a9d22)

Author SHA1 Message Date
Roberto Ierusalimschy 74832b2a10 detail 19 years ago
Roberto Ierusalimschy 475b0ecbf1 new macro LUA_RELEASE 19 years ago
Roberto Ierusalimschy 20f4bbdc3a does not accept garbage after options (e.g., -ixxx) 19 years ago
Roberto Ierusalimschy 672bb67ee6 environment variable names should be configurable 19 years ago
Roberto Ierusalimschy bfdcbbcd76 small optimizations (lua_newtable -> lua_createtable) 19 years ago
Roberto Ierusalimschy 30eebb2d1c detail (stop collector while openning libraries) 19 years ago
Roberto Ierusalimschy 3592c08a2c avoid printing two copyright messages with '-v -i' options 19 years ago
Roberto Ierusalimschy ff7638b0ed VC warnings 19 years ago
Roberto Ierusalimschy 7f376e6ea8 do a complete garbage collection in case of errors 19 years ago
Roberto Ierusalimschy 86704cffe9 detail in usage message 19 years ago
Roberto Ierusalimschy fa41fafa6e reorganization of argument handling 19 years ago
Roberto Ierusalimschy 506c89cef8 just in case, flush all output 19 years ago
Roberto Ierusalimschy 9273fbd131 no more 'luaL_get/setfield' (replaced by more direct luaL_findtable) 19 years ago
Roberto Ierusalimschy be666a662b detail 19 years ago
Roberto Ierusalimschy 39cdbce23e no more '-w' option + new way to check module existence 19 years ago
Roberto Ierusalimschy f7720bebe3 more precise way to check incomplete lines 20 years ago
Roberto Ierusalimschy eca9fa02d2 small improvement 20 years ago
Roberto Ierusalimschy 67578ec51f several small details 20 years ago
Roberto Ierusalimschy c2bb9abcec better quotes for strings in error messages 20 years ago
Roberto Ierusalimschy 04f657c7f8 new protocol to open standard libraries 20 years ago
Roberto Ierusalimschy 2873d4efff stack could overflow with too many command-line arguments 20 years ago
Roberto Ierusalimschy 445eda7ead details 20 years ago
Roberto Ierusalimschy 092dc95b06 using `require' to implement `-l' 20 years ago
Roberto Ierusalimschy 8af1ca02e0 LUA_USERCONFIG is no longer necessary 20 years ago
Roberto Ierusalimschy f1eb79fdf4 some line-edit facilities must free the line after its use 20 years ago
Roberto Ierusalimschy 6d475731ca cleaner configuration for lua.c 20 years ago
Roberto Ierusalimschy 0480ea0886 gets `debug.traceback' current when error occurs 20 years ago
Roberto Ierusalimschy e791f025c0 no more `_TRACEBACK' variable 20 years ago
Roberto Ierusalimschy 9be5844713 first full implementation of new package system 20 years ago
Roberto Ierusalimschy 7d309480dd new way to handle _PATH (old LUA_PATH) 20 years ago
Roberto Ierusalimschy 5dcd908add detail 20 years ago
Roberto Ierusalimschy a535ad6fee several small changes (mainly function names) 21 years ago
Roberto Ierusalimschy 80ec81926c `lua.c' also needs the default path, so auxlib should provide it 21 years ago
Roberto Ierusalimschy dba17070ac optional error for accesss to undefined variables/fields 21 years ago
Roberto Ierusalimschy 569eefbf73 detail 21 years ago
Roberto Ierusalimschy 616438fe9a new way to use `vararg' parameters (with `...') 21 years ago
Roberto Ierusalimschy b4cd38ba6c new scheme for configuration through `luaconf.h' 21 years ago
Roberto Ierusalimschy 275c150b17 `error()' (and `error(nil)') generates errors with no error messages 21 years ago
Roberto Ierusalimschy ee07ad346d `getn' doesn't need this field (values cannot be nil) 22 years ago
Roberto Ierusalimschy f84c5a5fc6 avoid conflicts in (re)definition of `isatty' 22 years ago
Roberto Ierusalimschy 80bac182db do not mix `--help' with `--' 22 years ago
Roberto Ierusalimschy 0ca225d33a better error message 22 years ago
Roberto Ierusalimschy 4734e2de05 `loadlib' now an official library 22 years ago
Roberto Ierusalimschy 034de1fe73 new names for functions that open C libraries 22 years ago
Roberto Ierusalimschy 7c3857cded comments 22 years ago
Roberto Ierusalimschy 383a6e88f9 argv[0] may be NULL 22 years ago
Roberto Ierusalimschy 592cf2334e "panic" cannot happen in lua.c, with lua_cpcall + 22 years ago
Roberto Ierusalimschy 9a5bab82ff use the more modern _POSIX_C_SOURCE instead of older _POSIX_SOURCE 22 years ago
Roberto Ierusalimschy 27c6b4d422 each .c file defines its own name 22 years ago
Roberto Ierusalimschy 0bb8eb5151 new function `lua_cpcall' 22 years ago