log tests/farray-alist.t @ 739:dae85cddc47b

age author description
Mon, 07 Oct 2024 23:39:01 +0200 Franz Glasner farray.sh: implement "falist_add()"
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 18:20:15 +0200 Franz Glasner farray.sh: Implement "falist_set_unique()" that does not overwrite existing key-value pairs
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.
Fri, 20 Sep 2024 00:24:09 +0200 Franz Glasner farray.sh: Implement falist_items(), falist_keys() and falist_values()
Thu, 19 Sep 2024 22:20:02 +0200 Franz Glasner farray.sh: Implement falist_update(): update an existing alist from another