diff options
| author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2025-03-12 15:18:10 +0100 |
|---|---|---|
| committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2025-03-12 16:11:11 +0100 |
| commit | 95cd4af3fb48f020af821aeccc98563561569de2 (patch) | |
| tree | 9e812daa92ebcd756f40f7ad02e856b1d7088e1b | |
| parent | ea7065b1f2d20c6126e18d50db586c66a8302139 (diff) | |
| download | luasystem-0.5.1.tar.gz luasystem-0.5.1.tar.bz2 luasystem-0.5.1.zip | |
Release v0.5.1v0.5.1
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -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 | 13 | ||||
| -rw-r--r-- | docs/topics/LICENSE.md.html | 2 | ||||
| -rw-r--r-- | rockspecs/luasystem-0.5.1-1.rockspec | 85 | ||||
| -rw-r--r-- | src/core.c | 2 |
19 files changed, 114 insertions, 20 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 06ff748..1c9e15e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
| @@ -27,6 +27,10 @@ The scope of what is covered by the version number excludes: | |||
| 27 | 27 | ||
| 28 | ## Version history | 28 | ## Version history |
| 29 | 29 | ||
| 30 | ### version 0.5.1, released 12-Mar-2025 | ||
| 31 | |||
| 32 | - Fix: on older unixes with glibc < 2.25, fall back to `/dev/urandom` | ||
| 33 | |||
| 30 | ### version 0.5.0, released 02-Mar-2025 | 34 | ### version 0.5.0, released 02-Mar-2025 |
| 31 | 35 | ||
| 32 | - Feat: when detecting character display width, also accept unicode codepoints (integers), | 36 | - Feat: when detecting character display width, also accept unicode codepoints (integers), |
diff --git a/docs/classes/bitflags.html b/docs/classes/bitflags.html index dc682f2..647cc62 100644 --- a/docs/classes/bitflags.html +++ b/docs/classes/bitflags.html | |||
| @@ -298,7 +298,7 @@ return <code>false</code> if the flags are checked. | |||
| 298 | </div> <!-- id="main" --> | 298 | </div> <!-- id="main" --> |
| 299 | <div id="about"> | 299 | <div id="about"> |
| 300 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 300 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
| 301 | <i style="float:right;">Last updated 2025-03-02 19:43:40 </i> | 301 | <i style="float:right;">Last updated 2025-03-12 15:17:50 </i> |
| 302 | </div> <!-- id="about" --> | 302 | </div> <!-- id="about" --> |
| 303 | </div> <!-- id="container" --> | 303 | </div> <!-- id="container" --> |
| 304 | </body> | 304 | </body> |
diff --git a/docs/examples/compat.lua.html b/docs/examples/compat.lua.html index 42928b0..e421044 100644 --- a/docs/examples/compat.lua.html +++ b/docs/examples/compat.lua.html | |||
| @@ -112,7 +112,7 @@ | |||
| 112 | </div> <!-- id="main" --> | 112 | </div> <!-- id="main" --> |
| 113 | <div id="about"> | 113 | <div id="about"> |
| 114 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 114 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
| 115 | <i style="float:right;">Last updated 2025-03-02 19:43:40 </i> | 115 | <i style="float:right;">Last updated 2025-03-12 15:17:50 </i> |
| 116 | </div> <!-- id="about" --> | 116 | </div> <!-- id="about" --> |
| 117 | </div> <!-- id="container" --> | 117 | </div> <!-- id="container" --> |
| 118 | </body> | 118 | </body> |
diff --git a/docs/examples/flag_debugging.lua.html b/docs/examples/flag_debugging.lua.html index 862cd96..e8a75e3 100644 --- a/docs/examples/flag_debugging.lua.html +++ b/docs/examples/flag_debugging.lua.html | |||
| @@ -80,7 +80,7 @@ | |||
| 80 | </div> <!-- id="main" --> | 80 | </div> <!-- id="main" --> |
| 81 | <div id="about"> | 81 | <div id="about"> |
| 82 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 82 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
| 83 | <i style="float:right;">Last updated 2025-03-02 19:43:40 </i> | 83 | <i style="float:right;">Last updated 2025-03-12 15:17:50 </i> |
| 84 | </div> <!-- id="about" --> | 84 | </div> <!-- id="about" --> |
| 85 | </div> <!-- id="container" --> | 85 | </div> <!-- id="container" --> |
| 86 | </body> | 86 | </body> |
diff --git a/docs/examples/password_input.lua.html b/docs/examples/password_input.lua.html index cf27497..a5eac4d 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. | |||
| 132 | </div> <!-- id="main" --> | 132 | </div> <!-- id="main" --> |
| 133 | <div id="about"> | 133 | <div id="about"> |
| 134 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 134 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
| 135 | <i style="float:right;">Last updated 2025-03-02 19:43:40 </i> | 135 | <i style="float:right;">Last updated 2025-03-12 15:17:50 </i> |
| 136 | </div> <!-- id="about" --> | 136 | </div> <!-- id="about" --> |
| 137 | </div> <!-- id="container" --> | 137 | </div> <!-- id="container" --> |
| 138 | </body> | 138 | </body> |
diff --git a/docs/examples/read.lua.html b/docs/examples/read.lua.html index 2ffcf1b..3b53a8b 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 | |||
| 143 | </div> <!-- id="main" --> | 143 | </div> <!-- id="main" --> |
| 144 | <div id="about"> | 144 | <div id="about"> |
| 145 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 145 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
| 146 | <i style="float:right;">Last updated 2025-03-02 19:43:40 </i> | 146 | <i style="float:right;">Last updated 2025-03-12 15:17:50 </i> |
| 147 | </div> <!-- id="about" --> | 147 | </div> <!-- id="about" --> |
| 148 | </div> <!-- id="container" --> | 148 | </div> <!-- id="container" --> |
| 149 | </body> | 149 | </body> |
diff --git a/docs/examples/readline.lua.html b/docs/examples/readline.lua.html index ba453ad..dd63721 100644 --- a/docs/examples/readline.lua.html +++ b/docs/examples/readline.lua.html | |||
| @@ -549,7 +549,7 @@ sys.<span class="function-name">setconsoleflags</span>(<span class="global">io</ | |||
| 549 | </div> <!-- id="main" --> | 549 | </div> <!-- id="main" --> |
| 550 | <div id="about"> | 550 | <div id="about"> |
| 551 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 551 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
| 552 | <i style="float:right;">Last updated 2025-03-02 19:43:40 </i> | 552 | <i style="float:right;">Last updated 2025-03-12 15:17:50 </i> |
| 553 | </div> <!-- id="about" --> | 553 | </div> <!-- id="about" --> |
| 554 | </div> <!-- id="container" --> | 554 | </div> <!-- id="container" --> |
| 555 | </body> | 555 | </body> |
diff --git a/docs/examples/spinner.lua.html b/docs/examples/spinner.lua.html index ea992e3..99a1c91 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 | |||
| 137 | </div> <!-- id="main" --> | 137 | </div> <!-- id="main" --> |
| 138 | <div id="about"> | 138 | <div id="about"> |
| 139 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 139 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
| 140 | <i style="float:right;">Last updated 2025-03-02 19:43:40 </i> | 140 | <i style="float:right;">Last updated 2025-03-12 15:17:50 </i> |
| 141 | </div> <!-- id="about" --> | 141 | </div> <!-- id="about" --> |
| 142 | </div> <!-- id="container" --> | 142 | </div> <!-- id="container" --> |
| 143 | </body> | 143 | </body> |
diff --git a/docs/examples/spiral_snake.lua.html b/docs/examples/spiral_snake.lua.html index 1f0d582..7be16e8 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. | |||
| 145 | </div> <!-- id="main" --> | 145 | </div> <!-- id="main" --> |
| 146 | <div id="about"> | 146 | <div id="about"> |
| 147 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 147 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
| 148 | <i style="float:right;">Last updated 2025-03-02 19:43:40 </i> | 148 | <i style="float:right;">Last updated 2025-03-12 15:17:50 </i> |
| 149 | </div> <!-- id="about" --> | 149 | </div> <!-- id="about" --> |
| 150 | </div> <!-- id="container" --> | 150 | </div> <!-- id="container" --> |
| 151 | </body> | 151 | </body> |
diff --git a/docs/examples/terminalsize.lua.html b/docs/examples/terminalsize.lua.html index a8bb42b..6a6a93e 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>. | |||
| 110 | </div> <!-- id="main" --> | 110 | </div> <!-- id="main" --> |
| 111 | <div id="about"> | 111 | <div id="about"> |
| 112 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 112 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
| 113 | <i style="float:right;">Last updated 2025-03-02 19:43:40 </i> | 113 | <i style="float:right;">Last updated 2025-03-12 15:17:50 </i> |
| 114 | </div> <!-- id="about" --> | 114 | </div> <!-- id="about" --> |
| 115 | </div> <!-- id="container" --> | 115 | </div> <!-- id="container" --> |
| 116 | </body> | 116 | </body> |
diff --git a/docs/index.html b/docs/index.html index 9ca0c42..5d7b02f 100644 --- a/docs/index.html +++ b/docs/index.html | |||
| @@ -142,7 +142,7 @@ | |||
| 142 | </div> <!-- id="main" --> | 142 | </div> <!-- id="main" --> |
| 143 | <div id="about"> | 143 | <div id="about"> |
| 144 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 144 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
| 145 | <i style="float:right;">Last updated 2025-03-02 19:43:40 </i> | 145 | <i style="float:right;">Last updated 2025-03-12 15:17:50 </i> |
| 146 | </div> <!-- id="about" --> | 146 | </div> <!-- id="about" --> |
| 147 | </div> <!-- id="container" --> | 147 | </div> <!-- id="container" --> |
| 148 | </body> | 148 | </body> |
diff --git a/docs/modules/system.html b/docs/modules/system.html index 093fd8b..fa41458 100644 --- a/docs/modules/system.html +++ b/docs/modules/system.html | |||
| @@ -1422,7 +1422,7 @@ This function will sleep, without doing a busy-loop and wasting CPU cycles. | |||
| 1422 | </div> <!-- id="main" --> | 1422 | </div> <!-- id="main" --> |
| 1423 | <div id="about"> | 1423 | <div id="about"> |
| 1424 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 1424 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
| 1425 | <i style="float:right;">Last updated 2025-03-02 19:43:40 </i> | 1425 | <i style="float:right;">Last updated 2025-03-12 15:17:50 </i> |
| 1426 | </div> <!-- id="about" --> | 1426 | </div> <!-- id="about" --> |
| 1427 | </div> <!-- id="container" --> | 1427 | </div> <!-- id="container" --> |
| 1428 | </body> | 1428 | </body> |
diff --git a/docs/topics/01-introduction.md.html b/docs/topics/01-introduction.md.html index cf8a21f..f0f627d 100644 --- a/docs/topics/01-introduction.md.html +++ b/docs/topics/01-introduction.md.html | |||
| @@ -84,7 +84,7 @@ independence.</p> | |||
| 84 | </div> <!-- id="main" --> | 84 | </div> <!-- id="main" --> |
| 85 | <div id="about"> | 85 | <div id="about"> |
| 86 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 86 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
| 87 | <i style="float:right;">Last updated 2025-03-02 19:43:40 </i> | 87 | <i style="float:right;">Last updated 2025-03-12 15:17:50 </i> |
| 88 | </div> <!-- id="about" --> | 88 | </div> <!-- id="about" --> |
| 89 | </div> <!-- id="container" --> | 89 | </div> <!-- id="container" --> |
| 90 | </body> | 90 | </body> |
diff --git a/docs/topics/02-development.md.html b/docs/topics/02-development.md.html index b9f79fd..315fa37 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> | |||
| 84 | </div> <!-- id="main" --> | 84 | </div> <!-- id="main" --> |
| 85 | <div id="about"> | 85 | <div id="about"> |
| 86 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 86 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
| 87 | <i style="float:right;">Last updated 2025-03-02 19:43:40 </i> | 87 | <i style="float:right;">Last updated 2025-03-12 15:17:50 </i> |
| 88 | </div> <!-- id="about" --> | 88 | </div> <!-- id="about" --> |
| 89 | </div> <!-- id="container" --> | 89 | </div> <!-- id="container" --> |
| 90 | </body> | 90 | </body> |
diff --git a/docs/topics/03-terminal.md.html b/docs/topics/03-terminal.md.html index 8c45d6e..7ce28af 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/ | |||
| 218 | </div> <!-- id="main" --> | 218 | </div> <!-- id="main" --> |
| 219 | <div id="about"> | 219 | <div id="about"> |
| 220 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 220 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
| 221 | <i style="float:right;">Last updated 2025-03-02 19:43:40 </i> | 221 | <i style="float:right;">Last updated 2025-03-12 15:17:50 </i> |
| 222 | </div> <!-- id="about" --> | 222 | </div> <!-- id="about" --> |
| 223 | </div> <!-- id="container" --> | 223 | </div> <!-- id="container" --> |
| 224 | </body> | 224 | </body> |
diff --git a/docs/topics/CHANGELOG.md.html b/docs/topics/CHANGELOG.md.html index fd3ba59..fa2d706 100644 --- a/docs/topics/CHANGELOG.md.html +++ b/docs/topics/CHANGELOG.md.html | |||
| @@ -98,8 +98,7 @@ | |||
| 98 | <li>commit the changes as <code>Release vX.Y.Z</code></li> | 98 | <li>commit the changes as <code>Release vX.Y.Z</code></li> |
| 99 | <li>push the commit, and create a release PR</li> | 99 | <li>push the commit, and create a release PR</li> |
| 100 | <li>after merging tag the release commit with <code>vX.Y.Z</code></li> | 100 | <li>after merging tag the release commit with <code>vX.Y.Z</code></li> |
| 101 | <li>upload to LuaRocks:<br/> | 101 | <li>upload to LuaRocks will be automatic by the CI runners</li> |
| 102 | <code>luarocks upload ./rockspecs/luasystem-X.Y.Z-1.rockspec --api-key=ABCDEFGH</code></li> | ||
| 103 | <li>test the newly created rock:<br/> | 102 | <li>test the newly created rock:<br/> |
| 104 | <code>luarocks install luasystem</code></li> | 103 | <code>luarocks install luasystem</code></li> |
| 105 | </ul> | 104 | </ul> |
| @@ -107,7 +106,13 @@ | |||
| 107 | <p><a name="Version_history"></a></p> | 106 | <p><a name="Version_history"></a></p> |
| 108 | <h2>Version history</h2> | 107 | <h2>Version history</h2> |
| 109 | 108 | ||
| 110 | <h3>unreleased</h3> | 109 | <h3>version 0.5.1, released 12-Mar-2025</h3> |
| 110 | |||
| 111 | <ul> | ||
| 112 | <li>Fix: on older unixes with glibc < 2.25, fall back to <code>/dev/urandom</code></li> | ||
| 113 | </ul> | ||
| 114 | |||
| 115 | <h3>version 0.5.0, released 02-Mar-2025</h3> | ||
| 111 | 116 | ||
| 112 | <ul> | 117 | <ul> |
| 113 | <li>Feat: when detecting character display width, also accept unicode codepoints (integers), | 118 | <li>Feat: when detecting character display width, also accept unicode codepoints (integers), |
| @@ -194,7 +199,7 @@ | |||
| 194 | </div> <!-- id="main" --> | 199 | </div> <!-- id="main" --> |
| 195 | <div id="about"> | 200 | <div id="about"> |
| 196 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 201 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
| 197 | <i style="float:right;">Last updated 2025-03-02 19:43:40 </i> | 202 | <i style="float:right;">Last updated 2025-03-12 15:17:50 </i> |
| 198 | </div> <!-- id="about" --> | 203 | </div> <!-- id="about" --> |
| 199 | </div> <!-- id="container" --> | 204 | </div> <!-- id="container" --> |
| 200 | </body> | 205 | </body> |
diff --git a/docs/topics/LICENSE.md.html b/docs/topics/LICENSE.md.html index bbe229e..612cdb9 100644 --- a/docs/topics/LICENSE.md.html +++ b/docs/topics/LICENSE.md.html | |||
| @@ -94,7 +94,7 @@ SOFTWARE.</p> | |||
| 94 | </div> <!-- id="main" --> | 94 | </div> <!-- id="main" --> |
| 95 | <div id="about"> | 95 | <div id="about"> |
| 96 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 96 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
| 97 | <i style="float:right;">Last updated 2025-03-02 19:43:40 </i> | 97 | <i style="float:right;">Last updated 2025-03-12 15:17:50 </i> |
| 98 | </div> <!-- id="about" --> | 98 | </div> <!-- id="about" --> |
| 99 | </div> <!-- id="container" --> | 99 | </div> <!-- id="container" --> |
| 100 | </body> | 100 | </body> |
diff --git a/rockspecs/luasystem-0.5.1-1.rockspec b/rockspecs/luasystem-0.5.1-1.rockspec new file mode 100644 index 0000000..b9d13ea --- /dev/null +++ b/rockspecs/luasystem-0.5.1-1.rockspec | |||
| @@ -0,0 +1,85 @@ | |||
| 1 | local package_name = "luasystem" | ||
| 2 | local package_version = "0.5.1" | ||
| 3 | local rockspec_revision = "1" | ||
| 4 | local github_account_name = "lunarmodules" | ||
| 5 | local github_repo_name = "luasystem" | ||
| 6 | |||
| 7 | |||
| 8 | package = package_name | ||
| 9 | version = package_version.."-"..rockspec_revision | ||
| 10 | |||
| 11 | source = { | ||
| 12 | url = "git+https://github.com/"..github_account_name.."/"..github_repo_name..".git", | ||
| 13 | branch = (package_version == "scm") and "master" or nil, | ||
| 14 | tag = (package_version ~= "scm") and "v"..package_version or nil, | ||
| 15 | } | ||
| 16 | |||
| 17 | description = { | ||
| 18 | summary = 'Platform independent system calls for Lua.', | ||
| 19 | detailed = [[ | ||
| 20 | Adds a Lua API for making platform independent system calls. | ||
| 21 | ]], | ||
| 22 | license = 'MIT <http://opensource.org/licenses/MIT>', | ||
| 23 | homepage = "https://github.com/"..github_account_name.."/"..github_repo_name, | ||
| 24 | } | ||
| 25 | |||
| 26 | dependencies = { | ||
| 27 | 'lua >= 5.1', | ||
| 28 | } | ||
| 29 | |||
| 30 | local function make_platform(plat) | ||
| 31 | local defines = { | ||
| 32 | linux = { }, | ||
| 33 | unix = { }, | ||
| 34 | macosx = { }, | ||
| 35 | win32 = { "WINVER=0x0600", "_WIN32_WINNT=0x0600" }, | ||
| 36 | mingw32 = { "WINVER=0x0600", "_WIN32_WINNT=0x0600" }, | ||
| 37 | } | ||
| 38 | local libraries = { | ||
| 39 | linux = { "rt" }, | ||
| 40 | unix = { }, | ||
| 41 | macosx = { }, | ||
| 42 | win32 = { "advapi32", "winmm", "bcrypt" }, | ||
| 43 | mingw32 = { }, | ||
| 44 | } | ||
| 45 | local libdirs = { | ||
| 46 | linux = nil, | ||
| 47 | unix = nil, | ||
| 48 | macosx = nil, | ||
| 49 | win32 = nil, | ||
| 50 | mingw32 = { }, | ||
| 51 | } | ||
| 52 | return { | ||
| 53 | modules = { | ||
| 54 | ['system.core'] = { | ||
| 55 | sources = { | ||
| 56 | 'src/core.c', | ||
| 57 | 'src/compat.c', | ||
| 58 | 'src/time.c', | ||
| 59 | 'src/environment.c', | ||
| 60 | 'src/random.c', | ||
| 61 | 'src/term.c', | ||
| 62 | 'src/bitflags.c', | ||
| 63 | 'src/wcwidth.c', | ||
| 64 | }, | ||
| 65 | defines = defines[plat], | ||
| 66 | libraries = libraries[plat], | ||
| 67 | libdirs = libdirs[plat], | ||
| 68 | }, | ||
| 69 | }, | ||
| 70 | } | ||
| 71 | end | ||
| 72 | |||
| 73 | build = { | ||
| 74 | type = 'builtin', | ||
| 75 | platforms = { | ||
| 76 | linux = make_platform('linux'), | ||
| 77 | unix = make_platform('unix'), | ||
| 78 | macosx = make_platform('macosx'), | ||
| 79 | win32 = make_platform('win32'), | ||
| 80 | mingw32 = make_platform('mingw32'), | ||
| 81 | }, | ||
| 82 | modules = { | ||
| 83 | ['system.init'] = 'system/init.lua', | ||
| 84 | }, | ||
| 85 | } | ||
| @@ -4,7 +4,7 @@ | |||
| 4 | #include <lua.h> | 4 | #include <lua.h> |
| 5 | #include <lauxlib.h> | 5 | #include <lauxlib.h> |
| 6 | 6 | ||
| 7 | #define LUASYSTEM_VERSION "LuaSystem 0.5.0" | 7 | #define LUASYSTEM_VERSION "LuaSystem 0.5.1" |
| 8 | 8 | ||
| 9 | #ifdef _WIN32 | 9 | #ifdef _WIN32 |
| 10 | #define LUAEXPORT __declspec(dllexport) | 10 | #define LUAEXPORT __declspec(dllexport) |
