]> git.ipfire.org Git - thirdparty/bash.git/commit
fix issue with redirections to bash input file descriptor; new minimal chmod builtin...
authorChet Ramey <chet.ramey@case.edu>
Wed, 12 Feb 2025 16:18:16 +0000 (11:18 -0500)
committerChet Ramey <chet.ramey@case.edu>
Wed, 12 Feb 2025 16:18:16 +0000 (11:18 -0500)
commitc3ca11424d2ae66cafa2f931b008dfb728e209a5
tree114eaf2484c0774c7067f6ddc521dc85ae298c32
parent3cfc255efe9a05fe8b28cc03a1b6a3fac59741c0
fix issue with redirections to bash input file descriptor; new minimal chmod builtin; posix mode change for kill builtin return status; perform additional validation on brace expansion sequence expressions
13 files changed:
CWRU/CWRU.chlog
MANIFEST
braces.c
builtins/kill.def
command.h
doc/bash.1
doc/bashref.texi
doc/version.texi
examples/loadables/Makefile.in
examples/loadables/chmod.c [new file with mode: 0644]
execute_cmd.c
input.c
redir.c