diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-13 16:21:22 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-13 16:21:22 +0300 |
commit | f156eb53457a9e4e34c1b96f9e54eb130dffd8a3 (patch) | |
tree | 793b7346af079f55e1c1d4abd490413218fa1a95 /test/ChangeLog | |
parent | 0325b4daf737414c3b811b05c70b897b807a436b (diff) | |
download | egawk-f156eb53457a9e4e34c1b96f9e54eb130dffd8a3.tar.gz egawk-f156eb53457a9e4e34c1b96f9e54eb130dffd8a3.tar.bz2 egawk-f156eb53457a9e4e34c1b96f9e54eb130dffd8a3.zip |
Remove fatal error if strftime timestamp < 0.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r-- | test/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 10d707cd..0092932f 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,8 @@ +2015-04-13 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (negtime): New test. + * negtime.awk, negtime.ok: New files. + 2015-04-09 Arnold D. Robbins <arnold@skeeve.com> * fts.awk: Skip atime to avoid spurious timestamp |