| Sun, 01 Sep 2024 11:58:21 +0200 |
Franz Glasner |
array.sh: REFACTOR: helper functions renamed to have _farr_ prefix
|
| Sun, 01 Sep 2024 11:16:54 +0200 |
Franz Glasner |
array.sh: simplify the output of debug output to make it less verbose
|
| Sun, 01 Sep 2024 11:15:01 +0200 |
Franz Glasner |
array.sh: REFACTOR: All functions that are value getters (get, tryget, find, length) set a variable now.
|
| Sat, 31 Aug 2024 23:20:03 +0200 |
Franz Glasner |
array.sh: Implement "array_set()" and "array_del()" to set and delete array entries at given indexes
|
| Sat, 31 Aug 2024 20:31:10 +0200 |
Franz Glasner |
array.sh: FIX: Use really proper escaping when appending values to an array
|
| Sat, 31 Aug 2024 18:17:09 +0200 |
Franz Glasner |
array.sh: Implement array_contains() and array_find()
|
| Sat, 31 Aug 2024 16:46:18 +0200 |
Franz Glasner |
array.sh: Replace the __UNSET__ tag with a GUID just created
|
| Sat, 31 Aug 2024 14:07:28 +0200 |
Franz Glasner |
Style
|
| Sat, 31 Aug 2024 14:06:03 +0200 |
Franz Glasner |
array.sh: implement array_tryget() for iterating in a shell while loop
|
| Sat, 31 Aug 2024 14:04:54 +0200 |
Franz Glasner |
array.sh: improve docs
|
| Fri, 30 Aug 2024 21:31:38 +0200 |
Franz Glasner |
===== Added signature for changeset c1583ed4d3f0
|
| Fri, 30 Aug 2024 21:31:13 +0200 |
Franz Glasner |
>>>>> tag v0.26.1 for changeset 5255651502bb
|
| Fri, 30 Aug 2024 21:30:51 +0200 |
Franz Glasner |
+++++ v0.26.1
v0.26.1
|
| Fri, 30 Aug 2024 18:50:12 +0200 |
Franz Glasner |
fzfs: Try to unmount filesystems that have been mounted by this tool when an error occurs
|
| Fri, 30 Aug 2024 17:29:20 +0200 |
Franz Glasner |
Implement a debug output routine for arrays: array_debug()
|
| Fri, 30 Aug 2024 16:49:36 +0200 |
Franz Glasner |
Typo in error message
|
| Fri, 30 Aug 2024 16:48:24 +0200 |
Franz Glasner |
Use the new output routinges for errors in fzfs' global error handling
|
| Fri, 30 Aug 2024 16:44:23 +0200 |
Franz Glasner |
Also implement "err()" in as common shell subroutine
|
| Fri, 30 Aug 2024 16:42:04 +0200 |
Franz Glasner |
Implement "checkyesno()" and "checkyes()" in the common shell subroutines
|
| Fri, 30 Aug 2024 15:51:26 +0200 |
Franz Glasner |
FIX: Use correct printf formatting character
|
| 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
|
| Thu, 29 Aug 2024 19:10:31 +0200 |
Franz Glasner |
Rename "array_new()" to "array_create()".
|
| Thu, 29 Aug 2024 15:12:10 +0200 |
Franz Glasner |
Docs: warn if the length of arrays are changed while calling array_for_each()
|
| Thu, 29 Aug 2024 15:11:29 +0200 |
Franz Glasner |
Style
|