summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b22e8948..9c40b42c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
* Version 5.3.1.
+ * src/wc.c: Test `!defined HAVE_MBSTATE_T' rather than
+ `defined mbstate_t' to detect missing support for mbstate_t.
+ The latter didn't work for HP-UX 11.23.
+
Add bulletproofing in case stdin is closed.
* src/dircolors.c (have_read_stdin): Remove global variable.
(dc_parse_stream): Always use stdin (freopen, if needed) rather