]> git.ipfire.org Git - thirdparty/bash.git/commit
fix a bug in word splitting that could potentially drop the first word; complete...
authorChet Ramey <chet.ramey@case.edu>
Thu, 2 Apr 2026 15:02:52 +0000 (11:02 -0400)
committerChet Ramey <chet.ramey@case.edu>
Thu, 2 Apr 2026 15:02:52 +0000 (11:02 -0400)
commit1cbe8c04bb0aa62e0493e096472528cdea983fc2
tree96ff4fb5cf40d7baf22ec037aba8bc0191b8b4bf
parent55f721c51e2d7999144b28cb2e97d1d077d1d1ef
fix a bug in word splitting that could potentially drop the first word; complete -p now prefixes the compspec for commands that begin with `-' with `--'; several builtins updated to use $'...' quoting for output when appropriate
14 files changed:
CWRU/CWRU.chlog
assoc.c
builtins/alias.def
builtins/complete.def
builtins/trap.def
builtins/type.def
doc/bash.info
doc/bash.pdf
doc/bashref.info
doc/bashref.texi
parse.y
print_cmd.c
subst.c
subst.h