log

age author description
Fri, 30 Aug 2024 15:36:41 +0200 Franz Glasner Implement fatal() and warn() in the common scripts as helpers for printing warnings and exiting with fatal errors
Fri, 30 Aug 2024 14:17:45 +0200 Franz Glasner FIX: Handle severe error in "fzfs mount" when the root dataset naturally mounts at root filesystem
Fri, 30 Aug 2024 10:49:36 +0200 Franz Glasner FIX: array_destroy() now returns 1 if the array doest not exist -- as it was always intended
Fri, 30 Aug 2024 10:40:11 +0200 Franz Glasner - Use a common global prefix for all array variables ("_farr_")
Thu, 29 Aug 2024 19:44:19 +0200 Franz Glasner Implement "array_clear()"
Thu, 29 Aug 2024 19:25:27 +0200 Franz Glasner Implement a new array_new() that deletes an eventually existing array first -- if any
Thu, 29 Aug 2024 19:24:21 +0200 Franz Glasner Docs