summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-05-16 20:23:52 +1000
committerDarren Tucker <dtucker@zip.com.au>2013-05-16 20:23:52 +1000
commit026d9db3fbe311b5a7e98d62472cb666aa559648 (patch)
tree51672a2705adaad7446a3e2b1864f03825d2b2ea /ChangeLog
parent2ca51bf140ef2c2409fd220778529dc17c11d8fa (diff)
- tedu@cvs.openbsd.org 2013/04/24 16:01:46
[misc.c] remove extra parens noticed by nicm
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4864be92f..413adfec0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
5 - tedu@cvs.openbsd.org 2013/04/23 17:49:45 5 - tedu@cvs.openbsd.org 2013/04/23 17:49:45
6 [misc.c] 6 [misc.c]
7 use xasprintf instead of a series of strlcats and strdup. ok djm 7 use xasprintf instead of a series of strlcats and strdup. ok djm
8 - tedu@cvs.openbsd.org 2013/04/24 16:01:46
9 [misc.c]
10 remove extra parens noticed by nicm
8 11
920130510 1220130510
10 - (dtucker) [configure.ac] Enable -Wsizeof-pointer-memaccess if the compiler 13 - (dtucker) [configure.ac] Enable -Wsizeof-pointer-memaccess if the compiler