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-07-21 17:44:42 +0400
committerCorinna Vinschen <corinna@vinschen.de>2008-07-21 17:44:42 +0400
commit0485c2ceece67d19a8c57ce774562f7e2bdef5ed (patch)
tree0d6aa6dcec28b74a2c23af6628ce70c087f1f965 /winsup/cygwin/ChangeLog
parent191f3bae1751c3a3367a5777e4df941b159de861 (diff)
* Makefile.in (cygcheck.exe): Link against ntdll.
* bloda.cc: link against ntdll functions statically. * cygpath.cc (get_user_folder): Drop 9x code. (print_version): Fix copyright. * mkgroup.c: Remove 9x code. * mkpasswd.c: Ditto. * path.cc (oopts): Add new mount options. * ps.cc: Fix copyright.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 46afa294c..24bd69561 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,14 @@
+2008-07-21 Corinna Vinschen <corinna@vinschen.de>
+
+ * Makefile.in (cygcheck.exe): Link against ntdll.
+ * bloda.cc: link against ntdll functions statically.
+ * cygpath.cc (get_user_folder): Drop 9x code.
+ (print_version): Fix copyright.
+ * mkgroup.c: Remove 9x code.
+ * mkpasswd.c: Ditto.
+ * path.cc (oopts): Add new mount options.
+ * ps.cc: Fix copyright.
+
2008-07-19 Corinna Vinschen <corinna@vinschen.de>
* autoload.cc (WNetGetProviderNameA): Define.