]> git.ipfire.org Git - thirdparty/bash.git/commit
change `read -d' on a tty when the delimiter is not a newline to set the terminal...
authorChet Ramey <chet.ramey@case.edu>
Fri, 30 Jan 2026 21:43:46 +0000 (16:43 -0500)
committerChet Ramey <chet.ramey@case.edu>
Fri, 30 Jan 2026 21:43:46 +0000 (16:43 -0500)
commit468e98e574c182a4c5cee6ae63eb124907bfce16
tree1595c3e65c5415c405714a08e5657af2652c14bb
parentb805bbec801b3ac9adf1e67707b2d5bd3da9e60b
change `read -d' on a tty when the delimiter is not a newline to set the terminal EOL character instead of putting the terminal into character-at-a-time mode; change some calls to atoi to use strol instead
34 files changed:
CWRU/CWRU.chlog
array.c
array.h
array2.c
builtins/fc.def
builtins/read.def
doc/bash.html
doc/bash.info
doc/bash.pdf
doc/bashref.aux
doc/bashref.bt
doc/bashref.bts
doc/bashref.cp
doc/bashref.cps
doc/bashref.fn
doc/bashref.fns
doc/bashref.html
doc/bashref.info
doc/bashref.log
doc/bashref.pdf
doc/bashref.texi
doc/bashref.toc
doc/builtins.pdf
eval.c
examples/scripts/nohup.sh
general.c
include/shtty.h
lib/readline/NEW/xxx-autocomplete [deleted file]
lib/readline/doc/rluser.info [deleted file]
lib/readline/examples/rl-test-timeout [deleted file]
lib/readline/examples/rl-timeout.c [deleted file]
lib/readline/examples/x [deleted file]
lib/sh/shtty.c
variables.c