summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c40b42c5..a22ca75ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
* Version 5.3.1.
+ * src/ls.c (sort_files): Use cleaner `sizeof *VAR_NAME'
+ rather than `sizeof (TYPE_NAME)'.
+ * src/ptx.c (sort_found_occurs, digest_word_file): Likewise.
+ (alloc_and_compile_regex): Likewise.
+
* 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.