From 4b24ea903863de92c74b308dab07a96372a73acb Mon Sep 17 00:00:00 2001 From: Christophe Delord Date: Tue, 7 Jan 2025 21:22:46 +0100 Subject: [PATCH] migration to github --- README.md | 10 +++--- bootstrap.sh | 2 +- build.lua | 4 +-- doc/luax-banner.svg | 2 +- doc/luax-logo.svg | 2 +- doc/luax.md | 10 +++--- doc/repl.md | 2 +- doc/src/fix_links.lua | 2 +- doc/src/luax-logo.lua | 2 +- doc/src/luax.css | 4 +-- doc/src/luax.md | 10 +++--- libluax/F/F.c | 2 +- libluax/F/F.h | 2 +- libluax/F/F.lua | 2 +- libluax/complex/complex.c | 2 +- libluax/complex/complex.h | 2 +- libluax/complex/complex.lua | 2 +- libluax/crypt/_crypt.lua | 2 +- libluax/crypt/crypt.c | 2 +- libluax/crypt/crypt.h | 2 +- libluax/crypt/crypt.lua | 2 +- libluax/debug/debug_hook.lua | 2 +- libluax/fs/_fs.lua | 2 +- libluax/fs/fs.c | 2 +- libluax/fs/fs.h | 2 +- libluax/fs/fs.lua | 2 +- libluax/imath/imath.h | 2 +- libluax/imath/imath.lua | 2 +- libluax/import/import.lua | 2 +- libluax/lar/lar.lua | 2 +- libluax/linenoise/linenoise.c | 2 +- libluax/linenoise/linenoise.h | 2 +- libluax/linenoise/linenoise.lua | 2 +- libluax/lpeg/lpeg.h | 2 +- libluax/luax_config.h.in | 2 +- libluax/luax_config.lua.in | 2 +- libluax/lz4/_lz4.lua | 2 +- libluax/lz4/lz4.c | 2 +- libluax/lz4/lz4.h | 2 +- libluax/lz4/lz4.lua | 2 +- libluax/lzip/_lzip.lua | 2 +- libluax/lzip/lzip.c | 2 +- libluax/lzip/lzip.h | 2 +- libluax/lzip/lzip.lua | 2 +- libluax/mathx/mathx.h | 2 +- libluax/mathx/mathx.lua | 2 +- libluax/package/package_hook.lua | 4 +-- libluax/ps/ps.c | 2 +- libluax/ps/ps.h | 2 +- libluax/ps/ps.lua | 2 +- libluax/qmath/_qmath.lua | 2 +- libluax/qmath/qmath.h | 2 +- libluax/qmath/qmath.lua | 2 +- libluax/sec/luasec.c | 2 +- libluax/sec/luasec.h | 2 +- libluax/sh/sh.lua | 2 +- libluax/socket/luasocket.c | 2 +- libluax/socket/luasocket.h | 2 +- libluax/sys/sys.c | 2 +- libluax/sys/sys.h | 2 +- libluax/sys/sys.lua | 2 +- libluax/sys/targets.lua | 2 +- libluax/term/_term.lua | 2 +- libluax/term/term.c | 2 +- libluax/term/term.h | 2 +- libluax/term/term.lua | 2 +- libluax/tools.c | 2 +- libluax/tools.h | 2 +- libluax/version/version.c | 2 +- libluax/version/version.h | 2 +- luax/libluax.c | 2 +- luax/libluax.h | 2 +- luax/luax.c | 2 +- luax/luax.lua | 2 +- luax/luax_assets.lua | 2 +- luax/luax_build_config.lua.in | 2 +- luax/luax_bundle.lua | 2 +- luax/luax_cmd_compile.lua | 2 +- luax/luax_cmd_env.lua | 2 +- luax/luax_cmd_help.lua | 2 +- luax/luax_cmd_run.lua | 4 +-- luax/luax_cmd_version.lua | 2 +- luax/luax_help.lua | 2 +- luax/luax_welcome.lua | 4 +-- tests/luax-tests/F_test.lua | 2 +- tests/luax-tests/G_test.lua | 2 +- tests/luax-tests/arg_test.lua | 2 +- tests/luax-tests/cbor_test.lua | 2 +- tests/luax-tests/complex_test.lua | 2 +- tests/luax-tests/crypt_test.lua | 2 +- tests/luax-tests/debug_test.lua | 2 +- tests/luax-tests/fs_test.lua | 2 +- tests/luax-tests/imath_test.lua | 2 +- tests/luax-tests/import_test.lua | 2 +- tests/luax-tests/json_test.lua | 2 +- tests/luax-tests/lar_test.lua | 2 +- tests/luax-tests/lib.lua | 2 +- tests/luax-tests/linenoise_test.lua | 2 +- tests/luax-tests/lpeg_test.lua | 2 +- tests/luax-tests/lz4_test.lua | 2 +- tests/luax-tests/lzip_test.lua | 2 +- tests/luax-tests/main.lua | 2 +- tests/luax-tests/mathx_test.lua | 2 +- tests/luax-tests/package_test.lua | 2 +- tests/luax-tests/ps_test.lua | 2 +- tests/luax-tests/qmath_test.lua | 2 +- tests/luax-tests/require_test.lua | 2 +- tests/luax-tests/resource_test.lua | 2 +- tests/luax-tests/serpent_test.lua | 2 +- tests/luax-tests/sh_test.lua | 2 +- tests/luax-tests/shell_env_test.lua | 2 +- tests/luax-tests/socket_test.lua | 16 +++------- tests/luax-tests/sys_test.lua | 2 +- tests/luax-tests/test.lua | 2 +- tests/luax-tests/test_lib/bar.lua | 2 +- tests/luax-tests/test_lib/foo.lua | 2 +- tests/luax-tests/test_test.lua | 2 +- tests/luax-tests/to_be_imported-1.lua | 2 +- tests/luax-tests/to_be_imported-2.lua | 2 +- tools/bang.luax | 44 +++++++++++++-------------- tools/bundle.lua | 2 +- tools/install_zig.sh | 2 +- tools/lsvg.luax | 4 +-- tools/luax.lua | 2 +- tools/pack.lua | 2 +- tools/test-all.sh | 2 +- tools/update-luax-tools.sh | 2 +- tools/update-third-party-modules.sh | 2 +- tools/ypp.luax | 26 ++++++++-------- 129 files changed, 184 insertions(+), 190 deletions(-) diff --git a/README.md b/README.md index 2abd0408..40b9a111 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ cross-compile[^1] scripts for a supported platform. ## Getting in touch -- [cdelord.fr/luax](https://cdelord.fr/luax) - [github.com/CDSoft/luax](https://github.com/CDSoft/luax) If you like LuaX and are willing to support its development, please @@ -83,7 +82,7 @@ Contributions on non supported platforms are welcome. `bang` must be run before `ninja` to change the compilation options. `lua tools/bang.luax` can be used instead of -[bang](https://cdelord.fr/bang) if it is not installed. +[bang](https://github.com/cdsoft/bang) if it is not installed. The default compilation options are `small`, `notlo`, `nossl`, `nocross` and `gcc`. @@ -312,8 +311,9 @@ windows-x86_64 ~/.local/lib/luax.lar The `luax` runtime comes with a few builtin modules. -Some modules are heavily inspired by [BonaLuna](http://cdelord.fr/bl) -and [lapp](http://cdelord.fr/lapp). +Some modules are heavily inspired by +[BonaLuna](https://github.com/cdsoft/bonaluna) and +[lapp](https://github.com/cdsoft/lapp). - [LuaX interactive usage](doc/repl.md): improved Lua REPL - [package](doc/package.md): modified Lua package `package` @@ -392,7 +392,7 @@ The script `lib/luax.lua` can be reused in pure Lua programs: along with luax. If not, see . For further information about luax you can visit - http://cdelord.fr/luax + https://github.com/cdsoft/luax `luax` uses other third party softwares: diff --git a/bootstrap.sh b/bootstrap.sh index 2e18cf44..4a9945ea 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -16,7 +16,7 @@ # along with luax. If not, see . # # For further information about luax you can visit -# http://cdelord.fr/luax +# https://github.com/cdsoft/luax ###################################################################### ###################################################################### diff --git a/build.lua b/build.lua index af287e63..f19e30ee 100644 --- a/build.lua +++ b/build.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax ]] local F = require "F" @@ -29,7 +29,7 @@ local I = F.I(LUAX) local BUILD_CONFIG = import "config" LUAX.AUTHORS = "Christophe Delord" -LUAX.URL = "cdelord.fr/luax" +LUAX.URL = "github.com/cdsoft/luax" LUAX.VERSION = sh "git describe --tags" : trim() LUAX.DATE = sh "git show -s --format=%cd --date=format:'%Y-%m-%d'" : trim() local YEAR = LUAX.DATE : split '%-' : head() diff --git a/doc/luax-banner.svg b/doc/luax-banner.svg index d968b2e2..ba5c3a66 100644 --- a/doc/luax-banner.svg +++ b/doc/luax-banner.svg @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --> diff --git a/doc/luax-logo.svg b/doc/luax-logo.svg index 907b1db5..2675e980 100644 --- a/doc/luax-logo.svg +++ b/doc/luax-logo.svg @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --> diff --git a/doc/luax.md b/doc/luax.md index 9610995c..721c389c 100644 --- a/doc/luax.md +++ b/doc/luax.md @@ -20,7 +20,6 @@ cross-compile[^1] scripts for a supported platform. ## Getting in touch -- [cdelord.fr/luax](https://cdelord.fr/luax) - [github.com/CDSoft/luax](https://github.com/CDSoft/luax) If you like LuaX and are willing to support its development, please @@ -83,7 +82,7 @@ Contributions on non supported platforms are welcome. `bang` must be run before `ninja` to change the compilation options. `lua tools/bang.luax` can be used instead of -[bang](https://cdelord.fr/bang) if it is not installed. +[bang](https://github.com/cdsoft/bang) if it is not installed. The default compilation options are `small`, `notlo`, `nossl`, `nocross` and `gcc`. @@ -312,8 +311,9 @@ windows-x86_64 ~/.local/lib/luax.lar The `luax` runtime comes with a few builtin modules. -Some modules are heavily inspired by [BonaLuna](http://cdelord.fr/bl) -and [lapp](http://cdelord.fr/lapp). +Some modules are heavily inspired by +[BonaLuna](https://github.com/cdsoft/bonaluna) and +[lapp](https://github.com/cdsoft/lapp). - [LuaX interactive usage](repl.md): improved Lua REPL - [package](package.md): modified Lua package `package` @@ -390,7 +390,7 @@ The script `lib/luax.lua` can be reused in pure Lua programs: along with luax. If not, see . For further information about luax you can visit - http://cdelord.fr/luax + https://github.com/cdsoft/luax `luax` uses other third party softwares: diff --git a/doc/repl.md b/doc/repl.md index a70ce73d..579b5c13 100644 --- a/doc/repl.md +++ b/doc/repl.md @@ -39,7 +39,7 @@ and inspect Pandoc AST. E.g.: ``` sh $ rlwrap luax-pandoc.lua - _ __ __ | https://cdelord.fr/luax + _ __ __ | https://github.com/cdsoft/luax | | _ _ __ _\ \/ / | | | | | | |/ _` |\ / | Version X.Y | |__| |_| | (_| |/ \ | Powered by Lua X.Y diff --git a/doc/src/fix_links.lua b/doc/src/fix_links.lua index a5cf8086..2973c5c9 100644 --- a/doc/src/fix_links.lua +++ b/doc/src/fix_links.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] local path = pandoc.path diff --git a/doc/src/luax-logo.lua b/doc/src/luax-logo.lua index bd30a218..c83313ee 100644 --- a/doc/src/luax-logo.lua +++ b/doc/src/luax-logo.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax ]] local F = require "F" diff --git a/doc/src/luax.css b/doc/src/luax.css index cbda3cbd..0f8636f5 100644 --- a/doc/src/luax.css +++ b/doc/src/luax.css @@ -14,10 +14,10 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax */ -/* Style taken from https://cdelord.fr */ +/* Style taken from https://github.com/cdsoft */ /* links */ diff --git a/doc/src/luax.md b/doc/src/luax.md index 011d4ba3..8107d319 100644 --- a/doc/src/luax.md +++ b/doc/src/luax.md @@ -30,7 +30,6 @@ cross-compile[^cross-compilation] scripts for a supported platform. ## Getting in touch -- [cdelord.fr/luax](https://cdelord.fr/luax) - [github.com/CDSoft/luax](https://github.com/CDSoft/luax) If you like LuaX and are willing to support its development, @@ -88,7 +87,7 @@ Option Description `bang` must be run before `ninja` to change the compilation options. -`lua tools/bang.luax` can be used instead of [bang](https://cdelord.fr/bang) if +`lua tools/bang.luax` can be used instead of [bang](https://github.com/cdsoft/bang) if it is not installed. The default compilation options are `small`, `notlo`, `nossl`, `nocross` and `gcc`. @@ -276,8 +275,9 @@ windows-x86_64 ~/.local/lib/luax.lar The `luax` runtime comes with a few builtin modules. -Some modules are heavily inspired by [BonaLuna](http://cdelord.fr/bl) and -[lapp](http://cdelord.fr/lapp). +Some modules are heavily inspired by +[BonaLuna](https://github.com/cdsoft/bonaluna) and +[lapp](https://github.com/cdsoft/lapp). - [LuaX interactive usage](repl.md): improved Lua REPL - [package](package.md): modified Lua package `package` @@ -354,7 +354,7 @@ script `lib/luax.lua` can be reused in pure Lua programs: along with luax. If not, see . For further information about luax you can visit - http://cdelord.fr/luax + https://github.com/cdsoft/luax `luax` uses other third party softwares: diff --git a/libluax/F/F.c b/libluax/F/F.c index 84d9f210..25b12656 100644 --- a/libluax/F/F.c +++ b/libluax/F/F.c @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ #include "F.h" diff --git a/libluax/F/F.h b/libluax/F/F.h index e9639b07..45a753f9 100644 --- a/libluax/F/F.h +++ b/libluax/F/F.h @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ #pragma once diff --git a/libluax/F/F.lua b/libluax/F/F.lua index a08d7e47..79bf0fab 100644 --- a/libluax/F/F.lua +++ b/libluax/F/F.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] -- Load F.lua to add new methods to strings diff --git a/libluax/complex/complex.c b/libluax/complex/complex.c index 6faed395..030e6be6 100644 --- a/libluax/complex/complex.c +++ b/libluax/complex/complex.c @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ #include "lua.h" diff --git a/libluax/complex/complex.h b/libluax/complex/complex.h index 7e8d6bb6..9420df12 100644 --- a/libluax/complex/complex.h +++ b/libluax/complex/complex.h @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ #pragma once diff --git a/libluax/complex/complex.lua b/libluax/complex/complex.lua index 06b0c6a7..2bad8c0e 100644 --- a/libluax/complex/complex.lua +++ b/libluax/complex/complex.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --@LIB diff --git a/libluax/crypt/_crypt.lua b/libluax/crypt/_crypt.lua index 64ea6558..a32910e5 100644 --- a/libluax/crypt/_crypt.lua +++ b/libluax/crypt/_crypt.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --@LIB diff --git a/libluax/crypt/crypt.c b/libluax/crypt/crypt.c index 20aad216..b08c78c6 100644 --- a/libluax/crypt/crypt.c +++ b/libluax/crypt/crypt.c @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ /***************************************************************************@@@ diff --git a/libluax/crypt/crypt.h b/libluax/crypt/crypt.h index 1535d7b4..01ea1be5 100644 --- a/libluax/crypt/crypt.h +++ b/libluax/crypt/crypt.h @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ #pragma once diff --git a/libluax/crypt/crypt.lua b/libluax/crypt/crypt.lua index 72eb84e2..e35e61ae 100644 --- a/libluax/crypt/crypt.lua +++ b/libluax/crypt/crypt.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] -- Load crypt.lua to add new methods to strings diff --git a/libluax/debug/debug_hook.lua b/libluax/debug/debug_hook.lua index fbe6410d..84024801 100644 --- a/libluax/debug/debug_hook.lua +++ b/libluax/debug/debug_hook.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --@LOAD=_ diff --git a/libluax/fs/_fs.lua b/libluax/fs/_fs.lua index 1eae64f1..0d27ee54 100644 --- a/libluax/fs/_fs.lua +++ b/libluax/fs/_fs.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --[[------------------------------------------------------------------------@@@ diff --git a/libluax/fs/fs.c b/libluax/fs/fs.c index 9ba3f851..fd85b802 100644 --- a/libluax/fs/fs.c +++ b/libluax/fs/fs.c @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ /***************************************************************************@@@ diff --git a/libluax/fs/fs.h b/libluax/fs/fs.h index 3d54f9a4..8ed3ac6a 100644 --- a/libluax/fs/fs.h +++ b/libluax/fs/fs.h @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ #pragma once diff --git a/libluax/fs/fs.lua b/libluax/fs/fs.lua index fde753aa..a3f2f16c 100644 --- a/libluax/fs/fs.lua +++ b/libluax/fs/fs.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --[[------------------------------------------------------------------------@@@ diff --git a/libluax/imath/imath.h b/libluax/imath/imath.h index 8e5e3052..9779f932 100644 --- a/libluax/imath/imath.h +++ b/libluax/imath/imath.h @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ #pragma once diff --git a/libluax/imath/imath.lua b/libluax/imath/imath.lua index fa5f1d75..d55c3ebf 100644 --- a/libluax/imath/imath.lua +++ b/libluax/imath/imath.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --@LIB diff --git a/libluax/import/import.lua b/libluax/import/import.lua index 3eaaf550..3d5fab54 100644 --- a/libluax/import/import.lua +++ b/libluax/import/import.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --@LIB diff --git a/libluax/lar/lar.lua b/libluax/lar/lar.lua index 04de94bf..bca75e94 100644 --- a/libluax/lar/lar.lua +++ b/libluax/lar/lar.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --@LIB diff --git a/libluax/linenoise/linenoise.c b/libluax/linenoise/linenoise.c index 16f07e32..ab7bd73d 100644 --- a/libluax/linenoise/linenoise.c +++ b/libluax/linenoise/linenoise.c @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ /***************************************************************************@@@ diff --git a/libluax/linenoise/linenoise.h b/libluax/linenoise/linenoise.h index f3f908fd..b47692fb 100644 --- a/libluax/linenoise/linenoise.h +++ b/libluax/linenoise/linenoise.h @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ #pragma once diff --git a/libluax/linenoise/linenoise.lua b/libluax/linenoise/linenoise.lua index 040adc43..e0b8142a 100644 --- a/libluax/linenoise/linenoise.lua +++ b/libluax/linenoise/linenoise.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --@LIB diff --git a/libluax/lpeg/lpeg.h b/libluax/lpeg/lpeg.h index cd3ae4dd..3d6b4062 100644 --- a/libluax/lpeg/lpeg.h +++ b/libluax/lpeg/lpeg.h @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ #pragma once diff --git a/libluax/luax_config.h.in b/libluax/luax_config.h.in index 9ae92bc3..8561e8a3 100644 --- a/libluax/luax_config.h.in +++ b/libluax/luax_config.h.in @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ /* LuaX configuration */ diff --git a/libluax/luax_config.lua.in b/libluax/luax_config.lua.in index 60420675..8e77011f 100644 --- a/libluax/luax_config.lua.in +++ b/libluax/luax_config.lua.in @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] -- LuaX configuration diff --git a/libluax/lz4/_lz4.lua b/libluax/lz4/_lz4.lua index d5f76a81..4465bd34 100644 --- a/libluax/lz4/_lz4.lua +++ b/libluax/lz4/_lz4.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --@LIB diff --git a/libluax/lz4/lz4.c b/libluax/lz4/lz4.c index 38585170..51def53d 100644 --- a/libluax/lz4/lz4.c +++ b/libluax/lz4/lz4.c @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ /***************************************************************************@@@ diff --git a/libluax/lz4/lz4.h b/libluax/lz4/lz4.h index 120e5b9d..fb2664dc 100644 --- a/libluax/lz4/lz4.h +++ b/libluax/lz4/lz4.h @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ #pragma once diff --git a/libluax/lz4/lz4.lua b/libluax/lz4/lz4.lua index b8ad5daf..0375bad1 100644 --- a/libluax/lz4/lz4.lua +++ b/libluax/lz4/lz4.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] -- Load lz4.lua to add new methods to strings diff --git a/libluax/lzip/_lzip.lua b/libluax/lzip/_lzip.lua index 63553d30..489a8e2b 100644 --- a/libluax/lzip/_lzip.lua +++ b/libluax/lzip/_lzip.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --@LIB diff --git a/libluax/lzip/lzip.c b/libluax/lzip/lzip.c index 01ed9138..d7f3ad7e 100644 --- a/libluax/lzip/lzip.c +++ b/libluax/lzip/lzip.c @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ /***************************************************************************@@@ diff --git a/libluax/lzip/lzip.h b/libluax/lzip/lzip.h index bf4de672..b3676be1 100644 --- a/libluax/lzip/lzip.h +++ b/libluax/lzip/lzip.h @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ #pragma once diff --git a/libluax/lzip/lzip.lua b/libluax/lzip/lzip.lua index 526eb738..e40bb58f 100644 --- a/libluax/lzip/lzip.lua +++ b/libluax/lzip/lzip.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] -- Load lzip.lua to add new methods to strings diff --git a/libluax/mathx/mathx.h b/libluax/mathx/mathx.h index 7d4e494e..2e273cfb 100644 --- a/libluax/mathx/mathx.h +++ b/libluax/mathx/mathx.h @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ #pragma once diff --git a/libluax/mathx/mathx.lua b/libluax/mathx/mathx.lua index 44a0f463..5d120c8d 100644 --- a/libluax/mathx/mathx.lua +++ b/libluax/mathx/mathx.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --@LIB diff --git a/libluax/package/package_hook.lua b/libluax/package/package_hook.lua index 5c7cc512..33422ba2 100644 --- a/libluax/package/package_hook.lua +++ b/libluax/package/package_hook.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --@LOAD=_ @@ -27,7 +27,7 @@ local sys = require "sys" -- This module wraps package searchers in a function that tracks package paths. -- The paths are stored in package.modpath, which can be used to generate dependency files --- for [ypp](https://cdelord.fr/ypp) or [panda](https://cdelord.fr/panda). +-- for [ypp](https://github.com/cdsoft/ypp) or [panda](https://github.com/cdsoft/panda). --[=[-----------------------------------------------------------------------@@@ # package diff --git a/libluax/ps/ps.c b/libluax/ps/ps.c index e4d48d75..6626346e 100644 --- a/libluax/ps/ps.c +++ b/libluax/ps/ps.c @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ /***************************************************************************@@@ diff --git a/libluax/ps/ps.h b/libluax/ps/ps.h index ae62878c..5cc23467 100644 --- a/libluax/ps/ps.h +++ b/libluax/ps/ps.h @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ #pragma once diff --git a/libluax/ps/ps.lua b/libluax/ps/ps.lua index cdeee987..426d690e 100644 --- a/libluax/ps/ps.lua +++ b/libluax/ps/ps.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --@LIB diff --git a/libluax/qmath/_qmath.lua b/libluax/qmath/_qmath.lua index 5965feb1..32b94911 100644 --- a/libluax/qmath/_qmath.lua +++ b/libluax/qmath/_qmath.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --@LIB diff --git a/libluax/qmath/qmath.h b/libluax/qmath/qmath.h index bf0fff3d..9808bff3 100644 --- a/libluax/qmath/qmath.h +++ b/libluax/qmath/qmath.h @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ #pragma once diff --git a/libluax/qmath/qmath.lua b/libluax/qmath/qmath.lua index 95bbecc4..60bc787f 100644 --- a/libluax/qmath/qmath.lua +++ b/libluax/qmath/qmath.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --@LIB diff --git a/libluax/sec/luasec.c b/libluax/sec/luasec.c index 2df702fb..f9fa4435 100644 --- a/libluax/sec/luasec.c +++ b/libluax/sec/luasec.c @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ #include "luasec.h" diff --git a/libluax/sec/luasec.h b/libluax/sec/luasec.h index 561496d9..ae10c470 100644 --- a/libluax/sec/luasec.h +++ b/libluax/sec/luasec.h @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ #pragma once diff --git a/libluax/sh/sh.lua b/libluax/sh/sh.lua index 956c5eb5..63121584 100644 --- a/libluax/sh/sh.lua +++ b/libluax/sh/sh.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --@LIB diff --git a/libluax/socket/luasocket.c b/libluax/socket/luasocket.c index 89ae74f2..898aa44b 100644 --- a/libluax/socket/luasocket.c +++ b/libluax/socket/luasocket.c @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ #include "luasocket.h" diff --git a/libluax/socket/luasocket.h b/libluax/socket/luasocket.h index aba9e96a..f183c723 100644 --- a/libluax/socket/luasocket.h +++ b/libluax/socket/luasocket.h @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ #pragma once diff --git a/libluax/sys/sys.c b/libluax/sys/sys.c index e0ea3c90..59966966 100644 --- a/libluax/sys/sys.c +++ b/libluax/sys/sys.c @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ /***************************************************************************@@@ diff --git a/libluax/sys/sys.h b/libluax/sys/sys.h index c964c47e..02bec6b9 100644 --- a/libluax/sys/sys.h +++ b/libluax/sys/sys.h @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ #pragma once diff --git a/libluax/sys/sys.lua b/libluax/sys/sys.lua index 5e29d74d..0e3fec83 100644 --- a/libluax/sys/sys.lua +++ b/libluax/sys/sys.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --@LIB diff --git a/libluax/sys/targets.lua b/libluax/sys/targets.lua index 47e94939..7d7e77c6 100644 --- a/libluax/sys/targets.lua +++ b/libluax/sys/targets.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --@LIB diff --git a/libluax/term/_term.lua b/libluax/term/_term.lua index 41869f7e..4fd9f967 100644 --- a/libluax/term/_term.lua +++ b/libluax/term/_term.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] -- Pure Lua implementation of term.c diff --git a/libluax/term/term.c b/libluax/term/term.c index 486b3c95..d335b21b 100644 --- a/libluax/term/term.c +++ b/libluax/term/term.c @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ #include "tools.h" diff --git a/libluax/term/term.h b/libluax/term/term.h index f28e55b3..285b913a 100644 --- a/libluax/term/term.h +++ b/libluax/term/term.h @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ #pragma once diff --git a/libluax/term/term.lua b/libluax/term/term.lua index c491ca4d..8c712d4e 100644 --- a/libluax/term/term.lua +++ b/libluax/term/term.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --[[------------------------------------------------------------------------@@@ diff --git a/libluax/tools.c b/libluax/tools.c index 2fd3fcfd..19471ad3 100644 --- a/libluax/tools.c +++ b/libluax/tools.c @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ #include "tools.h" diff --git a/libluax/tools.h b/libluax/tools.h index 98c900c4..404e1147 100644 --- a/libluax/tools.h +++ b/libluax/tools.h @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ #pragma once diff --git a/libluax/version/version.c b/libluax/version/version.c index 110f1714..567cfdb1 100644 --- a/libluax/version/version.c +++ b/libluax/version/version.c @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ #include "version.h" diff --git a/libluax/version/version.h b/libluax/version/version.h index ca82800a..316e0bc5 100644 --- a/libluax/version/version.h +++ b/libluax/version/version.h @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ #pragma once diff --git a/luax/libluax.c b/luax/libluax.c index 83db41b5..a1fa28e4 100644 --- a/luax/libluax.c +++ b/luax/libluax.c @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ #include "libluax.h" diff --git a/luax/libluax.h b/luax/libluax.h index e1ec6d72..9db6b384 100644 --- a/luax/libluax.h +++ b/luax/libluax.h @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ #pragma once diff --git a/luax/luax.c b/luax/luax.c index 9bb3e2fb..92710908 100644 --- a/luax/luax.c +++ b/luax/luax.c @@ -14,7 +14,7 @@ * along with luax. If not, see . * * For further information about luax you can visit - * http://cdelord.fr/luax + * https://github.com/cdsoft/luax */ #include "libluax.h" diff --git a/luax/luax.lua b/luax/luax.lua index a75c276e..98582e59 100644 --- a/luax/luax.lua +++ b/luax/luax.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --@MAIN diff --git a/luax/luax_assets.lua b/luax/luax_assets.lua index 0f1ba90f..ac6aa2dc 100644 --- a/luax/luax_assets.lua +++ b/luax/luax_assets.lua @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --@LIB diff --git a/luax/luax_build_config.lua.in b/luax/luax_build_config.lua.in index 70ea8a21..28ed7816 100644 --- a/luax/luax_build_config.lua.in +++ b/luax/luax_build_config.lua.in @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] -- LuaX build configuration diff --git a/luax/luax_bundle.lua b/luax/luax_bundle.lua index 7910d5e0..58b5f81d 100644 --- a/luax/luax_bundle.lua +++ b/luax/luax_bundle.lua @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] -- bundle a set of scripts into a single Lua script that can be added to the runtime diff --git a/luax/luax_cmd_compile.lua b/luax/luax_cmd_compile.lua index 937e3cc3..26a4c19f 100644 --- a/luax/luax_cmd_compile.lua +++ b/luax/luax_cmd_compile.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --@LIB diff --git a/luax/luax_cmd_env.lua b/luax/luax_cmd_env.lua index ca562db4..c6849348 100644 --- a/luax/luax_cmd_env.lua +++ b/luax/luax_cmd_env.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --@LIB diff --git a/luax/luax_cmd_help.lua b/luax/luax_cmd_help.lua index da2a5ae9..cea50636 100644 --- a/luax/luax_cmd_help.lua +++ b/luax/luax_cmd_help.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --@LIB diff --git a/luax/luax_cmd_run.lua b/luax/luax_cmd_run.lua index a56fcc80..317152d0 100644 --- a/luax/luax_cmd_run.lua +++ b/luax/luax_cmd_run.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --@LIB @@ -108,7 +108,7 @@ E.g.: ``` sh $ rlwrap luax-pandoc.lua - _ __ __ | https://cdelord.fr/luax + _ __ __ | https://github.com/cdsoft/luax | | _ _ __ _\ \/ / | | | | | | |/ _` |\ / | Version X.Y | |__| |_| | (_| |/ \ | Powered by Lua X.Y diff --git a/luax/luax_cmd_version.lua b/luax/luax_cmd_version.lua index c6ad6ee4..23663bc7 100644 --- a/luax/luax_cmd_version.lua +++ b/luax/luax_cmd_version.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --@LIB diff --git a/luax/luax_help.lua b/luax/luax_help.lua index a0b9a8b0..97cd4a0d 100644 --- a/luax/luax_help.lua +++ b/luax/luax_help.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --@LIB diff --git a/luax/luax_welcome.lua b/luax/luax_welcome.lua index a8fbd09c..d7038d4a 100644 --- a/luax/luax_welcome.lua +++ b/luax/luax_welcome.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --@LIB @@ -31,7 +31,7 @@ local function print_welcome() local I = (F.I % "%%{}")(_G){sys=sys} local welcome = I[===[ - _ __ __ | https://cdelord.fr/luax + _ __ __ | https://github.com/cdsoft/luax | | _ _ __ _\ \/ / | | | | | | |/ _` |\ / | Version %{_LUAX_VERSION} (%{_LUAX_DATE}) | |__| |_| | (_| |/ \ | Powered by %{_VERSION} diff --git a/tests/luax-tests/F_test.lua b/tests/luax-tests/F_test.lua index a1fba3ad..7512f65c 100644 --- a/tests/luax-tests/F_test.lua +++ b/tests/luax-tests/F_test.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --------------------------------------------------------------------- diff --git a/tests/luax-tests/G_test.lua b/tests/luax-tests/G_test.lua index fbaab15e..f18ee094 100644 --- a/tests/luax-tests/G_test.lua +++ b/tests/luax-tests/G_test.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --------------------------------------------------------------------- diff --git a/tests/luax-tests/arg_test.lua b/tests/luax-tests/arg_test.lua index 5b04b34e..671014bd 100644 --- a/tests/luax-tests/arg_test.lua +++ b/tests/luax-tests/arg_test.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --------------------------------------------------------------------- diff --git a/tests/luax-tests/cbor_test.lua b/tests/luax-tests/cbor_test.lua index 9ae91fd5..a29d62a6 100644 --- a/tests/luax-tests/cbor_test.lua +++ b/tests/luax-tests/cbor_test.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] local test = require "test" diff --git a/tests/luax-tests/complex_test.lua b/tests/luax-tests/complex_test.lua index ebcebf88..4463fc38 100644 --- a/tests/luax-tests/complex_test.lua +++ b/tests/luax-tests/complex_test.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --------------------------------------------------------------------- diff --git a/tests/luax-tests/crypt_test.lua b/tests/luax-tests/crypt_test.lua index 8406fa70..3bedacb4 100644 --- a/tests/luax-tests/crypt_test.lua +++ b/tests/luax-tests/crypt_test.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --------------------------------------------------------------------- diff --git a/tests/luax-tests/debug_test.lua b/tests/luax-tests/debug_test.lua index b18759b7..7435257f 100644 --- a/tests/luax-tests/debug_test.lua +++ b/tests/luax-tests/debug_test.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --------------------------------------------------------------------- diff --git a/tests/luax-tests/fs_test.lua b/tests/luax-tests/fs_test.lua index 7596ce9f..91606b60 100644 --- a/tests/luax-tests/fs_test.lua +++ b/tests/luax-tests/fs_test.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] local test = require "test" diff --git a/tests/luax-tests/imath_test.lua b/tests/luax-tests/imath_test.lua index 2817f561..40ab1bb6 100644 --- a/tests/luax-tests/imath_test.lua +++ b/tests/luax-tests/imath_test.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --------------------------------------------------------------------- diff --git a/tests/luax-tests/import_test.lua b/tests/luax-tests/import_test.lua index 04eafb8f..9886efc0 100644 --- a/tests/luax-tests/import_test.lua +++ b/tests/luax-tests/import_test.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --------------------------------------------------------------------- diff --git a/tests/luax-tests/json_test.lua b/tests/luax-tests/json_test.lua index 9b02c852..9a233193 100644 --- a/tests/luax-tests/json_test.lua +++ b/tests/luax-tests/json_test.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] local test = require "test" diff --git a/tests/luax-tests/lar_test.lua b/tests/luax-tests/lar_test.lua index b0d464af..323bade8 100644 --- a/tests/luax-tests/lar_test.lua +++ b/tests/luax-tests/lar_test.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] local test = require "test" diff --git a/tests/luax-tests/lib.lua b/tests/luax-tests/lib.lua index ed96d367..74a07b5d 100644 --- a/tests/luax-tests/lib.lua +++ b/tests/luax-tests/lib.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] return { diff --git a/tests/luax-tests/linenoise_test.lua b/tests/luax-tests/linenoise_test.lua index b66169a8..a29177a9 100644 --- a/tests/luax-tests/linenoise_test.lua +++ b/tests/luax-tests/linenoise_test.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --------------------------------------------------------------------- diff --git a/tests/luax-tests/lpeg_test.lua b/tests/luax-tests/lpeg_test.lua index 1e41719e..ddff694b 100644 --- a/tests/luax-tests/lpeg_test.lua +++ b/tests/luax-tests/lpeg_test.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --------------------------------------------------------------------- diff --git a/tests/luax-tests/lz4_test.lua b/tests/luax-tests/lz4_test.lua index 74834a1c..03465907 100644 --- a/tests/luax-tests/lz4_test.lua +++ b/tests/luax-tests/lz4_test.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --------------------------------------------------------------------- diff --git a/tests/luax-tests/lzip_test.lua b/tests/luax-tests/lzip_test.lua index 01163e2b..574e0ee1 100644 --- a/tests/luax-tests/lzip_test.lua +++ b/tests/luax-tests/lzip_test.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --------------------------------------------------------------------- diff --git a/tests/luax-tests/main.lua b/tests/luax-tests/main.lua index 128816e9..fe2eb365 100644 --- a/tests/luax-tests/main.lua +++ b/tests/luax-tests/main.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] -- This is the main test script diff --git a/tests/luax-tests/mathx_test.lua b/tests/luax-tests/mathx_test.lua index ded9cd17..4abe4289 100644 --- a/tests/luax-tests/mathx_test.lua +++ b/tests/luax-tests/mathx_test.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --------------------------------------------------------------------- diff --git a/tests/luax-tests/package_test.lua b/tests/luax-tests/package_test.lua index 01bf32f1..d8990d12 100644 --- a/tests/luax-tests/package_test.lua +++ b/tests/luax-tests/package_test.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --------------------------------------------------------------------- diff --git a/tests/luax-tests/ps_test.lua b/tests/luax-tests/ps_test.lua index 2a81bc53..accd02b7 100644 --- a/tests/luax-tests/ps_test.lua +++ b/tests/luax-tests/ps_test.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --------------------------------------------------------------------- diff --git a/tests/luax-tests/qmath_test.lua b/tests/luax-tests/qmath_test.lua index 8ecac571..976cd15a 100644 --- a/tests/luax-tests/qmath_test.lua +++ b/tests/luax-tests/qmath_test.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --------------------------------------------------------------------- diff --git a/tests/luax-tests/require_test.lua b/tests/luax-tests/require_test.lua index d406087f..d196395c 100644 --- a/tests/luax-tests/require_test.lua +++ b/tests/luax-tests/require_test.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --------------------------------------------------------------------- diff --git a/tests/luax-tests/resource_test.lua b/tests/luax-tests/resource_test.lua index 447d4d0c..5ac8516e 100644 --- a/tests/luax-tests/resource_test.lua +++ b/tests/luax-tests/resource_test.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --------------------------------------------------------------------- diff --git a/tests/luax-tests/serpent_test.lua b/tests/luax-tests/serpent_test.lua index b6c75bf8..aa4a4cd2 100644 --- a/tests/luax-tests/serpent_test.lua +++ b/tests/luax-tests/serpent_test.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] local test = require "test" diff --git a/tests/luax-tests/sh_test.lua b/tests/luax-tests/sh_test.lua index e30a0640..53d0d3b6 100644 --- a/tests/luax-tests/sh_test.lua +++ b/tests/luax-tests/sh_test.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --------------------------------------------------------------------- diff --git a/tests/luax-tests/shell_env_test.lua b/tests/luax-tests/shell_env_test.lua index d79c7640..c4f9f8d9 100644 --- a/tests/luax-tests/shell_env_test.lua +++ b/tests/luax-tests/shell_env_test.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --------------------------------------------------------------------- diff --git a/tests/luax-tests/socket_test.lua b/tests/luax-tests/socket_test.lua index 4b764a91..0f6f0063 100644 --- a/tests/luax-tests/socket_test.lua +++ b/tests/luax-tests/socket_test.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --------------------------------------------------------------------- @@ -49,11 +49,9 @@ return function() assert(require "ltn12") do - local t, code, attrs = http.request"http://time.cdelord.fr/time.php" + local s, code, _ = http.request"http://example.com" + eq(s:match "Example Domain", "Example Domain") eq(code, 200) - t = tonumber(t) + tonumber(attrs.age) - assert(math.abs(t - os.time() ) < 5) - assert(math.abs(t - socket.gettime() ) < 5) end if os.getenv "USE_SSL" then @@ -65,13 +63,9 @@ return function() assert(require "ssl.core") assert(require "ssl.x509") - eq(F.take(2, {http.request"https://cdelord.fr/ssltest.txt"}), {"SSL test passed!\n", 200}) - - local t, code, attrs = http.request"https://cdelord.fr/time.php" + local s, code, _ = http.request"https://example.com" + eq(s:match "Example Domain", "Example Domain") eq(code, 200) - t = tonumber(t) + tonumber(attrs.age) - assert(math.abs(t - os.time() ) < 5) - assert(math.abs(t - socket.gettime() ) < 5) end diff --git a/tests/luax-tests/sys_test.lua b/tests/luax-tests/sys_test.lua index 00b5ad0e..f94b9fc6 100644 --- a/tests/luax-tests/sys_test.lua +++ b/tests/luax-tests/sys_test.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --------------------------------------------------------------------- diff --git a/tests/luax-tests/test.lua b/tests/luax-tests/test.lua index d138eb11..b0b5a1e0 100644 --- a/tests/luax-tests/test.lua +++ b/tests/luax-tests/test.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] local test = {} diff --git a/tests/luax-tests/test_lib/bar.lua b/tests/luax-tests/test_lib/bar.lua index bfede074..225f58db 100644 --- a/tests/luax-tests/test_lib/bar.lua +++ b/tests/luax-tests/test_lib/bar.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] return { "bar package" } diff --git a/tests/luax-tests/test_lib/foo.lua b/tests/luax-tests/test_lib/foo.lua index 8f91df20..110a2d44 100644 --- a/tests/luax-tests/test_lib/foo.lua +++ b/tests/luax-tests/test_lib/foo.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] return { "foo package" } diff --git a/tests/luax-tests/test_test.lua b/tests/luax-tests/test_test.lua index 8de6569f..9e17260f 100644 --- a/tests/luax-tests/test_test.lua +++ b/tests/luax-tests/test_test.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] --------------------------------------------------------------------- diff --git a/tests/luax-tests/to_be_imported-1.lua b/tests/luax-tests/to_be_imported-1.lua index 8c3049b4..48547245 100644 --- a/tests/luax-tests/to_be_imported-1.lua +++ b/tests/luax-tests/to_be_imported-1.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] local local_variable_that_will_not_be_exported = 666 diff --git a/tests/luax-tests/to_be_imported-2.lua b/tests/luax-tests/to_be_imported-2.lua index 04bcf9ca..e70b75f5 100644 --- a/tests/luax-tests/to_be_imported-2.lua +++ b/tests/luax-tests/to_be_imported-2.lua @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] local local_variable_that_will_not_be_exported = 666 diff --git a/tools/bang.luax b/tools/bang.luax index fcee324a..381e4912 100755 --- a/tools/bang.luax +++ b/tools/bang.luax @@ -18,7 +18,7 @@ libs["C"] = lib("src/C.lua", [[-- This file is part of bang. -- along with bang. If not, see . -- -- For further information about bang you can visit --- https://cdelord.fr/bang +-- https://github.com/cdsoft/bang --@LIB @@ -257,7 +257,7 @@ libs["Nil"] = lib("src/Nil.lua", [[-- This file is part of bang. -- along with bang. If not, see . -- -- For further information about bang you can visit --- https://cdelord.fr/bang +-- https://github.com/cdsoft/bang --@LOAD @@ -281,7 +281,7 @@ libs["acc"] = lib("src/acc.lua", [[-- This file is part of bang. -- along with bang. If not, see . -- -- For further information about bang you can visit --- https://cdelord.fr/bang +-- https://github.com/cdsoft/bang --@LOAD @@ -313,7 +313,7 @@ libs["atexit"] = lib("src/atexit.lua", [[-- This file is part of bang. -- along with bang. If not, see . -- -- For further information about bang you can visit --- https://cdelord.fr/bang +-- https://github.com/cdsoft/bang --@LIB @@ -353,7 +353,7 @@ libs["builders"] = lib("src/builders.lua", [[-- This file is part of bang. -- along with bang. If not, see . -- -- For further information about bang you can visit --- https://cdelord.fr/bang +-- https://github.com/cdsoft/bang --@LIB @@ -679,7 +679,7 @@ libs["case"] = lib("src/case.lua", [[-- This file is part of bang. -- along with bang. If not, see . -- -- For further information about bang you can visit --- https://cdelord.fr/bang +-- https://github.com/cdsoft/bang --@LOAD @@ -703,7 +703,7 @@ libs["clean"] = lib("src/clean.lua", [[-- This file is part of bang. -- along with bang. If not, see . -- -- For further information about bang you can visit --- https://cdelord.fr/bang +-- https://github.com/cdsoft/bang --@LOAD @@ -796,7 +796,7 @@ libs["file"] = lib("src/file.lua", [[-- This file is part of bang. -- along with bang. If not, see . -- -- For further information about bang you can visit --- https://cdelord.fr/bang +-- https://github.com/cdsoft/bang --@LOAD @@ -857,7 +857,7 @@ libs["flatten"] = lib("src/flatten.lua", [[-- This file is part of bang. -- along with bang. If not, see . -- -- For further information about bang you can visit --- https://cdelord.fr/bang +-- https://github.com/cdsoft/bang --@LIB @@ -891,7 +891,7 @@ libs["help"] = lib("src/help.lua", [[-- This file is part of bang. -- along with bang. If not, see . -- -- For further information about bang you can visit --- https://cdelord.fr/bang +-- https://github.com/cdsoft/bang --@LOAD @@ -1005,7 +1005,7 @@ libs["ident"] = lib("src/ident.lua", [[-- This file is part of bang. -- along with bang. If not, see . -- -- For further information about bang you can visit --- https://cdelord.fr/bang +-- https://github.com/cdsoft/bang --@LIB @@ -1031,7 +1031,7 @@ libs["install"] = lib("src/install.lua", [[-- This file is part of bang. -- along with bang. If not, see . -- -- For further information about bang you can visit --- https://cdelord.fr/bang +-- https://github.com/cdsoft/bang --@LOAD @@ -1123,7 +1123,7 @@ libs["log"] = lib("src/log.lua", [[-- This file is part of bang. -- along with bang. If not, see . -- -- For further information about bang you can visit --- https://cdelord.fr/bang +-- https://github.com/cdsoft/bang local F = require "F" @@ -1170,7 +1170,7 @@ libs["ls"] = lib("src/ls.lua", [[-- This file is part of bang. -- along with bang. If not, see . -- -- For further information about bang you can visit --- https://cdelord.fr/bang +-- https://github.com/cdsoft/bang --@LOAD @@ -1194,7 +1194,7 @@ libs["luax"] = lib("src/luax.lua", [[-- This file is part of bang. -- along with bang. If not, see . -- -- For further information about bang you can visit --- https://cdelord.fr/bang +-- https://github.com/cdsoft/bang --@LIB @@ -1346,7 +1346,7 @@ libs["ninja"] = lib("src/ninja.lua", [[-- This file is part of bang. -- along with bang. If not, see . -- -- For further information about bang you can visit --- https://cdelord.fr/bang +-- https://github.com/cdsoft/bang --@LIB @@ -1383,7 +1383,7 @@ local install_token = {} local command_line_token = {} local tokens = F{ - "# Ninja file generated by bang (https://cdelord.fr/bang)\n", + "# Ninja file generated by bang (https://github.com/cdsoft/bang)\n", command_line_token, "\n", help_token, @@ -1828,7 +1828,7 @@ libs["pipe"] = lib("src/pipe.lua", [[-- This file is part of bang. -- along with bang. If not, see . -- -- For further information about bang you can visit --- https://cdelord.fr/bang +-- https://github.com/cdsoft/bang --@LOAD @@ -1893,7 +1893,7 @@ libs["target"] = lib("src/target.lua", [[-- This file is part of bang. -- along with bang. If not, see . -- -- For further information about bang you can visit --- https://cdelord.fr/bang +-- https://github.com/cdsoft/bang --@LOAD @@ -1931,7 +1931,7 @@ libs["tmp"] = lib("src/tmp.lua", [[-- This file is part of bang. -- along with bang. If not, see . -- -- For further information about bang you can visit --- https://cdelord.fr/bang +-- https://github.com/cdsoft/bang --@LIB @@ -1990,7 +1990,7 @@ libs["where"] = lib("src/where.lua", [[-- This file is part of bang. -- along with bang. If not, see . -- -- For further information about bang you can visit --- https://cdelord.fr/bang +-- https://github.com/cdsoft/bang --@LIB @@ -2039,7 +2039,7 @@ return lib("src/bang.lua", [[--/usr/bin/env luax -- along with bang. If not, see . -- -- For further information about bang you can visit --- https://cdelord.fr/bang +-- https://github.com/cdsoft/bang --@MAIN diff --git a/tools/bundle.lua b/tools/bundle.lua index 1a7614db..fe0518d9 100755 --- a/tools/bundle.lua +++ b/tools/bundle.lua @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] -- bundle a set of scripts into a single Lua script that can be added to the runtime diff --git a/tools/install_zig.sh b/tools/install_zig.sh index eabc5c40..c10691ea 100755 --- a/tools/install_zig.sh +++ b/tools/install_zig.sh @@ -16,7 +16,7 @@ # along with luax. If not, see . # # For further information about luax you can visit -# http://cdelord.fr/luax +# https://github.com/cdsoft/luax set -e diff --git a/tools/lsvg.luax b/tools/lsvg.luax index 5910ac6d..c02d7559 100755 --- a/tools/lsvg.luax +++ b/tools/lsvg.luax @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with lsvg. If not, see . For further information about lsvg you can visit -http://cdelord.fr/lsvg +https://github.com/cdsoft/lsvg --]] local F = require "F" @@ -681,7 +681,7 @@ You should have received a copy of the GNU General Public License along with lsvg. If not, see . For further information about lsvg you can visit -http://cdelord.fr/lsvg +https://github.com/cdsoft/lsvg --]] local F = require "F" diff --git a/tools/luax.lua b/tools/luax.lua index f79c9f14..2701c18b 100755 --- a/tools/luax.lua +++ b/tools/luax.lua @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] -- Use the Lua sources of luax to execute a LuaX script diff --git a/tools/pack.lua b/tools/pack.lua index 245869ba..4fce8b10 100755 --- a/tools/pack.lua +++ b/tools/pack.lua @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with luax. If not, see . For further information about luax you can visit -http://cdelord.fr/luax +https://github.com/cdsoft/luax --]] local F = require "F" diff --git a/tools/test-all.sh b/tools/test-all.sh index 5407522d..a2a8d0e6 100755 --- a/tools/test-all.sh +++ b/tools/test-all.sh @@ -16,7 +16,7 @@ # along with luax. If not, see . # # For further information about luax you can visit -# http://cdelord.fr/luax +# https://github.com/cdsoft/luax set -e diff --git a/tools/update-luax-tools.sh b/tools/update-luax-tools.sh index 158646bc..632d5389 100755 --- a/tools/update-luax-tools.sh +++ b/tools/update-luax-tools.sh @@ -16,7 +16,7 @@ # along with luax. If not, see . # # For further information about luax you can visit -# http://cdelord.fr/luax +# https://github.com/cdsoft/luax # This script updates bang, lsvg and luax scripts in the tools directory. diff --git a/tools/update-third-party-modules.sh b/tools/update-third-party-modules.sh index b66a734f..2f322d3b 100755 --- a/tools/update-third-party-modules.sh +++ b/tools/update-third-party-modules.sh @@ -16,7 +16,7 @@ # along with luax. If not, see . # # For further information about luax you can visit -# http://cdelord.fr/luax +# https://github.com/cdsoft/luax set -e diff --git a/tools/ypp.luax b/tools/ypp.luax index 9ab8a9f3..5660b2a9 100755 --- a/tools/ypp.luax +++ b/tools/ypp.luax @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with ypp. If not, see . For further information about ypp you can visit -http://cdelord.fr/ypp +https://github.com/cdsoft/ypp --]] --@LOAD @@ -60,7 +60,7 @@ You should have received a copy of the GNU General Public License along with ypp. If not, see . For further information about ypp you can visit -http://cdelord.fr/ypp +https://github.com/cdsoft/ypp --]] --@LOAD @@ -101,7 +101,7 @@ You should have received a copy of the GNU General Public License along with ypp. If not, see . For further information about ypp you can visit -http://cdelord.fr/ypp +https://github.com/cdsoft/ypp --]] --@LOAD @@ -185,7 +185,7 @@ You should have received a copy of the GNU General Public License along with ypp. If not, see . For further information about ypp you can visit -http://cdelord.fr/ypp +https://github.com/cdsoft/ypp --]] --@LOAD @@ -247,7 +247,7 @@ You should have received a copy of the GNU General Public License along with ypp. If not, see . For further information about ypp you can visit -http://cdelord.fr/ypp +https://github.com/cdsoft/ypp --]] --@LOAD @@ -310,7 +310,7 @@ You should have received a copy of the GNU General Public License along with ypp. If not, see . For further information about ypp you can visit -http://cdelord.fr/ypp +https://github.com/cdsoft/ypp --]] --@LIB @@ -425,7 +425,7 @@ You should have received a copy of the GNU General Public License along with ypp. If not, see . For further information about ypp you can visit -http://cdelord.fr/ypp +https://github.com/cdsoft/ypp --]] --@LOAD @@ -737,7 +737,7 @@ You should have received a copy of the GNU General Public License along with ypp. If not, see . For further information about ypp you can visit -http://cdelord.fr/ypp +https://github.com/cdsoft/ypp --]] --@LOAD @@ -805,7 +805,7 @@ You should have received a copy of the GNU General Public License along with ypp. If not, see . For further information about ypp you can visit -http://cdelord.fr/ypp +https://github.com/cdsoft/ypp --]] --@LIB @@ -1161,7 +1161,7 @@ You should have received a copy of the GNU General Public License along with ypp. If not, see . For further information about ypp you can visit -http://cdelord.fr/ypp +https://github.com/cdsoft/ypp --]] --@LOAD @@ -1192,7 +1192,7 @@ You should have received a copy of the GNU General Public License along with ypp. If not, see . For further information about ypp you can visit -http://cdelord.fr/ypp +https://github.com/cdsoft/ypp --]] --@LOAD @@ -1299,7 +1299,7 @@ You should have received a copy of the GNU General Public License along with ypp. If not, see . For further information about ypp you can visit -http://cdelord.fr/ypp +https://github.com/cdsoft/ypp --]] --@LOAD @@ -1353,7 +1353,7 @@ You should have received a copy of the GNU General Public License along with ypp. If not, see . For further information about ypp you can visit -http://cdelord.fr/ypp +https://github.com/cdsoft/ypp --]] --@MAIN