]> git.ipfire.org Git - thirdparty/bash.git/commit
clarify some arithmetic error messages; fix for read builtin readline timeouts; initi...
authorChet Ramey <chet.ramey@case.edu>
Mon, 14 Nov 2022 17:08:12 +0000 (12:08 -0500)
committerChet Ramey <chet.ramey@case.edu>
Mon, 14 Nov 2022 17:08:12 +0000 (12:08 -0500)
commit96115811d810f97d0f1611864801a93cd320df50
tree41f56421b0c98d4349ad53f72808261a2ea9e32d
parent31f4d468b60eb27d768ef56d0a8b4982346465d9
clarify some arithmetic error messages; fix for read builtin readline timeouts; initial implementation of preserving double quotes in readline completion; add starting line number to some "EOF reached" parser error messages
24 files changed:
CWRU/CWRU.chlog
bashline.c
builtins/declare.def
builtins/read.def
builtins/reserved.def
doc/bash.1
expr.c
lib/readline/complete.c
lib/readline/display.c
parse.y
patchlevel.h
subst.c
test.c
tests/arith.right
tests/array.right
tests/cond.right
tests/errors.right
tests/errors8.sub
tests/exp.right
tests/more-exp.right
tests/new-exp.right
tests/quotearray.right
tests/test.right
tests/test.tests