log

age author description
Wed, 04 Sep 2024 10:36:24 +0200 Franz Glasner array.sh: FIX: call sed with LC_ALL=C to explicitely set the C locale when calling into sed
Tue, 03 Sep 2024 12:20:15 +0200 Franz Glasner array.sh: Impplement array_join(), array_join_for_eval() and array_print_join_for_eval()
Tue, 03 Sep 2024 12:19:11 +0200 Franz Glasner Style: make docs more consistent
Mon, 02 Sep 2024 02:12:07 +0200 Franz Glasner array.sh: Implement alist_for_each().
Sun, 01 Sep 2024 21:52:01 +0200 Franz Glasner fzfs: Implement option "-k" for clone-tree and mount to keep cloned datasets or keep datasets mounted on errors
Sun, 01 Sep 2024 21:34:27 +0200 Franz Glasner fzfs: implement "fzfs clone-tree".
Sun, 01 Sep 2024 19:46:15 +0200 Franz Glasner fzfs-mount: docs: note that unmounting is tried on errors
Sun, 01 Sep 2024 17:56:56 +0200 Franz Glasner array.sh: Implement alist_new()
Sun, 01 Sep 2024 16:57:47 +0200 Franz Glasner array.sh: some tests
Sun, 01 Sep 2024 16:57:25 +0200 Franz Glasner array.sh: Implement an alist (aka map, dict) for key-pair values.
Sun, 01 Sep 2024 16:55:10 +0200 Franz Glasner array.sh: array_print_length() now always returns 0
Sun, 01 Sep 2024 13:58:01 +0200 Franz Glasner array.sh: REFACTOR: Rename all local variables to have a __farr_ prefix.
Sun, 01 Sep 2024 11:58:21 +0200 Franz Glasner array.sh: REFACTOR: helper functions renamed to have _farr_ prefix
Sun, 01 Sep 2024 11:16:54 +0200 Franz Glasner array.sh: simplify the output of debug output to make it less verbose
Sun, 01 Sep 2024 11:15:01 +0200 Franz Glasner array.sh: REFACTOR: All functions that are value getters (get, tryget, find, length) set a variable now.