log

age author description
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