log

age author description
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
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:07:45 +0200 Franz Glasner farray.sh: FIX: Typo in local variable names: a global was used instead
Tue, 08 Oct 2024 09:04:42 +0200 Franz Glasner farray.sh: implement "farray_merge()" to merge two sorted arrays
Mon, 07 Oct 2024 23:39:01 +0200 Franz Glasner farray.sh: implement "falist_add()"
Mon, 07 Oct 2024 17:30:10 +0200 Franz Glasner Docs: comments are allowed in package-mapping.conf now
Mon, 07 Oct 2024 16:33:28 +0200 Franz Glasner check-ports: FIX: Typo in variable name.
Mon, 07 Oct 2024 16:15:24 +0200 Franz Glasner check-ports: explicitely allow comments and empty lines in package-mapping.conf
Mon, 07 Oct 2024 15:51:06 +0200 Franz Glasner common.subr: allow an empty fatal exit code and map to the default EX_USAGE (70)
Mon, 07 Oct 2024 14:25:43 +0200 Franz Glasner farray.sh: docs: add a general note about resource management
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 13:34:28 +0200 Franz Glasner farray.sh: an official function fobject_type() instead of an internal one
Mon, 07 Oct 2024 13:26:25 +0200 Franz Glasner farray.sh: more thorough checks when numbers are octal
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 17:23:09 +0200 Franz Glasner farray.sh: Remove unneeded function "_farr_alist_destroy_value()"
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:56:27 +0200 Franz Glasner farray.sh: style
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.
Sat, 05 Oct 2024 14:49:34 +0200 Franz Glasner farray.sh: docs
Sat, 05 Oct 2024 14:47:30 +0200 Franz Glasner farray.sh: typos in comment
Sat, 05 Oct 2024 14:46:29 +0200 Franz Glasner farray.sh: Provide extra arguments that may be forwarded to all the "for each"-callbacks
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
Thu, 03 Oct 2024 21:16:57 +0200 Franz Glasner common.subr: Put some important definitions from sysexits(3) into common.subr
Thu, 03 Oct 2024 20:00:21 +0200 Franz Glasner .shellcheckrc: Add the configuration directory in /usr/local/etc/local-bsdtools to Shellcheck's source-path