mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
doc: updated the LuaJIT restydoc indexes to the latest version.
also upgraded LuaJIT to v2.1-20170513.
This commit is contained in:
@ -276,11 +276,12 @@ functions.
|
||||
|
||||
=item * C<debug.upvalueid()> and C<debug.upvaluejoin()>.
|
||||
|
||||
=item * Lua/C API extensions: C<lua_upvalueid()> C<lua_upvaluejoin()>
|
||||
C<lua_loadx()> C<luaL_fileresult()> C<luaL_execresult()>
|
||||
=item * Lua/C API extensions: C<lua_version()> C<lua_upvalueid()>
|
||||
C<lua_upvaluejoin()> C<lua_loadx()> C<lua_copy()> C<lua_tonumberx()>
|
||||
C<lua_tointegerx()> C<luaL_fileresult()> C<luaL_execresult()>
|
||||
C<luaL_loadfilex()> C<luaL_loadbufferx()> C<luaL_traceback()>
|
||||
C<luaL_setfuncs()> C<luaL_pushmodule()> C<luaL_newlibtable()>
|
||||
C<luaL_newlib()>
|
||||
C<luaL_newlib()> C<luaL_testudata()> C<luaL_setmetatable()>
|
||||
|
||||
=item * Command line option C<-E>.
|
||||
|
||||
@ -351,6 +352,8 @@ a leading C<*>.
|
||||
|
||||
=item * C<coroutine.isyieldable()>.
|
||||
|
||||
=item * Lua/C API extensions: C<lua_isyieldable()>
|
||||
|
||||
=back
|
||||
|
||||
=head2 C++ Exception Interoperability
|
||||
@ -468,7 +471,7 @@ Copyright E<copy> 2005-2017 Mike Pall E<middot> Contact
|
||||
|
||||
#Pod::HTML2Pod conversion notes:
|
||||
#From file extensions.html
|
||||
# 17525 bytes of input
|
||||
#Sat Apr 8 14:31:44 2017 agentzh
|
||||
# 17733 bytes of input
|
||||
#Sat May 13 16:35:32 2017 agentzh
|
||||
# No a_name switch not specified, so will not try to render <a name='...'>
|
||||
# No a_href switch not specified, so will not try to render <a href='...'>
|
||||
|
Reference in New Issue
Block a user