diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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, |