]> git.ipfire.org Git - thirdparty/bash.git/commit
read builtin fixes for CHERI environment; use CLOCK_GETTIME in gettimeofday replaceme...
authorChet Ramey <chet.ramey@case.edu>
Tue, 14 Oct 2025 18:21:00 +0000 (14:21 -0400)
committerChet Ramey <chet.ramey@case.edu>
Tue, 14 Oct 2025 18:21:00 +0000 (14:21 -0400)
commit6a48b39bba066d6ce1e14dc86a864119aa1923d0
tree9fe3669ff1453b4c1dbfb5d4e333b23df6d9df36
parent25c6aa5b230167c6471898539c46dd2891d891a5
read builtin fixes for CHERI environment; use CLOCK_GETTIME in gettimeofday replacement; readline fix to not optimize typeahead while defining a keyboard macro; fix for crash with unset nameref variable; make sure to save currently executing command around running DEBUG trap
22 files changed:
CWRU/CWRU.chlog
builtins/declare.def
builtins/mkbuiltins.c
builtins/read.def
doc/bash.0
doc/bash.1
doc/bash.html
doc/bash.pdf
examples/loadables/cat.c
execute_cmd.c
lib/readline/bind.c
lib/readline/doc/history.3
lib/readline/doc/readline.3
lib/readline/histfile.c
lib/readline/text.c
lib/sh/gettimeofday.c
redir.c
tests/glob2.sub
tests/nameref.right
tests/test-aux-functions
tests/unicode1.sub
variables.c