diff options
author | Christopher Faylor <me@cgf.cx> | 2008-12-13 21:05:31 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2008-12-13 21:05:31 +0000 |
commit | 9fe25af7a67193be17ccb58191694f504a805cf0 (patch) | |
tree | 569ac5bd2b7eea81c2b17ced60751b6d128f59e6 /winsup/cygwin/ChangeLog | |
parent | a1631dba6c9dfa4b64927d5e8750d6b65e84de8c (diff) | |
download | cygnal-9fe25af7a67193be17ccb58191694f504a805cf0.tar.gz cygnal-9fe25af7a67193be17ccb58191694f504a805cf0.tar.bz2 cygnal-9fe25af7a67193be17ccb58191694f504a805cf0.zip |
* cygheap.cc (cygheap_user::~cygheap_user): Remove unneeded if 0'ed code.
* fhandler_registry.cc (fhandler_registry::exists): Recode goto as if/else to
avoid a gcc4 compiler warning.
(fhandler_registry::open): Ditto. Use one goto rather than two.
* gentls_offsets: Fix compiler warning in generated output.
* tlsoffsets.h: Regenerate.
* mount.cc (fillout_mntent): slashify native paths returned via getmntent.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 79ef6ac0a..c382e52ed 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,18 @@ +2008-12-13 Christopher Faylor <me+cygwin@cgf.cx> + + * cygheap.cc (cygheap_user::~cygheap_user): Remove unneeded if 0'ed + code. + + * fhandler_registry.cc (fhandler_registry::exists): Recode goto as + if/else to avoid a gcc4 compiler warning. + (fhandler_registry::open): Ditto. Use one goto rather than two. + + * gentls_offsets: Fix compiler warning in generated output. + * tlsoffsets.h: Regenerate. + + * mount.cc (fillout_mntent): slashify native paths returned via + getmntent. + 2008-12-08 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> * resolv.h: #include <netinet/in.h> for sockaddr_in typedef. |