Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy 0480ea0886 gets `debug.traceback' current when error occurs il y a 21 ans
  Roberto Ierusalimschy e791f025c0 no more `_TRACEBACK' variable il y a 21 ans
  Roberto Ierusalimschy 9be5844713 first full implementation of new package system il y a 21 ans
  Roberto Ierusalimschy 7d309480dd new way to handle _PATH (old LUA_PATH) il y a 21 ans
  Roberto Ierusalimschy 5dcd908add detail il y a 21 ans
  Roberto Ierusalimschy a535ad6fee several small changes (mainly function names) il y a 21 ans
  Roberto Ierusalimschy 80ec81926c `lua.c' also needs the default path, so auxlib should provide it il y a 21 ans
  Roberto Ierusalimschy dba17070ac optional error for accesss to undefined variables/fields il y a 21 ans
  Roberto Ierusalimschy 569eefbf73 detail il y a 21 ans
  Roberto Ierusalimschy 616438fe9a new way to use `vararg' parameters (with `...') il y a 21 ans
  Roberto Ierusalimschy b4cd38ba6c new scheme for configuration through `luaconf.h' il y a 21 ans
  Roberto Ierusalimschy 275c150b17 `error()' (and `error(nil)') generates errors with no error messages il y a 22 ans
  Roberto Ierusalimschy ee07ad346d `getn' doesn't need this field (values cannot be nil) il y a 22 ans
  Roberto Ierusalimschy f84c5a5fc6 avoid conflicts in (re)definition of `isatty' il y a 23 ans
  Roberto Ierusalimschy 80bac182db do not mix `--help' with `--' il y a 23 ans
  Roberto Ierusalimschy 0ca225d33a better error message il y a 23 ans
  Roberto Ierusalimschy 4734e2de05 `loadlib' now an official library il y a 23 ans
  Roberto Ierusalimschy 034de1fe73 new names for functions that open C libraries il y a 23 ans
  Roberto Ierusalimschy 7c3857cded comments il y a 23 ans
  Roberto Ierusalimschy 383a6e88f9 argv[0] may be NULL il y a 23 ans
  Roberto Ierusalimschy 592cf2334e "panic" cannot happen in lua.c, with lua_cpcall + il y a 23 ans
  Roberto Ierusalimschy 9a5bab82ff use the more modern _POSIX_C_SOURCE instead of older _POSIX_SOURCE il y a 23 ans
  Roberto Ierusalimschy 27c6b4d422 each .c file defines its own name il y a 23 ans
  Roberto Ierusalimschy 0bb8eb5151 new function `lua_cpcall' il y a 23 ans
  Roberto Ierusalimschy 76de732745 avoid non-raw accesses to globals when variable may not exist il y a 23 ans
  Roberto Ierusalimschy 5f698f8b6f simpler interface to hooks + use of `int' to count hooks il y a 23 ans
  Roberto Ierusalimschy c8a79057f7 option -l does a `require', instead of `dofile' il y a 23 ans
  Roberto Ierusalimschy a845a46cc8 C function may leave garbage on the stack (besides return values) il y a 23 ans
  Roberto Ierusalimschy 9957f7d598 better way to open libraries il y a 23 ans
  Roberto Ierusalimschy 313b2fe902 detail il y a 23 ans