]> git.ipfire.org Git - thirdparty/bash.git/commit
builtins now return success if supplied --help; use groff to build HTML man pages...
authorChet Ramey <chet.ramey@case.edu>
Wed, 1 Oct 2025 14:44:10 +0000 (10:44 -0400)
committerChet Ramey <chet.ramey@case.edu>
Wed, 1 Oct 2025 14:44:10 +0000 (10:44 -0400)
commitfbd078be0a0722544ebe229ab90f949ead24bb3d
tree240f9ed6346d12bd1c0504915f3dbdab63ad271f
parentcf8a2518c8b94f75b330d398f5daa0ee21417e1b
builtins now return success if supplied --help; use groff to build HTML man pages; reset mbstate if $'...' strings read an invalid multibyte sequence; read -t 0 now looks at other options (-n/-N/-d) and sets the terminal state appropriately
35 files changed:
CWRU/CWRU.chlog
MANIFEST
Makefile.in
builtins/builtin.def
builtins/common.c
builtins/common.h
builtins/eval.def
builtins/getopts.def
builtins/read.def
builtins/test.def
builtins/times.def
doc/bash.0
doc/bash.1
doc/bash.html
doc/bash.info
doc/bash.pdf
doc/bashref.aux
doc/bashref.cp
doc/bashref.cps
doc/bashref.html
doc/bashref.info
doc/bashref.log
doc/bashref.pdf
doc/bashref.rw
doc/bashref.rws
doc/bashref.texi
doc/bashref.toc
doc/version.texi
examples/functions/repeat [new file with mode: 0644]
examples/functions/repeat2 [new file with mode: 0644]
examples/loadables/fltexpr.c
examples/startup-files/Bash_aliases
lib/sh/strtrans.c
shell.h
variables.c