diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2008-07-21 13:44:42 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2008-07-21 13:44:42 +0000 |
commit | 0485c2ceece67d19a8c57ce774562f7e2bdef5ed (patch) | |
tree | 0d6aa6dcec28b74a2c23af6628ce70c087f1f965 /winsup | |
parent | 191f3bae1751c3a3367a5777e4df941b159de861 (diff) | |
download | cygnal-0485c2ceece67d19a8c57ce774562f7e2bdef5ed.tar.gz cygnal-0485c2ceece67d19a8c57ce774562f7e2bdef5ed.tar.bz2 cygnal-0485c2ceece67d19a8c57ce774562f7e2bdef5ed.zip |
* 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')
-rw-r--r-- | winsup/cygwin/ChangeLog | 11 |
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. |