From: Mike Pall Date: Wed, 18 Jan 2017 00:45:47 +0000 (+0100) Subject: Fix extension docs about package.searchers. X-Git-Tag: v2.1.0-beta3~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd7e42e57482950a70f63d9f3ce0bb76bd2b0945;p=thirdparty%2FLuaJIT.git Fix extension docs about package.searchers. --- diff --git a/doc/extensions.html b/doc/extensions.html index ade85936..87d4da24 100644 --- a/doc/extensions.html +++ b/doc/extensions.html @@ -304,7 +304,6 @@ enabled:
  • os.exit(status|true|false [,close]).
  • package.searchpath(name, path [, sep [, rep]]).
  • package.loadlib(name, "*").
  • -
  • package.searchers.
  • debug.getinfo() returns nparams and isvararg for option "u".
  • debug.getlocal() accepts function instead of level.
  • @@ -338,6 +337,7 @@ exit status.
  • debug.setmetatable() returns object.
  • debug.getuservalue() and debug.setuservalue().
  • Remove math.mod(), string.gfind().
  • +
  • package.searchers.
  • Note: this provides only partial compatibility with Lua 5.2 at the