diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/classes/bitflags.html | 2 | ||||
-rw-r--r-- | docs/examples/compat.lua.html | 2 | ||||
-rw-r--r-- | docs/examples/flag_debugging.lua.html | 2 | ||||
-rw-r--r-- | docs/examples/password_input.lua.html | 2 | ||||
-rw-r--r-- | docs/examples/read.lua.html | 2 | ||||
-rw-r--r-- | docs/examples/readline.lua.html | 2 | ||||
-rw-r--r-- | docs/examples/spinner.lua.html | 2 | ||||
-rw-r--r-- | docs/examples/spiral_snake.lua.html | 2 | ||||
-rw-r--r-- | docs/examples/terminalsize.lua.html | 2 | ||||
-rw-r--r-- | docs/index.html | 2 | ||||
-rw-r--r-- | docs/modules/system.html | 2 | ||||
-rw-r--r-- | docs/topics/01-introduction.md.html | 2 | ||||
-rw-r--r-- | docs/topics/02-development.md.html | 2 | ||||
-rw-r--r-- | docs/topics/03-terminal.md.html | 2 | ||||
-rw-r--r-- | docs/topics/CHANGELOG.md.html | 8 | ||||
-rw-r--r-- | docs/topics/LICENSE.md.html | 2 |
16 files changed, 22 insertions, 16 deletions
diff --git a/docs/classes/bitflags.html b/docs/classes/bitflags.html index bc3b669..7da9915 100644 --- a/docs/classes/bitflags.html +++ b/docs/classes/bitflags.html @@ -298,7 +298,7 @@ return <code>false</code> if the flags are checked. </div> <!-- id="main" --> <div id="about"> <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> -<i style="float:right;">Last updated 2024-06-25 09:02:59 </i> +<i style="float:right;">Last updated 2024-07-11 11:58:12 </i> </div> <!-- id="about" --> </div> <!-- id="container" --> </body> diff --git a/docs/examples/compat.lua.html b/docs/examples/compat.lua.html index 8eca99d..9618cd2 100644 --- a/docs/examples/compat.lua.html +++ b/docs/examples/compat.lua.html @@ -112,7 +112,7 @@ </div> <!-- id="main" --> <div id="about"> <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> -<i style="float:right;">Last updated 2024-06-25 09:02:59 </i> +<i style="float:right;">Last updated 2024-07-11 11:58:12 </i> </div> <!-- id="about" --> </div> <!-- id="container" --> </body> diff --git a/docs/examples/flag_debugging.lua.html b/docs/examples/flag_debugging.lua.html index 5fb1d5c..c38f176 100644 --- a/docs/examples/flag_debugging.lua.html +++ b/docs/examples/flag_debugging.lua.html @@ -80,7 +80,7 @@ </div> <!-- id="main" --> <div id="about"> <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> -<i style="float:right;">Last updated 2024-06-25 09:02:59 </i> +<i style="float:right;">Last updated 2024-07-11 11:58:12 </i> </div> <!-- id="about" --> </div> <!-- id="container" --> </body> diff --git a/docs/examples/password_input.lua.html b/docs/examples/password_input.lua.html index fc73b72..9ea265e 100644 --- a/docs/examples/password_input.lua.html +++ b/docs/examples/password_input.lua.html @@ -132,7 +132,7 @@ useful for reading secrets from the user. </div> <!-- id="main" --> <div id="about"> <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> -<i style="float:right;">Last updated 2024-06-25 09:02:59 </i> +<i style="float:right;">Last updated 2024-07-11 11:58:12 </i> </div> <!-- id="about" --> </div> <!-- id="container" --> </body> diff --git a/docs/examples/read.lua.html b/docs/examples/read.lua.html index cc7bf90..7c9803e 100644 --- a/docs/examples/read.lua.html +++ b/docs/examples/read.lua.html @@ -143,7 +143,7 @@ sys.<span class="function-name">setnonblock</span>(<span class="global">io</span </div> <!-- id="main" --> <div id="about"> <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> -<i style="float:right;">Last updated 2024-06-25 09:02:59 </i> +<i style="float:right;">Last updated 2024-07-11 11:58:12 </i> </div> <!-- id="about" --> </div> <!-- id="container" --> </body> diff --git a/docs/examples/readline.lua.html b/docs/examples/readline.lua.html index 99a3006..d319290 100644 --- a/docs/examples/readline.lua.html +++ b/docs/examples/readline.lua.html @@ -545,7 +545,7 @@ sys.<span class="function-name">setconsoleflags</span>(<span class="global">io</ </div> <!-- id="main" --> <div id="about"> <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> -<i style="float:right;">Last updated 2024-06-25 09:02:59 </i> +<i style="float:right;">Last updated 2024-07-11 11:58:12 </i> </div> <!-- id="about" --> </div> <!-- id="container" --> </body> diff --git a/docs/examples/spinner.lua.html b/docs/examples/spinner.lua.html index dde7048..49d1ffc 100644 --- a/docs/examples/spinner.lua.html +++ b/docs/examples/spinner.lua.html @@ -137,7 +137,7 @@ sys.<span class="function-name">setnonblock</span>(<span class="global">io</span </div> <!-- id="main" --> <div id="about"> <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> -<i style="float:right;">Last updated 2024-06-25 09:02:59 </i> +<i style="float:right;">Last updated 2024-07-11 11:58:12 </i> </div> <!-- id="about" --> </div> <!-- id="container" --> </body> diff --git a/docs/examples/spiral_snake.lua.html b/docs/examples/spiral_snake.lua.html index 8964545..1b1c19e 100644 --- a/docs/examples/spiral_snake.lua.html +++ b/docs/examples/spiral_snake.lua.html @@ -145,7 +145,7 @@ codes for moving the cursor around. </div> <!-- id="main" --> <div id="about"> <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> -<i style="float:right;">Last updated 2024-06-25 09:02:59 </i> +<i style="float:right;">Last updated 2024-07-11 11:58:12 </i> </div> <!-- id="about" --> </div> <!-- id="container" --> </body> diff --git a/docs/examples/terminalsize.lua.html b/docs/examples/terminalsize.lua.html index 98784b1..31d3906 100644 --- a/docs/examples/terminalsize.lua.html +++ b/docs/examples/terminalsize.lua.html @@ -110,7 +110,7 @@ sys.<span class="function-name">tcsetattr</span>(<span class="global">io</span>. </div> <!-- id="main" --> <div id="about"> <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> -<i style="float:right;">Last updated 2024-06-25 09:02:59 </i> +<i style="float:right;">Last updated 2024-07-11 11:58:12 </i> </div> <!-- id="about" --> </div> <!-- id="container" --> </body> diff --git a/docs/index.html b/docs/index.html index 14d890a..d93f1a1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -142,7 +142,7 @@ </div> <!-- id="main" --> <div id="about"> <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> -<i style="float:right;">Last updated 2024-06-25 09:02:59 </i> +<i style="float:right;">Last updated 2024-07-11 11:58:12 </i> </div> <!-- id="about" --> </div> <!-- id="container" --> </body> diff --git a/docs/modules/system.html b/docs/modules/system.html index 784ca2a..f694433 100644 --- a/docs/modules/system.html +++ b/docs/modules/system.html @@ -1411,7 +1411,7 @@ This function will sleep, without doing a busy-loop and wasting CPU cycles. </div> <!-- id="main" --> <div id="about"> <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> -<i style="float:right;">Last updated 2024-06-25 09:02:59 </i> +<i style="float:right;">Last updated 2024-07-11 11:58:12 </i> </div> <!-- id="about" --> </div> <!-- id="container" --> </body> diff --git a/docs/topics/01-introduction.md.html b/docs/topics/01-introduction.md.html index cc92a88..7613a71 100644 --- a/docs/topics/01-introduction.md.html +++ b/docs/topics/01-introduction.md.html @@ -84,7 +84,7 @@ independence.</p> </div> <!-- id="main" --> <div id="about"> <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> -<i style="float:right;">Last updated 2024-06-25 09:02:59 </i> +<i style="float:right;">Last updated 2024-07-11 11:58:12 </i> </div> <!-- id="about" --> </div> <!-- id="container" --> </body> diff --git a/docs/topics/02-development.md.html b/docs/topics/02-development.md.html index b1daa61..3b9d7fc 100644 --- a/docs/topics/02-development.md.html +++ b/docs/topics/02-development.md.html @@ -84,7 +84,7 @@ pass locally, and do not rely on CI only.</p> </div> <!-- id="main" --> <div id="about"> <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> -<i style="float:right;">Last updated 2024-06-25 09:02:59 </i> +<i style="float:right;">Last updated 2024-07-11 11:58:12 </i> </div> <!-- id="about" --> </div> <!-- id="container" --> </body> diff --git a/docs/topics/03-terminal.md.html b/docs/topics/03-terminal.md.html index 6a0750d..4147de2 100644 --- a/docs/topics/03-terminal.md.html +++ b/docs/topics/03-terminal.md.html @@ -218,7 +218,7 @@ For an example see <a href="../examples/password_input.lua.html"><code>examples/ </div> <!-- id="main" --> <div id="about"> <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> -<i style="float:right;">Last updated 2024-06-25 09:02:59 </i> +<i style="float:right;">Last updated 2024-07-11 11:58:12 </i> </div> <!-- id="about" --> </div> <!-- id="container" --> </body> diff --git a/docs/topics/CHANGELOG.md.html b/docs/topics/CHANGELOG.md.html index b034abb..f11e71f 100644 --- a/docs/topics/CHANGELOG.md.html +++ b/docs/topics/CHANGELOG.md.html @@ -107,6 +107,12 @@ <p><a name="Version_history"></a></p> <h2>Version history</h2> +<h3>Version 0.4.2, released 25-Jun-2024</h3> + +<ul> + <li>Fix: include additional headers for some MinGW installations</li> +</ul> + <h3>Version 0.4.1, released 25-Jun-2024</h3> <ul> @@ -157,7 +163,7 @@ </div> <!-- id="main" --> <div id="about"> <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> -<i style="float:right;">Last updated 2024-06-25 09:02:59 </i> +<i style="float:right;">Last updated 2024-07-11 11:58:12 </i> </div> <!-- id="about" --> </div> <!-- id="container" --> </body> diff --git a/docs/topics/LICENSE.md.html b/docs/topics/LICENSE.md.html index 2316e85..f22e5ae 100644 --- a/docs/topics/LICENSE.md.html +++ b/docs/topics/LICENSE.md.html @@ -93,7 +93,7 @@ SOFTWARE.</p> </div> <!-- id="main" --> <div id="about"> <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> -<i style="float:right;">Last updated 2024-06-25 09:02:59 </i> +<i style="float:right;">Last updated 2024-07-11 11:58:12 </i> </div> <!-- id="about" --> </div> <!-- id="container" --> </body> |