]> git.ipfire.org Git - thirdparty/bash.git/commit
round seconds in command timing information if precision is >= 0; fix for readline...
authorChet Ramey <chet.ramey@case.edu>
Thu, 23 Oct 2025 20:35:55 +0000 (16:35 -0400)
committerChet Ramey <chet.ramey@case.edu>
Thu, 23 Oct 2025 20:35:55 +0000 (16:35 -0400)
commit403b32faf6a5b31ed58a42d1ff696fb8d3d7d5b9
tree7b05b4d963092322b36faddcb26e5e49db7f52ff
parent6edfd0bf647cac5c3af3c15aabf49e27528ddf78
round seconds in command timing information if precision is >= 0; fix for readline word boundaries when quoted command substitutions appear; remove nameref attribute when converting nameref variable into an array; change how help strings are written to builtins.c; change read builtin to update unwind-protect if the input string is reallocated; fix crash when an expansion on the rhs of an assignment statement unsets the variable on the lhs
12 files changed:
CWRU/CWRU.chlog
arrayfunc.c
bashline.c
builtins/mkbuiltins.c
builtins/read.def
execute_cmd.c
subst.c
subst.h
tests/RUN-TEST-SCRIPT
tests/builtins.right
tests/conv-warnings [deleted file]
variables.c