From 04cf50a13b5773c5f9f19b103c2d8e4e5b3e639e Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Tue, 15 Apr 2025 13:22:00 +0200 Subject: release 0.6.2 (#65) --- CHANGELOG.md | 2 +- docs/classes/bitflags.html | 2 +- docs/examples/compat.lua.html | 2 +- docs/examples/flag_debugging.lua.html | 2 +- docs/examples/password_input.lua.html | 2 +- docs/examples/read.lua.html | 2 +- docs/examples/readline.lua.html | 2 +- docs/examples/spinner.lua.html | 2 +- docs/examples/spiral_snake.lua.html | 2 +- docs/examples/terminalsize.lua.html | 2 +- docs/index.html | 2 +- docs/modules/system.html | 2 +- docs/topics/01-introduction.md.html | 2 +- docs/topics/02-development.md.html | 2 +- docs/topics/03-terminal.md.html | 2 +- docs/topics/CHANGELOG.md.html | 8 +++- docs/topics/LICENSE.md.html | 2 +- rockspecs/luasystem-0.6.2-1.rockspec | 85 +++++++++++++++++++++++++++++++++++ src/core.c | 2 +- 19 files changed, 109 insertions(+), 18 deletions(-) create mode 100644 rockspecs/luasystem-0.6.2-1.rockspec diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cd8447..d4107d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ The scope of what is covered by the version number excludes: ## Version history -### version 0.6.2, unreleased +### version 0.6.2, released 15-Apr-2025 - Fix: autotermrestore didn't work because its metatable was overwritten. diff --git a/docs/classes/bitflags.html b/docs/classes/bitflags.html index ccd23ed..3e99d0e 100644 --- a/docs/classes/bitflags.html +++ b/docs/classes/bitflags.html @@ -298,7 +298,7 @@ return false if the flags are checked.
generated by LDoc 1.5.0 -Last updated 2025-04-13 22:52:56 +Last updated 2025-04-15 13:14:45
diff --git a/docs/examples/compat.lua.html b/docs/examples/compat.lua.html index af47a4c..b57a912 100644 --- a/docs/examples/compat.lua.html +++ b/docs/examples/compat.lua.html @@ -112,7 +112,7 @@
generated by LDoc 1.5.0 -Last updated 2025-04-13 22:52:56 +Last updated 2025-04-15 13:14:45
diff --git a/docs/examples/flag_debugging.lua.html b/docs/examples/flag_debugging.lua.html index 8d50d7e..616ce69 100644 --- a/docs/examples/flag_debugging.lua.html +++ b/docs/examples/flag_debugging.lua.html @@ -80,7 +80,7 @@
generated by LDoc 1.5.0 -Last updated 2025-04-13 22:52:56 +Last updated 2025-04-15 13:14:45
diff --git a/docs/examples/password_input.lua.html b/docs/examples/password_input.lua.html index 1b4b7c3..faa0473 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.
generated by LDoc 1.5.0 -Last updated 2025-04-13 22:52:56 +Last updated 2025-04-15 13:14:45
diff --git a/docs/examples/read.lua.html b/docs/examples/read.lua.html index 861b7b6..1a9648c 100644 --- a/docs/examples/read.lua.html +++ b/docs/examples/read.lua.html @@ -143,7 +143,7 @@ sys.setnonblock(io
generated by LDoc 1.5.0 -Last updated 2025-04-13 22:52:56 +Last updated 2025-04-15 13:14:45
diff --git a/docs/examples/readline.lua.html b/docs/examples/readline.lua.html index 018490a..fad5df7 100644 --- a/docs/examples/readline.lua.html +++ b/docs/examples/readline.lua.html @@ -549,7 +549,7 @@ sys.setconsoleflags(io
generated by LDoc 1.5.0 -Last updated 2025-04-13 22:52:56 +Last updated 2025-04-15 13:14:45
diff --git a/docs/examples/spinner.lua.html b/docs/examples/spinner.lua.html index 883c134..c776106 100644 --- a/docs/examples/spinner.lua.html +++ b/docs/examples/spinner.lua.html @@ -137,7 +137,7 @@ sys.setnonblock(io
generated by LDoc 1.5.0 -Last updated 2025-04-13 22:52:56 +Last updated 2025-04-15 13:14:45
diff --git a/docs/examples/spiral_snake.lua.html b/docs/examples/spiral_snake.lua.html index 0f0574b..a102103 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.
generated by LDoc 1.5.0 -Last updated 2025-04-13 22:52:56 +Last updated 2025-04-15 13:14:45
diff --git a/docs/examples/terminalsize.lua.html b/docs/examples/terminalsize.lua.html index b19dc21..9aca861 100644 --- a/docs/examples/terminalsize.lua.html +++ b/docs/examples/terminalsize.lua.html @@ -110,7 +110,7 @@ sys.tcsetattr(io.
generated by LDoc 1.5.0 -Last updated 2025-04-13 22:52:56 +Last updated 2025-04-15 13:14:45
diff --git a/docs/index.html b/docs/index.html index 1954025..6461689 100644 --- a/docs/index.html +++ b/docs/index.html @@ -142,7 +142,7 @@
generated by LDoc 1.5.0 -Last updated 2025-04-13 22:52:56 +Last updated 2025-04-15 13:14:45
diff --git a/docs/modules/system.html b/docs/modules/system.html index d46555b..0934b35 100644 --- a/docs/modules/system.html +++ b/docs/modules/system.html @@ -1469,7 +1469,7 @@ This function will sleep, without doing a busy-loop and wasting CPU cycles.
generated by LDoc 1.5.0 -Last updated 2025-04-13 22:52:56 +Last updated 2025-04-15 13:14:45
diff --git a/docs/topics/01-introduction.md.html b/docs/topics/01-introduction.md.html index bb04db8..5c62ad3 100644 --- a/docs/topics/01-introduction.md.html +++ b/docs/topics/01-introduction.md.html @@ -84,7 +84,7 @@ independence.

generated by LDoc 1.5.0 -Last updated 2025-04-13 22:52:56 +Last updated 2025-04-15 13:14:45
diff --git a/docs/topics/02-development.md.html b/docs/topics/02-development.md.html index c2a4365..197fde7 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.

generated by LDoc 1.5.0 -Last updated 2025-04-13 22:52:56 +Last updated 2025-04-15 13:14:45
diff --git a/docs/topics/03-terminal.md.html b/docs/topics/03-terminal.md.html index 51d4292..84465af 100644 --- a/docs/topics/03-terminal.md.html +++ b/docs/topics/03-terminal.md.html @@ -220,7 +220,7 @@ For an example see examples/
generated by LDoc 1.5.0 -Last updated 2025-04-13 22:52:56 +Last updated 2025-04-15 13:14:45
diff --git a/docs/topics/CHANGELOG.md.html b/docs/topics/CHANGELOG.md.html index 872dde4..8a26156 100644 --- a/docs/topics/CHANGELOG.md.html +++ b/docs/topics/CHANGELOG.md.html @@ -106,6 +106,12 @@

Version history

+

version 0.6.2, released 15-Apr-2025

+ +
    +
  • Fix: autotermrestore didn't work because its metatable was overwritten.
  • +
+

version 0.6.1, released 13-Apr-2025

    @@ -215,7 +221,7 @@
    generated by LDoc 1.5.0 -Last updated 2025-04-13 22:52:56 +Last updated 2025-04-15 13:14:45
    diff --git a/docs/topics/LICENSE.md.html b/docs/topics/LICENSE.md.html index b58fd99..198c238 100644 --- a/docs/topics/LICENSE.md.html +++ b/docs/topics/LICENSE.md.html @@ -94,7 +94,7 @@ SOFTWARE.

    generated by LDoc 1.5.0 -Last updated 2025-04-13 22:52:56 +Last updated 2025-04-15 13:14:45
    diff --git a/rockspecs/luasystem-0.6.2-1.rockspec b/rockspecs/luasystem-0.6.2-1.rockspec new file mode 100644 index 0000000..7a8549f --- /dev/null +++ b/rockspecs/luasystem-0.6.2-1.rockspec @@ -0,0 +1,85 @@ +local package_name = "luasystem" +local package_version = "0.6.2" +local rockspec_revision = "1" +local github_account_name = "lunarmodules" +local github_repo_name = "luasystem" + + +package = package_name +version = package_version.."-"..rockspec_revision + +source = { + url = "git+https://github.com/"..github_account_name.."/"..github_repo_name..".git", + branch = (package_version == "scm") and "master" or nil, + tag = (package_version ~= "scm") and "v"..package_version or nil, +} + +description = { + summary = 'Platform independent system calls for Lua.', + detailed = [[ + Adds a Lua API for making platform independent system calls. + ]], + license = 'MIT ', + homepage = "https://github.com/"..github_account_name.."/"..github_repo_name, +} + +dependencies = { + 'lua >= 5.1', +} + +local function make_platform(plat) + local defines = { + linux = { }, + unix = { }, + macosx = { }, + win32 = { "WINVER=0x0600", "_WIN32_WINNT=0x0600" }, + mingw32 = { "WINVER=0x0600", "_WIN32_WINNT=0x0600" }, + } + local libraries = { + linux = { "rt" }, + unix = { }, + macosx = { }, + win32 = { "advapi32", "winmm", "bcrypt" }, + mingw32 = { }, + } + local libdirs = { + linux = nil, + unix = nil, + macosx = nil, + win32 = nil, + mingw32 = { }, + } + return { + modules = { + ['system.core'] = { + sources = { + 'src/core.c', + 'src/compat.c', + 'src/time.c', + 'src/environment.c', + 'src/random.c', + 'src/term.c', + 'src/bitflags.c', + 'src/wcwidth.c', + }, + defines = defines[plat], + libraries = libraries[plat], + libdirs = libdirs[plat], + }, + }, + } +end + +build = { + type = 'builtin', + platforms = { + linux = make_platform('linux'), + unix = make_platform('unix'), + macosx = make_platform('macosx'), + win32 = make_platform('win32'), + mingw32 = make_platform('mingw32'), + }, + modules = { + ['system.init'] = 'system/init.lua', + }, +} diff --git a/src/core.c b/src/core.c index 6093330..7776de4 100644 --- a/src/core.c +++ b/src/core.c @@ -4,7 +4,7 @@ #include #include -#define LUASYSTEM_VERSION "LuaSystem 0.6.1" +#define LUASYSTEM_VERSION "LuaSystem 0.6.2" #ifdef _WIN32 #define LUAEXPORT __declspec(dllexport) -- cgit v1.2.3-55-g6feb