Commit Verlauf

Autor SHA1 Nachricht Datum
  Roberto Ierusalimschy 95020afb63 'module' returns the new module (to be used with lexical environments) vor 15 Jahren
  Roberto Ierusalimschy a5382b763c new function lua_copy vor 16 Jahren
  Roberto Ierusalimschy 4b44793dc5 "bug": lua_createtable with sizes changed (array <-> record) vor 16 Jahren
  Roberto Ierusalimschy a5f68589c0 avoid using 'UNUSED' (not defined outside the kernel) vor 16 Jahren
  Roberto Ierusalimschy 5cdec7d124 added "\n" at the end of 'package.config' (so that the string vor 16 Jahren
  Roberto Ierusalimschy 7e9bc41fe7 'loadlib(lib, "*")' loads 'lib' with global names exported to all vor 16 Jahren
  Roberto Ierusalimschy afe849c9b4 change in error message vor 17 Jahren
  Roberto Ierusalimschy bb48f456d9 bug: 'module' now checks that is caller is a Lua function vor 17 Jahren
  Roberto Ierusalimschy bc82b4d78a new function 'package.searchpath' vor 17 Jahren
  Roberto Ierusalimschy 8d3dd04137 clearing some old compatibility code vor 18 Jahren
  Roberto Ierusalimschy df50c84ee0 BUG: loadlib should not use Lua internals (lobject.h) vor 18 Jahren
  Roberto Ierusalimschy afa0d0ac0d new constant LUA_OK vor 19 Jahren
  Roberto Ierusalimschy a7c9e45c64 avoid trailing white spaces vor 19 Jahren
  Roberto Ierusalimschy c7b89dd280 small bug: should not use string after popping it vor 19 Jahren
  Roberto Ierusalimschy ee41bc03ab details vor 19 Jahren
  Roberto Ierusalimschy 672bb67ee6 environment variable names should be configurable vor 19 Jahren
  Roberto Ierusalimschy bfdcbbcd76 small optimizations (lua_newtable -> lua_createtable) vor 19 Jahren
  Roberto Ierusalimschy 0561f71f0f (much) better error messages for 'require' vor 19 Jahren
  Roberto Ierusalimschy 6cd461633d clearer error message for uninstalled loadlib vor 19 Jahren
  Roberto Ierusalimschy 5511bf6b9d avoid comparisons between (void *) and (int *) vor 20 Jahren
  Roberto Ierusalimschy 522481a788 avoid some warnings vor 20 Jahren
  Roberto Ierusalimschy e41fb9a604 registry._LOADED created "on demand" vor 20 Jahren
  Roberto Ierusalimschy 9e88b336b4 unused assignment vor 20 Jahren
  Roberto Ierusalimschy 2bcbd3c725 avoid 'PathRemoveFileSpec' (not very portable) vor 20 Jahren
  Roberto Ierusalimschy 351f7dad6b default for 'module' is opaque (with option 'seeall') vor 20 Jahren
  Roberto Ierusalimschy 3390f9a35a detail vor 20 Jahren
  Roberto Ierusalimschy 9273fbd131 no more 'luaL_get/setfield' (replaced by more direct luaL_findtable) vor 20 Jahren
  Roberto Ierusalimschy 39cdbce23e no more '-w' option + new way to check module existence vor 20 Jahren
  Roberto Ierusalimschy 2f2b4a42a9 luaL_checkudata raises an error if value is not correct vor 20 Jahren
  Roberto Ierusalimschy 5e8a9e324c luaL_openlib -> luaL_register, luaL_putchar -> luaL_addchar vor 20 Jahren