]> git.ipfire.org Git - thirdparty/bash.git/commit
fix issue with making local variables from the temporary environment arrays; document...
authorChet Ramey <chet.ramey@case.edu>
Mon, 6 Oct 2025 21:20:10 +0000 (17:20 -0400)
committerChet Ramey <chet.ramey@case.edu>
Mon, 6 Oct 2025 21:20:10 +0000 (17:20 -0400)
commit25c6aa5b230167c6471898539c46dd2891d891a5
tree4223166d4289a9c9af7107d4cecffe06658c3191
parentf2f545ad7ba395cc4dcad49eae144ccc7c0e68ec
fix issue with making local variables from the temporary environment arrays; documentation updates; fix read builtin to check that the delimiter is not a newline before changing the terminal settings with a zero-length timeout
26 files changed:
CHANGES
CHANGES-5.3
CWRU/CWRU.chlog
NEWS
NEWS-5.3
arrayfunc.c
builtins/read.def
doc/bash.0
doc/bash.1
doc/bash.html
doc/bash.info
doc/bash.pdf
doc/bashref.html
doc/bashref.info
doc/bashref.log
doc/bashref.pdf
doc/bashref.texi
doc/bashref.vr
doc/bashref.vrs
examples/loadables/Makefile.in
examples/loadables/Makefile.inc.in
examples/startup-files/Bashrc.bfox
lib/readline/README
lib/readline/doc/history.3
lib/readline/doc/readline.3
variables.c