]> git.ipfire.org Git - thirdparty/bash.git/commit
the `history' builtin prints error messages for certain read and write errors; implem...
authorChet Ramey <chet.ramey@case.edu>
Sun, 18 Jan 2026 22:48:33 +0000 (17:48 -0500)
committerChet Ramey <chet.ramey@case.edu>
Sun, 18 Jan 2026 22:48:33 +0000 (17:48 -0500)
commit8ea1a222dfb723e9cff86871314d1da0cc09545a
tree2f0cdaeef4bb2369aa60ea5b5dedb536dcfbc279
parenta6421d84191dbc90832747f4ba88bf0b5eed0550
the `history' builtin prints error messages for certain read and write errors; implementation of new form of nofork command substitution that does not remove trailing newlines
25 files changed:
CWRU/CWRU.chlog
MANIFEST
builtins/history.def
command.h
doc/bash.0
doc/bash.1
doc/bash.info
doc/bashref.info
doc/bashref.texi
doc/version.texi
general.c
lib/readline/histfile.c
parse.y
parser.h
subst.c
tests/comsub2.right
tests/comsub2.tests
tests/comsub21.sub
tests/comsub23.sub
tests/comsub26.sub
tests/comsub27.sub
tests/comsub28.sub [new file with mode: 0644]
tests/history.right
tests/history.tests
tests/history12.sub [new file with mode: 0644]