log tests/farray-array.t @ 749:e8eb5e7ceb37

age author description
Thu, 10 Oct 2024 13:27:50 +0200 Franz Glasner farray.sh: Implement binary lexicographical search in "farray_binsearch()".
Wed, 09 Oct 2024 22:29:46 +0200 Franz Glasner farray.sh: Implement the first simple sorting algorithm using Gnome Sort
Tue, 08 Oct 2024 09:52:29 +0200 Franz Glasner farray.sh: FIX: allow proper token value usage for farray_splice(), farray_merge(), falist_keys(), falist_values() and falist_items()
Tue, 08 Oct 2024 09:04:42 +0200 Franz Glasner farray.sh: implement "farray_merge()" to merge two sorted arrays
Mon, 07 Oct 2024 14:08:29 +0200 Franz Glasner farray.sh: Unified the output of farray_debug() and falist_debug()
Mon, 07 Oct 2024 12:57:29 +0200 Franz Glasner farray.sh: Rename farray_destroy() to farray_release() and falist_destroy() to falist_release()
Mon, 07 Oct 2024 12:44:00 +0200 Franz Glasner farray.sh: change token prefixes again
Mon, 07 Oct 2024 12:36:18 +0200 Franz Glasner farray.sh: Resource management by reference counting done
Sun, 06 Oct 2024 16:19:45 +0200 Franz Glasner farray.sh: Test the debug output and the destruction of complex objects.
Sun, 06 Oct 2024 05:45:29 +0200 Franz Glasner farray.sh: Changed token value prefix: replace the last underscore "_" by a colon ":"
Sat, 05 Oct 2024 21:55:55 +0200 Franz Glasner farray.sh: REFACTOR: More flexible metadata retrieval.
Fri, 04 Oct 2024 23:18:10 +0200 Franz Glasner farray.sh: The first preparations to allow arrays/alists as values in other arrays or alists
Fri, 04 Oct 2024 17:18:14 +0200 Franz Glasner farray.sh: type tests for array and alist
Fri, 04 Oct 2024 15:45:51 +0200 Franz Glasner farray.sh: The token values are prepended by a type-specific prefix: can now easily determine whether it is an array or alist from the value in its name
Fri, 27 Sep 2024 22:45:45 +0200 Franz Glasner farray.sh: farray_istrue() and falist_istrue(): truth tests for arrays and alists.
Thu, 26 Sep 2024 11:58:44 +0200 Franz Glasner farray.sh: Also provide a strict posixly correct quoting alternative.
Wed, 25 Sep 2024 21:04:19 +0200 Franz Glasner Tests: More tests for quoting for eval
Wed, 18 Sep 2024 22:06:45 +0200 Franz Glasner farray.sh: More unittests with regard to array parameter checks
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 16:44:47 +0200 Franz Glasner farray.sh: farray_set() now accepts general indices
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 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"