summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-06-22 06:57:00 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-06-22 06:57:00 +0000
commit90a6a59a2f27124917ee6931f66594a636a4c591 (patch)
treeb4c26d2a7fa1a96d3a2125b61490617c48bdfc56 /CHANGES
parent8bae3d9007ffdaf21d01cef23a6c6afd342cd55c (diff)
downloadcurl-90a6a59a2f27124917ee6931f66594a636a4c591.tar.gz
Stopped using ranges in scanf character sequences (e.g. %[a-z]) since that
is not ANSI C, just a common extension. This caused problems on at least Open Watcom C.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index be600cbc7..61b9fbc6f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Daniel Fandrich (21 Jun 2008)
+- Stopped using ranges in scanf character sequences (e.g. %[a-z]) since that
+ is not ANSI C, just a common extension. This caused problems on
+ at least Open Watcom C.
+
Yang Tse (20 Jun 2008)
- Modified configuration script to actually verify if the compiler is good
enough at detecting compilation errors or at least it has been properly