aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 37315324..b4e60c51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,12 @@
* interpret.h (r_interpret): Add some casts to avoid warning
messages in printf statements.
+ Unrelated:
+
+ * configure.ac: Add check for gai_strerror.
+ * io.c (socketopen): Use gai_strerror to add more information
+ if getaddrinfo fails.
+
2017-08-25 Pat Rankin <r.pat.rankin@gmail.com>
* builtin.c (TYPE_MINIMUM): Use type uintmax_t for the calculation,