log

age author description
Wed, 18 Sep 2024 16:15:19 +0200 Franz Glasner Docs: wording
Wed, 18 Sep 2024 16:13:51 +0200 Franz Glasner farray.sh: farray_del() now accepts general index value
Wed, 18 Sep 2024 15:57:31 +0200 Franz Glasner farray.sh: farray_get() and farray_tryget() now uses the _farr_make_index() function.
Wed, 18 Sep 2024 15:56:47 +0200 Franz Glasner Style
Wed, 18 Sep 2024 14:51:45 +0200 Franz Glasner farray.sh: farray_splice() now uses the new _farr_make_index()
Wed, 18 Sep 2024 14:51:27 +0200 Franz Glasner farray.sh: Implement _farr_make_index().
Wed, 18 Sep 2024 13:13:26 +0200 Franz Glasner farray.sh: farray_splice() now checks the given index and length values
Wed, 18 Sep 2024 13:05:01 +0200 Franz Glasner farray.sh: implement _farr_is_decimal_number() to prepare for more thorough index checks
Wed, 18 Sep 2024 03:21:55 +0200 Franz Glasner Tests: activate the shell's "-u" for all the cram tests
Wed, 18 Sep 2024 03:18:15 +0200 Franz Glasner Tests: Thorough unittests for farray_splice()
Wed, 18 Sep 2024 01:25:25 +0200 Franz Glasner farray.sh: Implement an equality test in "farray_are_equal()"
Wed, 18 Sep 2024 01:23:57 +0200 Franz Glasner Tests: structure using headlines
Wed, 18 Sep 2024 00:46:17 +0200 Franz Glasner Begin unittests for farray.sh using "cram"
Tue, 17 Sep 2024 23:03:28 +0200 Franz Glasner farray.sh: implement farray_splice().
Tue, 17 Sep 2024 23:02:30 +0200 Franz Glasner WS
Sun, 15 Sep 2024 23:09:57 +0200 Franz Glasner farray.sh: more thorough index checks where needed.
Sun, 15 Sep 2024 22:35:37 +0200 Franz Glasner farray.sh: farray_contains() now accepts multiple search values and returns true if any of them is found within the array
Sun, 15 Sep 2024 21:58:33 +0200 Franz Glasner fzfs: make other "normal" properties an array and use eval with proper escaping.
Sun, 15 Sep 2024 21:57:11 +0200 Franz Glasner fzfs: Init local array and alist variables as recommented
Sun, 15 Sep 2024 21:56:21 +0200 Franz Glasner fzfs: Variable name confusion: use _propvalue everywhere -- as intended
Sun, 15 Sep 2024 21:26:55 +0200 Franz Glasner farray.sh: implement falist_tryget_item_at_index(): try to get a key-value item with one call
Sun, 15 Sep 2024 11:36:38 +0200 Franz Glasner .shellcheckrc: Comment on reasons: FreeBSD has this non-required features in POSIX shells
Sun, 15 Sep 2024 11:28:51 +0200 Franz Glasner farray.sh: quote whe using given names as params
Fri, 13 Sep 2024 23:05:01 +0200 Franz Glasner farray.sh: mark valid low-level error messages as such
Fri, 13 Sep 2024 23:04:17 +0200 Franz Glasner farray.sh: Implement falist_trydel() to remove a key/value from an alist
Fri, 13 Sep 2024 23:01:51 +0200 Franz Glasner farray.sh: FIX: error message: remove invalid word in message
Fri, 13 Sep 2024 21:30:13 +0200 Franz Glasner farray.sh: no need to redirect output twice when calling _farr_fatal()
Fri, 13 Sep 2024 21:15:03 +0200 Franz Glasner FIX: Docs
Fri, 13 Sep 2024 18:59:26 +0200 Franz Glasner farray.sh: another test for proper a proper farray_del() implementation
Fri, 13 Sep 2024 18:58:31 +0200 Franz Glasner farray.sh: simplify farray_del() somewhat: use less local variables