summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e1fb08..4b07ae7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-12-22 Eric Blake <ebb9@byu.net> (tiny change)
+
+ Avoid gcc warnings on Cygwin.
+ * lib/getopt.c (_getopt_internal): Add braces. Fix indentation.
+ * tests/smtp.gperf: Cast arguments of <ctype.h> functions.
+ * tests/test2.c: Include <io.h>.
+
2009-12-22 Bruno Haible <bruno@clisp.org>
Avoid g++ warnings.