diff options
Diffstat (limited to 'util/ChangeLog')
-rw-r--r-- | util/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/util/ChangeLog b/util/ChangeLog index bd83acc10..a6c4e7bdb 100644 --- a/util/ChangeLog +++ b/util/ChangeLog @@ -1,3 +1,12 @@ +2003-07-10 David Shaw <[email protected]> (from Werner on stable branch) + + * iobuf.c (check_special_filename): Replaced is isdigit by digitp + to avoid passing negative values and potential locale problems. + Problem noted by Christian Biere. + * strgutil.c (strlwr,strcasecmp,strncasecmp): Make sure we don't + pass a negative value. + * miscutil.c (scan_isodatestr): Ditto. + 2003-05-30 David Shaw <[email protected]> * srv.h, srv.c: Include windows.h with MINGW32. |