diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-06-22 06:57:00 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-06-22 06:57:00 +0000 |
commit | 90a6a59a2f27124917ee6931f66594a636a4c591 (patch) | |
tree | b4c26d2a7fa1a96d3a2125b61490617c48bdfc56 /CHANGES | |
parent | 8bae3d9007ffdaf21d01cef23a6c6afd342cd55c (diff) |
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-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |