Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2000-02-25 22:52:27 +0300
committerJeff Johnston <jjohnstn@redhat.com>2000-02-25 22:52:27 +0300
commitdbaf37cf8373d36e8b00c82ef180d5144523b33c (patch)
treef7f5120c0e085a96289fd3dd3f6cea49c6ceb47d /newlib/ChangeLog
parente53d3a5d95b7c476569007171bb69c3b6302431d (diff)
Fri Feb 25 14:50:50 2000 Jeff Johnston <jjohnstn@cygnus.com>
* libc/stdio/flags.c (__sflags): Added check that mode[1] is non-null before looking at mode[2].
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 6adf4f4d8..2e39d2b07 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+Fri Feb 25 14:50:50 2000 Jeff Johnston <jjohnstn@cygnus.com>
+
+ * libc/stdio/flags.c (__sflags): Added check that mode[1]
+ is non-null before looking at mode[2].
+
Thu Feb 24 11:43:00 2000 Ran Cabell <rcabell@norfolk.infi.net>
* libm/mathfp/sf_atan2.c: Fix atan2 typo for _DOUBLE_IS_32_BITS.