Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Jun 25, 2024
1 parent 44974af commit ad1ec16
Show file tree
Hide file tree
Showing 19 changed files with 218 additions and 123 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ The scope of what is covered by the version number excludes:

## Version history

### Version 0.4.1, released 25-Jun-2024

- Fix: when compiling with `msys2` the `conio.h` header is required

### Version 0.4.0, released 20-Jun-2024

- Feat: `getconsoleflags` and `setconsoleflags` for getting/setting the current console configuration flags on Windows
Expand Down
8 changes: 4 additions & 4 deletions docs/classes/bitflags.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ <h2>Topics</h2>
<li><a href="../topics/01-introduction.md.html">1. Introduction</a></li>
<li><a href="../topics/02-development.md.html">2. Development</a></li>
<li><a href="../topics/03-terminal.md.html">3. Terminal functionality</a></li>
<li><a href="../topics/CHANGELOG.md.html">CHANGELOG</a></li>
<li><a href="../topics/LICENSE.md.html">MIT License</a></li>
<li><a href="../topics/changelog.md.html">CHANGELOG</a></li>
<li><a href="../topics/license.md.html">MIT License</a></li>
</ul>
<h2>Examples</h2>
<ul class="nowrap">
Expand Down Expand Up @@ -297,8 +297,8 @@ <h3>Usage:</h3>
</div> <!-- id="content" -->
</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-20 23:11:37 </i>
<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 08:55:25 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
10 changes: 5 additions & 5 deletions docs/examples/compat.lua.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ <h2>Topics</h2>
<li><a href="../topics/01-introduction.md.html">1. Introduction</a></li>
<li><a href="../topics/02-development.md.html">2. Development</a></li>
<li><a href="../topics/03-terminal.md.html">3. Terminal functionality</a></li>
<li><a href="../topics/CHANGELOG.md.html">CHANGELOG</a></li>
<li><a href="../topics/LICENSE.md.html">MIT License</a></li>
<li><a href="../topics/changelog.md.html">CHANGELOG</a></li>
<li><a href="../topics/license.md.html">MIT License</a></li>
</ul>

</div>
Expand All @@ -77,7 +77,7 @@ <h2>compat.lua</h2>
<span class="keyword">if</span> sys.windows <span class="keyword">then</span>
<span class="comment">-- Windows holds multiple copies of environment variables, to ensure <code>getenv</code>
</span> <span class="comment">-- returns what <code>setenv</code> sets we need to use the <a href="../modules/system.html#getenv">system.getenv</a> instead of
</span> <span class="comment">-- <a href="https://www.lua.org/manual/5.4/manual.html#pdf-os.getenv">os.getenv</a>.
</span> <span class="comment">-- <a href="https://www.lua.org/manual/5.1/manual.html#pdf-os.getenv">os.getenv</a>.
</span> <span class="global">os</span>.getenv = sys.getenv <span class="comment">-- luacheck: ignore
</span>
<span class="comment">-- Set console output to UTF-8 encoding.
Expand Down Expand Up @@ -111,8 +111,8 @@ <h2>compat.lua</h2>
</div> <!-- id="content" -->
</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-20 23:11:37 </i>
<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 08:55:25 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
8 changes: 4 additions & 4 deletions docs/examples/flag_debugging.lua.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ <h2>Topics</h2>
<li><a href="../topics/01-introduction.md.html">1. Introduction</a></li>
<li><a href="../topics/02-development.md.html">2. Development</a></li>
<li><a href="../topics/03-terminal.md.html">3. Terminal functionality</a></li>
<li><a href="../topics/CHANGELOG.md.html">CHANGELOG</a></li>
<li><a href="../topics/LICENSE.md.html">MIT License</a></li>
<li><a href="../topics/changelog.md.html">CHANGELOG</a></li>
<li><a href="../topics/license.md.html">MIT License</a></li>
</ul>

</div>
Expand All @@ -79,8 +79,8 @@ <h2>flag_debugging.lua</h2>
</div> <!-- id="content" -->
</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-20 23:11:37 </i>
<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 08:55:25 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
8 changes: 4 additions & 4 deletions docs/examples/password_input.lua.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ <h2>Topics</h2>
<li><a href="../topics/01-introduction.md.html">1. Introduction</a></li>
<li><a href="../topics/02-development.md.html">2. Development</a></li>
<li><a href="../topics/03-terminal.md.html">3. Terminal functionality</a></li>
<li><a href="../topics/CHANGELOG.md.html">CHANGELOG</a></li>
<li><a href="../topics/LICENSE.md.html">MIT License</a></li>
<li><a href="../topics/changelog.md.html">CHANGELOG</a></li>
<li><a href="../topics/license.md.html">MIT License</a></li>
</ul>

</div>
Expand Down Expand Up @@ -131,8 +131,8 @@ <h2>password_input.lua</h2>
</div> <!-- id="content" -->
</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-20 23:11:37 </i>
<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 08:55:25 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
8 changes: 4 additions & 4 deletions docs/examples/read.lua.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ <h2>Topics</h2>
<li><a href="../topics/01-introduction.md.html">1. Introduction</a></li>
<li><a href="../topics/02-development.md.html">2. Development</a></li>
<li><a href="../topics/03-terminal.md.html">3. Terminal functionality</a></li>
<li><a href="../topics/CHANGELOG.md.html">CHANGELOG</a></li>
<li><a href="../topics/LICENSE.md.html">MIT License</a></li>
<li><a href="../topics/changelog.md.html">CHANGELOG</a></li>
<li><a href="../topics/license.md.html">MIT License</a></li>
</ul>

</div>
Expand Down Expand Up @@ -142,8 +142,8 @@ <h2>read.lua</h2>
</div> <!-- id="content" -->
</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-20 23:11:37 </i>
<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 08:55:25 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
8 changes: 4 additions & 4 deletions docs/examples/readline.lua.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ <h2>Topics</h2>
<li><a href="../topics/01-introduction.md.html">1. Introduction</a></li>
<li><a href="../topics/02-development.md.html">2. Development</a></li>
<li><a href="../topics/03-terminal.md.html">3. Terminal functionality</a></li>
<li><a href="../topics/CHANGELOG.md.html">CHANGELOG</a></li>
<li><a href="../topics/LICENSE.md.html">MIT License</a></li>
<li><a href="../topics/changelog.md.html">CHANGELOG</a></li>
<li><a href="../topics/license.md.html">MIT License</a></li>
</ul>

</div>
Expand Down Expand Up @@ -544,8 +544,8 @@ <h2>readline.lua</h2>
</div> <!-- id="content" -->
</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-20 23:11:37 </i>
<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 08:55:25 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
8 changes: 4 additions & 4 deletions docs/examples/spinner.lua.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ <h2>Topics</h2>
<li><a href="../topics/01-introduction.md.html">1. Introduction</a></li>
<li><a href="../topics/02-development.md.html">2. Development</a></li>
<li><a href="../topics/03-terminal.md.html">3. Terminal functionality</a></li>
<li><a href="../topics/CHANGELOG.md.html">CHANGELOG</a></li>
<li><a href="../topics/LICENSE.md.html">MIT License</a></li>
<li><a href="../topics/changelog.md.html">CHANGELOG</a></li>
<li><a href="../topics/license.md.html">MIT License</a></li>
</ul>

</div>
Expand Down Expand Up @@ -136,8 +136,8 @@ <h2>spinner.lua</h2>
</div> <!-- id="content" -->
</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-20 23:11:37 </i>
<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 08:55:25 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
8 changes: 4 additions & 4 deletions docs/examples/spiral_snake.lua.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ <h2>Topics</h2>
<li><a href="../topics/01-introduction.md.html">1. Introduction</a></li>
<li><a href="../topics/02-development.md.html">2. Development</a></li>
<li><a href="../topics/03-terminal.md.html">3. Terminal functionality</a></li>
<li><a href="../topics/CHANGELOG.md.html">CHANGELOG</a></li>
<li><a href="../topics/LICENSE.md.html">MIT License</a></li>
<li><a href="../topics/changelog.md.html">CHANGELOG</a></li>
<li><a href="../topics/license.md.html">MIT License</a></li>
</ul>

</div>
Expand Down Expand Up @@ -144,8 +144,8 @@ <h2>spiral_snake.lua</h2>
</div> <!-- id="content" -->
</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-20 23:11:37 </i>
<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 08:55:25 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
8 changes: 4 additions & 4 deletions docs/examples/terminalsize.lua.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ <h2>Topics</h2>
<li><a href="../topics/01-introduction.md.html">1. Introduction</a></li>
<li><a href="../topics/02-development.md.html">2. Development</a></li>
<li><a href="../topics/03-terminal.md.html">3. Terminal functionality</a></li>
<li><a href="../topics/CHANGELOG.md.html">CHANGELOG</a></li>
<li><a href="../topics/LICENSE.md.html">MIT License</a></li>
<li><a href="../topics/changelog.md.html">CHANGELOG</a></li>
<li><a href="../topics/license.md.html">MIT License</a></li>
</ul>

</div>
Expand Down Expand Up @@ -109,8 +109,8 @@ <h2>terminalsize.lua</h2>
</div> <!-- id="content" -->
</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-20 23:11:37 </i>
<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 08:55:25 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
38 changes: 19 additions & 19 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ <h2>Topics</h2>
<li><a href="topics/01-introduction.md.html">1. Introduction</a></li>
<li><a href="topics/02-development.md.html">2. Development</a></li>
<li><a href="topics/03-terminal.md.html">3. Terminal functionality</a></li>
<li><a href="topics/CHANGELOG.md.html">CHANGELOG</a></li>
<li><a href="topics/LICENSE.md.html">MIT License</a></li>
<li><a href="topics/changelog.md.html">CHANGELOG</a></li>
<li><a href="topics/license.md.html">MIT License</a></li>
</ul>
<h2>Examples</h2>
<ul class="nowrap">
Expand All @@ -68,81 +68,81 @@ <h2>Platform independent system calls for Lua</h2>
<h2>Modules</h2>
<table class="module_list">
<tr>
<td class="name" nowrap><a href="modules/system.html">system</a></td>
<td class="name" nowrap><a href="modules/system.html">system</a></td>
<td class="summary">Platform independent system calls for Lua.</td>
</tr>
</table>
<h2>Classes</h2>
<table class="module_list">
<tr>
<td class="name" nowrap><a href="classes/bitflags.html">bitflags</a></td>
<td class="name" nowrap><a href="classes/bitflags.html">bitflags</a></td>
<td class="summary">Bitflags module.</td>
</tr>
</table>
<h2>Topics</h2>
<table class="module_list">
<tr>
<td class="name" nowrap><a href="topics/01-introduction.md.html">01-introduction.md</a></td>
<td class="name" nowrap><a href="topics/01-introduction.md.html">01-introduction.md</a></td>
<td class="summary"></td>
</tr>
<tr>
<td class="name" nowrap><a href="topics/02-development.md.html">02-development.md</a></td>
<td class="name" nowrap><a href="topics/02-development.md.html">02-development.md</a></td>
<td class="summary"></td>
</tr>
<tr>
<td class="name" nowrap><a href="topics/03-terminal.md.html">03-terminal.md</a></td>
<td class="name" nowrap><a href="topics/03-terminal.md.html">03-terminal.md</a></td>
<td class="summary"></td>
</tr>
<tr>
<td class="name" nowrap><a href="topics/CHANGELOG.md.html">CHANGELOG.md</a></td>
<td class="name" nowrap><a href="topics/changelog.md.html">changelog.md</a></td>
<td class="summary"></td>
</tr>
<tr>
<td class="name" nowrap><a href="topics/LICENSE.md.html">LICENSE.md</a></td>
<td class="name" nowrap><a href="topics/license.md.html">license.md</a></td>
<td class="summary"></td>
</tr>
</table>
<h2>Examples</h2>
<table class="module_list">
<tr>
<td class="name" nowrap><a href="examples/compat.lua.html">compat.lua</a></td>
<td class="name" nowrap><a href="examples/compat.lua.html">compat.lua</a></td>
<td class="summary"></td>
</tr>
<tr>
<td class="name" nowrap><a href="examples/flag_debugging.lua.html">flag_debugging.lua</a></td>
<td class="name" nowrap><a href="examples/flag_debugging.lua.html">flag_debugging.lua</a></td>
<td class="summary"></td>
</tr>
<tr>
<td class="name" nowrap><a href="examples/password_input.lua.html">password_input.lua</a></td>
<td class="name" nowrap><a href="examples/password_input.lua.html">password_input.lua</a></td>
<td class="summary"></td>
</tr>
<tr>
<td class="name" nowrap><a href="examples/read.lua.html">read.lua</a></td>
<td class="name" nowrap><a href="examples/read.lua.html">read.lua</a></td>
<td class="summary"></td>
</tr>
<tr>
<td class="name" nowrap><a href="examples/readline.lua.html">readline.lua</a></td>
<td class="name" nowrap><a href="examples/readline.lua.html">readline.lua</a></td>
<td class="summary"></td>
</tr>
<tr>
<td class="name" nowrap><a href="examples/spinner.lua.html">spinner.lua</a></td>
<td class="name" nowrap><a href="examples/spinner.lua.html">spinner.lua</a></td>
<td class="summary"></td>
</tr>
<tr>
<td class="name" nowrap><a href="examples/spiral_snake.lua.html">spiral_snake.lua</a></td>
<td class="name" nowrap><a href="examples/spiral_snake.lua.html">spiral_snake.lua</a></td>
<td class="summary"></td>
</tr>
<tr>
<td class="name" nowrap><a href="examples/terminalsize.lua.html">terminalsize.lua</a></td>
<td class="name" nowrap><a href="examples/terminalsize.lua.html">terminalsize.lua</a></td>
<td class="summary"></td>
</tr>
</table>

</div> <!-- id="content" -->
</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-20 23:11:37 </i>
<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 08:55:25 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
Loading

0 comments on commit ad1ec16

Please sign in to comment.