summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b2fcb53..8dc36fc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1448,3 +1448,20 @@ configure.ac
readline library to be linked against a shared termcap/curses library
that configure finds. If the argument begins with `-l', use that
library instead; updated INSTALL accordingly
+
+ 11/25/2022
+ ----------
+gettimeofday.c
+ - add file from bash's lib/sh/gettimeofday.c, only compiled in if
+ HAVE_GETTIMEOFDAY is not defined
+
+Makefile.in
+ - gettimeofday.o: link in, it will not define any symbols if
+ HAVE_GETTIMEOFDAY is defined. This is for systems like _WIN32 that
+ don't have gettimeofday()
+
+ 3/6/2024
+ --------
+config.h.in
+ - added more defines that bash aclocal.m4 BASH_CHECK_MULTIBYTE checks
+ for