Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy a139e2e003 old (and complex) luaL_findtable now used only in compatibility code il y a 15 ans
  Roberto Ierusalimschy bef5980744 no more support for old Mac OS systems il y a 15 ans
  Roberto Ierusalimschy 9f48712c15 use ANSI versions of DLL functions in Windows il y a 15 ans
  Roberto Ierusalimschy 2c1a5d678d factoring out common code in 'module' and 'luaL_openlib' il y a 15 ans
  Roberto Ierusalimschy 5ca7cdd709 for compatibility only: 'module' changes the first upvalue of il y a 15 ans
  Roberto Ierusalimschy 1514e49d43 avoid using function environments in C libraries (as it probably will il y a 15 ans
  Roberto Ierusalimschy b678f246a4 HINSTANCE -> HMODULE (they are the same thing, but the MS documentation il y a 15 ans
  Roberto Ierusalimschy 900b7d4514 on 64-bit machines, an address may not fit into a 'long', so it il y a 15 ans
  Roberto Ierusalimschy e4b4623abc 'searchpath' changes dots into directory separators il y a 15 ans
  Roberto Ierusalimschy d320c908d0 conversion from pointer to void to pointer to function seems more il y a 15 ans
  Roberto Ierusalimschy 572b94bbcb include of 'windows.h' moved to where it is needed il y a 15 ans
  Roberto Ierusalimschy 692209fa8d Dynamic C functions should be created with the global table as their il y a 15 ans
  Roberto Ierusalimschy a541ada194 "-"-trick in C packages now accept name-v13... il y a 15 ans
  Roberto Ierusalimschy 8cd395564c no need to use two different defines (LUA_DL_DLOPEN and LUA_USE_DLOPEN) il y a 15 ans
  Roberto Ierusalimschy 35e729fa6d comments + small details il y a 15 ans
  Roberto Ierusalimschy f84b575cfa no more pseudoindex LUA_GLOBALSINDEX; global table now accessible il y a 15 ans
  Roberto Ierusalimschy 2108754e46 macro name change: LUA_PATH->LUA_PATH_VAR, LUA_CPATH->LUA_CPATH_VAR, il y a 15 ans
  Roberto Ierusalimschy de6fc75d63 several configuration options that do not change often moved out of il y a 15 ans
  Roberto Ierusalimschy a6f465f558 new mark LUAMOD_API for all luaopen_* functions il y a 15 ans
  Roberto Ierusalimschy 95020afb63 'module' returns the new module (to be used with lexical environments) il y a 15 ans
  Roberto Ierusalimschy a5382b763c new function lua_copy il y a 16 ans
  Roberto Ierusalimschy 4b44793dc5 "bug": lua_createtable with sizes changed (array <-> record) il y a 16 ans
  Roberto Ierusalimschy a5f68589c0 avoid using 'UNUSED' (not defined outside the kernel) il y a 16 ans
  Roberto Ierusalimschy 5cdec7d124 added "\n" at the end of 'package.config' (so that the string il y a 16 ans
  Roberto Ierusalimschy 7e9bc41fe7 'loadlib(lib, "*")' loads 'lib' with global names exported to all il y a 16 ans
  Roberto Ierusalimschy afe849c9b4 change in error message il y a 17 ans
  Roberto Ierusalimschy bb48f456d9 bug: 'module' now checks that is caller is a Lua function il y a 17 ans
  Roberto Ierusalimschy bc82b4d78a new function 'package.searchpath' il y a 17 ans
  Roberto Ierusalimschy 8d3dd04137 clearing some old compatibility code il y a 18 ans
  Roberto Ierusalimschy df50c84ee0 BUG: loadlib should not use Lua internals (lobject.h) il y a 18 ans