Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy bfdcbbcd76 small optimizations (lua_newtable -> lua_createtable) il y a 19 ans
  Roberto Ierusalimschy 0561f71f0f (much) better error messages for 'require' il y a 19 ans
  Roberto Ierusalimschy 6cd461633d clearer error message for uninstalled loadlib il y a 19 ans
  Roberto Ierusalimschy 5511bf6b9d avoid comparisons between (void *) and (int *) il y a 20 ans
  Roberto Ierusalimschy 522481a788 avoid some warnings il y a 20 ans
  Roberto Ierusalimschy e41fb9a604 registry._LOADED created "on demand" il y a 20 ans
  Roberto Ierusalimschy 9e88b336b4 unused assignment il y a 20 ans
  Roberto Ierusalimschy 2bcbd3c725 avoid 'PathRemoveFileSpec' (not very portable) il y a 20 ans
  Roberto Ierusalimschy 351f7dad6b default for 'module' is opaque (with option 'seeall') il y a 20 ans
  Roberto Ierusalimschy 3390f9a35a detail il y a 20 ans
  Roberto Ierusalimschy 9273fbd131 no more 'luaL_get/setfield' (replaced by more direct luaL_findtable) il y a 20 ans
  Roberto Ierusalimschy 39cdbce23e no more '-w' option + new way to check module existence il y a 20 ans
  Roberto Ierusalimschy 2f2b4a42a9 luaL_checkudata raises an error if value is not correct il y a 20 ans
  Roberto Ierusalimschy 5e8a9e324c luaL_openlib -> luaL_register, luaL_putchar -> luaL_addchar il y a 20 ans
  Roberto Ierusalimschy c7b4f44772 correct name to open package library il y a 20 ans
  Roberto Ierusalimschy ab3dfa5594 store some configuration information il y a 20 ans
  Roberto Ierusalimschy e82bdb24f3 new loader for "all-in-one" C packages il y a 20 ans
  Roberto Ierusalimschy d6ff5d9f46 searchpath is "private affair" of loadlib il y a 20 ans
  Roberto Ierusalimschy a05190fa3b elimination of common code + better error message il y a 20 ans
  Roberto Ierusalimschy e4324f54b9 ';;' in a path is replaced by default path + '!' (in Windows) is il y a 20 ans
  Roberto Ierusalimschy 7f97ec286e parent modules are also imported toghether with the module itself il y a 20 ans
  Roberto Ierusalimschy 2f0955b99b detail il y a 20 ans
  Roberto Ierusalimschy 38da9d568a better use defined/undefined as flag values for macros il y a 20 ans
  Roberto Ierusalimschy 67578ec51f several small details il y a 20 ans
  Roberto Ierusalimschy c2bb9abcec better quotes for strings in error messages il y a 20 ans
  Roberto Ierusalimschy 04f657c7f8 new protocol to open standard libraries il y a 20 ans
  Roberto Ierusalimschy 445eda7ead details il y a 20 ans
  Roberto Ierusalimschy e6e543a534 better control for compatibility code il y a 20 ans
  Roberto Ierusalimschy 1c9c886974 standard configuration should run out-of-the-box in "any" system il y a 20 ans
  Roberto Ierusalimschy bfe2905618 avoid too much configuration options il y a 20 ans