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:
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 539be4563..df9f43860 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,10 @@
+2009-10-16 Jeff Johnston <jjohnstn@redhat.com>
+
+ * libc/include/sys/config.h[__CYGWIN__]: Set __USE_XOPEN2K flag
+ if not __STRICT_ANSI__ or stdc version C99 or greater.
+ * libc/include/stdio.h[__STRICT_ANSI__]: Add __USE_XOPEN2K check
+ for fseeko and ftello prototypes.
+
2009-10-15 Corinna Vinschen <corinna@vinschen.de>
* libc/include/wchar.h (struct tm0: Declare as incomplete type.