155 Commits (f41fc0eb0e7e92d04c9df206b8f185792804bf6a)

Author SHA1 Message Date
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
Roberto Ierusalimschy 76de732745 avoid non-raw accesses to globals when variable may not exist 22 years ago
Roberto Ierusalimschy 5f698f8b6f simpler interface to hooks + use of `int' to count hooks 22 years ago
Roberto Ierusalimschy c8a79057f7 option -l does a `require', instead of `dofile' 22 years ago
Roberto Ierusalimschy a845a46cc8 C function may leave garbage on the stack (besides return values) 22 years ago
Roberto Ierusalimschy 9957f7d598 better way to open libraries 22 years ago
Roberto Ierusalimschy 313b2fe902 detail 22 years ago
Roberto Ierusalimschy 98d0b79613 EXIT_SUCCESS may be different from 0 22 years ago
Roberto Ierusalimschy 1bdde38bd2 no more newlines at the end of error messages 22 years ago
Roberto Ierusalimschy a048d71ef3 new LUA_USERCONFIG to include user options 23 years ago
Roberto Ierusalimschy 8e4ac679ff use a linear count for count hook 23 years ago
Roberto Ierusalimschy 586e510577 details 23 years ago
Roberto Ierusalimschy 3bb5079dd4 ensure fixed order for library initialization 23 years ago
Roberto Ierusalimschy 2e38c6ae5a `luadebug.h' content now is included in `lua.h' 23 years ago
Roberto Ierusalimschy a2fa48a570 new (old?) error handling scheme 23 years ago
Roberto Ierusalimschy ac7006d374 ^D in interactive mode finish interaction (no questions asked) 23 years ago
Roberto Ierusalimschy 12bee999dd new way to handle macros read_line/save_line 23 years ago
Roberto Ierusalimschy a960e62c3e new options; no more _ALERT; no more getargs 23 years ago
Roberto Ierusalimschy f32a8c0477 details (temporary?) 23 years ago
Roberto Ierusalimschy b449a5e574 more robust when printing error messages 23 years ago
Roberto Ierusalimschy 5893fcb71a accept option arguments without spaces (e.g. "-eprint(a)") 23 years ago
Roberto Ierusalimschy a44f37513b better treatment for error messages 23 years ago
Roberto Ierusalimschy 16f4723398 names & names 23 years ago
Roberto Ierusalimschy ad7103ea3a lua_load* defined in auxlib (and so renamed to luaL_load*) 23 years ago
Roberto Ierusalimschy a1700bbc50 details 23 years ago
Roberto Ierusalimschy f53fd8d5f5 _ALERT is a private afair of lua.c 23 years ago
Roberto Ierusalimschy b7a0503c1d new format for error messages 23 years ago