- Base library:

- Rename default.bash to base.bash,
    - Normalize some function names: version_print(), help_print(), str_quote(), str_escape(), echo_line(), echo_error() & cmd_exec()
    - Normalise some global variables: VERBOSE & DRY_RUN,
    - Add default options: errexit, pipefail & nounset,
    - Add GPL headers,
- ISL:
    - Move ISL functions to isl command,
    - Add bsh completion.
This commit is contained in:
2026-03-29 12:18:34 +02:00
parent 0be015d53f
commit 37432a6ac8
9 changed files with 629 additions and 13 deletions

View File

@@ -1,14 +1,16 @@
------------------------------------------------------------------------------------------------------------------------------------
Rx3-Base V 1.1.0 - A. GIBERT - 2026/03/28
Rx3-Base V 1.1.0 - A. GIBERT - 2026/03/29
------------------------------------------------------------------------------------------------------------------------------------
- Default library:
- Base library:
- Rename default.bash to base.bash,
- Normalize some function names: version_print(), help_print(), str_quote(), str_escape(), echo_line(), echo_error() & cmd_exec()
- Normalise some global variables: VERBOSE & DRY_RUN,
- Add default options: errexit, pipefail & nounset,
- Add GPL headers,
- ISL:
- Move ISL to docker_tools.
- Move ISL functions to isl command,
- Add bsh completion.