summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab584d993..df1d5ea6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,12 @@
3 - tedu@cvs.openbsd.org 2014/01/04 17:50:55 3 - tedu@cvs.openbsd.org 2014/01/04 17:50:55
4 [mac.c monitor_mm.c monitor_mm.h xmalloc.c] 4 [mac.c monitor_mm.c monitor_mm.h xmalloc.c]
5 use standard types and formats for size_t like variables. ok dtucker 5 use standard types and formats for size_t like variables. ok dtucker
6 - guenther@cvs.openbsd.org 2014/01/09 03:26:00
7 [sftp-common.c]
8 When formating the time for "ls -l"-style output, show dates in the future
9 with the year, and rearrange a comparison to avoid a potentional signed
10 arithmetic overflow that would give the wrong result.
11 ok djm@
6 12
720140108 1320140108
8 - (djm) [regress/.cvsignore] Ignore regress test droppings; ok dtucker@ 14 - (djm) [regress/.cvsignore] Ignore regress test droppings; ok dtucker@