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>2008-05-13 17:56:06 +0400
committerCorinna Vinschen <corinna@vinschen.de>2008-05-13 17:56:06 +0400
commit39ce0b45e94ae9db46608b4fe4eaf83b1c6b9a0f (patch)
tree3c00acfb90d39033852b58df960de2412e9bf09e /winsup/cygwin/ChangeLog
parenta9e9da89fa1cb146f1dbefc67f71e74eb4e0e179 (diff)
* include/cygwin/stdlib.h (initstate): Declare.
(setstate): Declare.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index d65a958ed..ae5a7fb1a 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
2008-05-13 Corinna Vinschen <corinna@vinschen.de>
+ * include/cygwin/stdlib.h (initstate): Declare.
+ (setstate): Declare.
+
+2008-05-13 Corinna Vinschen <corinna@vinschen.de>
+
* path.cc (path_conv::set_normalized_path): Drop strip_tail argument.
Never strip trailing dots and spaces.
* (path_conv::check): Accomodate above change.