log tests/farray-object.t @ 805:e18cc5fe828c

age author description
Wed, 23 Oct 2024 01:00:33 +0200 Franz Glasner farray.sh: Add public functions to check whether a given value refers to a object (array, alist).
Sun, 20 Oct 2024 14:43:50 +0200 Franz Glasner farray.sh: Check for typos in local variable names or missing "local" declarations for variables
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 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: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.