]> git.ipfire.org Git - thirdparty/bash.git/commit
fixes for glibc time/gettimeofday issue; fix issue with history file containing one...
authorChet Ramey <chet.ramey@case.edu>
Mon, 27 Mar 2023 13:28:12 +0000 (09:28 -0400)
committerChet Ramey <chet.ramey@case.edu>
Mon, 27 Mar 2023 13:28:12 +0000 (09:28 -0400)
commit64b2b7c08d427796d75411f5d3ea46e585ad2d4b
tree76be3ef5f55ba9e7420f8106bd7db4c835d47fe7
parentf539a75606a39df0802172a6839099378b5ee65c
fixes for glibc time/gettimeofday issue; fix issue with history file containing one line too few if saving timestamps; fix for signal arriving while displaying readline completions
25 files changed:
CWRU/CWRU.chlog
MANIFEST
aclocal.m4
configure
examples/loadables/finfo.c
examples/loadables/id.c
examples/loadables/stat.c
examples/loadables/strftime.c
examples/loadables/tee.c
examples/loadables/tty.c
general.h
include/posixtime.h
lib/readline/complete.c
lib/readline/examples/histexamp.c
lib/readline/histfile.c
lib/readline/history.c
lib/readline/misc.c
lib/readline/undo.c
lib/sh/tmpfile.c
parse.y
support/man2html.c
tests/history.right
tests/history.tests
tests/history7.sub [new file with mode: 0644]
variables.c