Commit Verlauf

Autor SHA1 Nachricht Datum
  Roberto Ierusalimschy 1514e49d43 avoid using function environments in C libraries (as it probably will vor 15 Jahren
  Roberto Ierusalimschy b678f246a4 HINSTANCE -> HMODULE (they are the same thing, but the MS documentation vor 15 Jahren
  Roberto Ierusalimschy 900b7d4514 on 64-bit machines, an address may not fit into a 'long', so it vor 15 Jahren
  Roberto Ierusalimschy e4b4623abc 'searchpath' changes dots into directory separators vor 15 Jahren
  Roberto Ierusalimschy d320c908d0 conversion from pointer to void to pointer to function seems more vor 15 Jahren
  Roberto Ierusalimschy 572b94bbcb include of 'windows.h' moved to where it is needed vor 15 Jahren
  Roberto Ierusalimschy 692209fa8d Dynamic C functions should be created with the global table as their vor 15 Jahren
  Roberto Ierusalimschy a541ada194 "-"-trick in C packages now accept name-v13... vor 15 Jahren
  Roberto Ierusalimschy 8cd395564c no need to use two different defines (LUA_DL_DLOPEN and LUA_USE_DLOPEN) vor 15 Jahren
  Roberto Ierusalimschy 35e729fa6d comments + small details vor 15 Jahren
  Roberto Ierusalimschy f84b575cfa no more pseudoindex LUA_GLOBALSINDEX; global table now accessible vor 15 Jahren
  Roberto Ierusalimschy 2108754e46 macro name change: LUA_PATH->LUA_PATH_VAR, LUA_CPATH->LUA_CPATH_VAR, vor 15 Jahren
  Roberto Ierusalimschy de6fc75d63 several configuration options that do not change often moved out of vor 15 Jahren
  Roberto Ierusalimschy a6f465f558 new mark LUAMOD_API for all luaopen_* functions vor 15 Jahren
  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