log

age author description
Thu, 19 Sep 2024 22:20:02 +0200 Franz Glasner farray.sh: Implement falist_update(): update an existing alist from another
Thu, 19 Sep 2024 20:03:29 +0200 Franz Glasner farray.sh: falist_create() and falist_set() now accept a sequence of key-value pairs.
Thu, 19 Sep 2024 18:29:57 +0200 Franz Glasner farray.sh: Implemented comparison (ordered and unordered) for alists
Thu, 19 Sep 2024 17:31:59 +0200 Franz Glasner farray.sh: Document that an alist preserves insertion order
Thu, 19 Sep 2024 17:19:35 +0200 Franz Glasner farray.sh: docs: more on farray_splice() (examples)
Thu, 19 Sep 2024 13:28:01 +0200 Franz Glasner farray.sh: docs
Thu, 19 Sep 2024 13:13:23 +0200 Franz Glasner farray.sh: Remove arithmetic expansion where it does more harm than good
Thu, 19 Sep 2024 12:21:58 +0200 Franz Glasner farray.sh: Generalized indices for falist_tryget_{item,key,value}_at_index()
Thu, 19 Sep 2024 12:15:33 +0200 Franz Glasner farray.sh: tests: add forgotten check for left artifacts (memory leaks)
Thu, 19 Sep 2024 11:52:42 +0200 Franz Glasner farray.sh: enhance unittests for alists
Wed, 18 Sep 2024 23:08:06 +0200 Franz Glasner farray.sh: Moved all currently existing tests for alists into cram tests.
Wed, 18 Sep 2024 22:06:45 +0200 Franz Glasner farray.sh: More unittests with regard to array parameter checks
Wed, 18 Sep 2024 22:06:19 +0200 Franz Glasner farray.sh: changed some error messages slightly
Wed, 18 Sep 2024 21:48:06 +0200 Franz Glasner farray.sh: Remove old array tests in _farray_test().
Wed, 18 Sep 2024 21:46:43 +0200 Franz Glasner farray.sh: Unittests for joining arrays
Wed, 18 Sep 2024 21:20:13 +0200 Franz Glasner farray.sh: farray_find(): Fixes in "start" and "end" param evaluation.
Wed, 18 Sep 2024 17:10:43 +0200 Franz Glasner farray.sh: FIX: docs
Wed, 18 Sep 2024 16:57:41 +0200 Franz Glasner farray.sh: _farr_array_get_meta(), farr_array_tryget_meta() and _farr_array_tryget_meta_nonfatal() now do not use arithmetic expansion to check for valid length values.
Wed, 18 Sep 2024 16:44:47 +0200 Franz Glasner farray.sh: farray_set() now accepts general indices
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()"