log tests/farray-alist.t @ 746:7e2279d6db0f

age author description
Tue, 08 Oct 2024 18:11:24 +0200 Franz Glasner farray.sh: falist_get() and falist_tryget() now optionally can store the index of the found item into a variable also
Tue, 08 Oct 2024 17:55:23 +0200 Franz Glasner farray.sh: Implement falist_find() -- a variant of falist_contains() that also returns the found index proper
Tue, 08 Oct 2024 15:52:30 +0200 Franz Glasner farray.sh: implement "falist_merge()" to merge two "sorted" alists and add the result to a resulting alist
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