From 116b8fe20d8fe6d708c311a03b77a8e38bdefbc9 Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Mon, 14 May 2018 13:23:52 -0700 Subject: [PATCH] restydoc: updated the bundled version of the LuaJIT docs to the latest. --- doc/LuaJIT-2.1/README.pod | 2 +- doc/LuaJIT-2.1/contact.pod | 2 +- doc/LuaJIT-2.1/ext_c_api.pod | 6 +++--- doc/LuaJIT-2.1/ext_ffi.pod | 2 +- doc/LuaJIT-2.1/ext_ffi_api.pod | 2 +- doc/LuaJIT-2.1/ext_ffi_semantics.pod | 12 ++++++------ doc/LuaJIT-2.1/ext_ffi_tutorial.pod | 2 +- doc/LuaJIT-2.1/ext_jit.pod | 2 +- doc/LuaJIT-2.1/ext_profiler.pod | 2 +- doc/LuaJIT-2.1/extensions.pod | 2 +- doc/LuaJIT-2.1/faq.pod | 2 +- doc/LuaJIT-2.1/install.pod | 2 +- doc/LuaJIT-2.1/running.pod | 2 +- doc/LuaJIT-2.1/status.pod | 2 +- 14 files changed, 21 insertions(+), 21 deletions(-) diff --git a/doc/LuaJIT-2.1/README.pod b/doc/LuaJIT-2.1/README.pod index 5b117ec..2b11400 100644 --- a/doc/LuaJIT-2.1/README.pod +++ b/doc/LuaJIT-2.1/README.pod @@ -196,6 +196,6 @@ Copyright E 2005-2017 Mike Pall E Contact #Pod::HTML2Pod conversion notes: #From file luajit.html # 8082 bytes of input -#Sat May 13 16:35:32 2017 agentzh +#Mon May 14 13:19:16 2018 agentzh # No a_name switch not specified, so will not try to render # No a_href switch not specified, so will not try to render diff --git a/doc/LuaJIT-2.1/contact.pod b/doc/LuaJIT-2.1/contact.pod index 3b8c9d0..10059b4 100644 --- a/doc/LuaJIT-2.1/contact.pod +++ b/doc/LuaJIT-2.1/contact.pod @@ -82,6 +82,6 @@ Copyright E 2005-2017 Mike Pall E Contact #Pod::HTML2Pod conversion notes: #From file contact.html # 2989 bytes of input -#Sat May 13 16:35:32 2017 agentzh +#Mon May 14 13:19:15 2018 agentzh # No a_name switch not specified, so will not try to render # No a_href switch not specified, so will not try to render diff --git a/doc/LuaJIT-2.1/ext_c_api.pod b/doc/LuaJIT-2.1/ext_c_api.pod index 391d3d3..ce2dcd3 100644 --- a/doc/LuaJIT-2.1/ext_c_api.pod +++ b/doc/LuaJIT-2.1/ext_c_api.pod @@ -82,8 +82,8 @@ second argument is either C<0> or a stack index (similar to the other Lua/C API functions). The third argument specifies the mode, which is 'or'ed with a flag. The -flag can be C to turn a feature on, C -to turn a feature off, or C to flush cached code. +flag can be C to turn a feature off, C +to turn a feature on, or C to flush cached code. The following modes are defined: @@ -170,7 +170,7 @@ Copyright E 2005-2017 Mike Pall E Contact #Pod::HTML2Pod conversion notes: #From file ext_c_api.html # 6042 bytes of input -#Sat May 13 16:35:32 2017 agentzh +#Mon May 14 13:19:15 2018 agentzh # No a_name switch not specified, so will not try to render # No a_href switch not specified, so will not try to render # Deleting phrasal "code" element (`tt_18) because it has super-phrasal elements (`br_3) as children. diff --git a/doc/LuaJIT-2.1/ext_ffi.pod b/doc/LuaJIT-2.1/ext_ffi.pod index e2c5eb7..e0c6841 100644 --- a/doc/LuaJIT-2.1/ext_ffi.pod +++ b/doc/LuaJIT-2.1/ext_ffi.pod @@ -280,6 +280,6 @@ Copyright E 2005-2017 Mike Pall E Contact #Pod::HTML2Pod conversion notes: #From file ext_ffi.html # 10336 bytes of input -#Sat May 13 16:35:32 2017 agentzh +#Mon May 14 13:19:16 2018 agentzh # No a_name switch not specified, so will not try to render # No a_href switch not specified, so will not try to render diff --git a/doc/LuaJIT-2.1/ext_ffi_api.pod b/doc/LuaJIT-2.1/ext_ffi_api.pod index 7b8292b..8f97ccd 100644 --- a/doc/LuaJIT-2.1/ext_ffi_api.pod +++ b/doc/LuaJIT-2.1/ext_ffi_api.pod @@ -495,7 +495,7 @@ Copyright E 2005-2017 Mike Pall E Contact #Pod::HTML2Pod conversion notes: #From file ext_ffi_api.html # 21471 bytes of input -#Sat May 13 16:35:32 2017 agentzh +#Mon May 14 13:19:16 2018 agentzh # No a_name switch not specified, so will not try to render # No a_href switch not specified, so will not try to render # Deleting phrasal "code" element (`tt_157) because it has super-phrasal elements (`br_3, `br_4) as children. diff --git a/doc/LuaJIT-2.1/ext_ffi_semantics.pod b/doc/LuaJIT-2.1/ext_ffi_semantics.pod index a95ae05..94b7908 100644 --- a/doc/LuaJIT-2.1/ext_ffi_semantics.pod +++ b/doc/LuaJIT-2.1/ext_ffi_semantics.pod @@ -1019,10 +1019,10 @@ not mix this up: e.g. passing C<"int"> as a string doesn't work in place of a type, you'd need to use C instead. The main use for parameterized types are libraries implementing -abstract data types (E example), similar to what can be -achieved with C++ template metaprogramming. Another use case are -derived types of anonymous structs, which avoids pollution of the -global struct namespace. +abstract data types (example), similar to what can be achieved with C++ +template metaprogramming. Another use case are derived types of +anonymous structs, which avoids pollution of the global struct +namespace. Please note that parameterized types are a nice tool and indispensable for certain use cases. But you'll want to use them sparingly in regular @@ -1379,7 +1379,7 @@ Copyright E 2005-2017 Mike Pall E Contact #Pod::HTML2Pod conversion notes: #From file ext_ffi_semantics.html -# 53769 bytes of input -#Sat May 13 16:35:32 2017 agentzh +# 53732 bytes of input +#Mon May 14 13:19:16 2018 agentzh # No a_name switch not specified, so will not try to render # No a_href switch not specified, so will not try to render diff --git a/doc/LuaJIT-2.1/ext_ffi_tutorial.pod b/doc/LuaJIT-2.1/ext_ffi_tutorial.pod index e10926d..8188d21 100644 --- a/doc/LuaJIT-2.1/ext_ffi_tutorial.pod +++ b/doc/LuaJIT-2.1/ext_ffi_tutorial.pod @@ -616,7 +616,7 @@ Copyright E 2005-2017 Mike Pall E Contact #Pod::HTML2Pod conversion notes: #From file ext_ffi_tutorial.html # 22557 bytes of input -#Sat May 13 16:35:32 2017 agentzh +#Mon May 14 13:19:16 2018 agentzh # No a_name switch not specified, so will not try to render # No a_href switch not specified, so will not try to render # Deleting phrasal "code" element (`tt_100) because it has super-phrasal elements (`br_33, `br_34) as children. diff --git a/doc/LuaJIT-2.1/ext_jit.pod b/doc/LuaJIT-2.1/ext_jit.pod index 23c6ded..f1f92c5 100644 --- a/doc/LuaJIT-2.1/ext_jit.pod +++ b/doc/LuaJIT-2.1/ext_jit.pod @@ -175,7 +175,7 @@ Copyright E 2005-2017 Mike Pall E Contact #Pod::HTML2Pod conversion notes: #From file ext_jit.html # 5903 bytes of input -#Sat May 13 16:35:32 2017 agentzh +#Mon May 14 13:19:16 2018 agentzh # No a_name switch not specified, so will not try to render # No a_href switch not specified, so will not try to render # Deleting phrasal "code" element (`tt_6) because it has super-phrasal elements (`br_2, `br_3) as children. diff --git a/doc/LuaJIT-2.1/ext_profiler.pod b/doc/LuaJIT-2.1/ext_profiler.pod index a732c5e..cafa6b0 100644 --- a/doc/LuaJIT-2.1/ext_profiler.pod +++ b/doc/LuaJIT-2.1/ext_profiler.pod @@ -353,6 +353,6 @@ Copyright E 2005-2017 Mike Pall E Contact #Pod::HTML2Pod conversion notes: #From file ext_profiler.html # 13135 bytes of input -#Sat May 13 16:35:32 2017 agentzh +#Mon May 14 13:19:16 2018 agentzh # No a_name switch not specified, so will not try to render # No a_href switch not specified, so will not try to render diff --git a/doc/LuaJIT-2.1/extensions.pod b/doc/LuaJIT-2.1/extensions.pod index 0027710..5cdcc5d 100644 --- a/doc/LuaJIT-2.1/extensions.pod +++ b/doc/LuaJIT-2.1/extensions.pod @@ -472,6 +472,6 @@ Copyright E 2005-2017 Mike Pall E Contact #Pod::HTML2Pod conversion notes: #From file extensions.html # 17733 bytes of input -#Sat May 13 16:35:32 2017 agentzh +#Mon May 14 13:19:16 2018 agentzh # No a_name switch not specified, so will not try to render # No a_href switch not specified, so will not try to render diff --git a/doc/LuaJIT-2.1/faq.pod b/doc/LuaJIT-2.1/faq.pod index 314994f..f49df08 100644 --- a/doc/LuaJIT-2.1/faq.pod +++ b/doc/LuaJIT-2.1/faq.pod @@ -219,6 +219,6 @@ Copyright E 2005-2017 Mike Pall E Contact #Pod::HTML2Pod conversion notes: #From file faq.html # 7685 bytes of input -#Sat May 13 16:35:32 2017 agentzh +#Mon May 14 13:19:16 2018 agentzh # No a_name switch not specified, so will not try to render # No a_href switch not specified, so will not try to render diff --git a/doc/LuaJIT-2.1/install.pod b/doc/LuaJIT-2.1/install.pod index efaac91..f9e9423 100644 --- a/doc/LuaJIT-2.1/install.pod +++ b/doc/LuaJIT-2.1/install.pod @@ -692,7 +692,7 @@ Copyright E 2005-2017 Mike Pall E Contact #Pod::HTML2Pod conversion notes: #From file install.html # 25250 bytes of input -#Sat May 13 16:35:32 2017 agentzh +#Mon May 14 13:19:16 2018 agentzh # No a_name switch not specified, so will not try to render # No a_href switch not specified, so will not try to render # Deleting phrasal "a" element (`a_34) because it has super-phrasal elements (`br_16) as children. diff --git a/doc/LuaJIT-2.1/running.pod b/doc/LuaJIT-2.1/running.pod index 51522f2..89af53e 100644 --- a/doc/LuaJIT-2.1/running.pod +++ b/doc/LuaJIT-2.1/running.pod @@ -416,6 +416,6 @@ Copyright E 2005-2017 Mike Pall E Contact #Pod::HTML2Pod conversion notes: #From file running.html # 13720 bytes of input -#Sat May 13 16:35:32 2017 agentzh +#Mon May 14 13:19:16 2018 agentzh # No a_name switch not specified, so will not try to render # No a_href switch not specified, so will not try to render diff --git a/doc/LuaJIT-2.1/status.pod b/doc/LuaJIT-2.1/status.pod index 73715ff..0becb22 100644 --- a/doc/LuaJIT-2.1/status.pod +++ b/doc/LuaJIT-2.1/status.pod @@ -108,6 +108,6 @@ Copyright E 2005-2017 Mike Pall E Contact #Pod::HTML2Pod conversion notes: #From file status.html # 3931 bytes of input -#Sat May 13 16:35:32 2017 agentzh +#Mon May 14 13:19:16 2018 agentzh # No a_name switch not specified, so will not try to render # No a_href switch not specified, so will not try to render