summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a22ca75ab..0125a7bc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
* Version 5.3.1.
+ * src/ls.c (long_time_expected_width): Don't test for failed localtime.
+ That cannot happen when the result date's year is in range.
+ Add an assertion instead.
+
* 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.