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:
authorCorinna Vinschen <corinna@vinschen.de>2010-02-26 12:37:12 +0300
committerCorinna Vinschen <corinna@vinschen.de>2010-02-26 12:37:12 +0300
commitd91ab868e147a93e28a30a08beb9275ae7e1d37b (patch)
tree2589989ea0ceb9b6a7311c7f707a2c5583261aef
parent627ef695f2a719389c05184b444ba2d5c07e27c1 (diff)
Add missing ChangeLog checkin.
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 9943b7993..21984cae5 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,10 @@
+2010-02-26 Corinna Vinschen <corinna@vinschen.de>
+
+ Remove all traces of __CYGWIN_USE_BIG_TYPES__.
+
+ * include/cygwin/config.h: Move Cygwin-specific build flags from
+ newlib's sys/config.h here. Add a comment.
+
2010-02-25 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* include/cygwin/signal.h: Define SIGPWR as synonym for SIGLOST.