Avoid using <<< as busybox sh doesn't seem to support it (and it's not POSIX)
Support for conditions in !f and !fc command subvariants.
Slightly more friendly debugging info for ? command parse error
Change regex quoting to prevent / being misinterpreted.
Add -h option to zf_ln to disable certain symlink resolution behavior.
Make it possible to change symlink ownership
UID and GID are decimal, not octal
Silence errors from zstat
Remove forgotten code
Don't use temporary variable in fs_contentl
Use helper global variable for setting content
Double-escaping content_call
Create global fileset_stat_* associative arrays explicitly
Pass down flags= conditionally
Make flags= optional, alias for creating plaintext files.
Store major and minor part of mdev in global parameters.
Fix mknod invocation
Allow creating device nodes
Fix mkfifo call
Pipe support
Fix incorrect variable name (file -> filename)
Fixes for conditional script execution command
Don't forget to close the memory mapping.
New, faster fslist.py.
fslist implementations based on cpio and GNU find/sort
fix devices in fslist, WIP cpio2fs
Use cat instead of print when we want the additional newline
invert value properly
reset cache when removing files
fix typo
changed fs_type_or_missing to handle bzr cdiff flag itself, printing errors appropriately
parameter declaration
change fileset_stat_cur to be associative array instead of parameter name
initialize variables
fix parameter name, silence missing file errors from zstat
declare globals properly
fix typo
fix else/if
untested hexdump mode
remove all aliases - mksh has conflicting definition of "r"
fix C and B command
error out on unknown statements, fix array declaration
fix indentation
implement fs_c using arbitrary callable statement
all essential functions for confz except for c
some basic functions for zsh implementation
custom condition / checks
fix function numbering
pass the arguments to do_* functions, fix check for r
fix syntax in fileset.awk, disable printing of rsync filters to stderr to default
WIP change to check/do style of execution
mention b/B in documentation
use base64 for encoding binary files
handle broken symbolic links
script for detecting duplicates in filesets
fix root path in fslist
fix vimdiff, clean $RSFILTER if it exists, more configurable fslist
fsvimdiff
support $ROOT and $compact variables in fslist
print out rsync filters
fix symlink handling
readme file
don't define dirname, let user override the shell in fsapply
use shell functions instead of generating code
remove superfluous newline after c
don't omit top-level directories
canonicalize commands to uppercase iff it reads till the end of the statement
fixed die function, made fsapply wrapper
fslist prototype in zsh, fix escaping in fileset.awk
initial commit