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:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index ac56bc51f..beab9ec9a 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,15 @@
2005-06-17 Corinna Vinschen <corinna@vinschen.de>
+ * cygwin.din (inet_pton): Export.
+ (inet_ntop): Export.
+ * net.cc (cygwin_inet_pton): Implement inet_pton for AF_INET for now.
+ (cygwin_inet_ntop): Implement inet_ntop for AF_INET for now.
+ * include/arpa/inet.h (inet_pton): Declare.
+ (inet_ntop): Declare.
+ * include/cygwin/version.h: Bump API minor number.
+
+2005-06-17 Corinna Vinschen <corinna@vinschen.de>
+
* fhandler.h (fhandler_union): Add missing members corresponding to
fhandler_fifo and fhandler_netdrive.