summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
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 a8a0520f4..c81fb9e39 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,16 @@
2006-07-04 Corinna Vinschen <corinna@vinschen.de>
+ * Makefile.in (DLL_OFILES): Add rexec.o.
+ * autoload.cc (inet_network): Drop definition.
+ (rexec): Ditto.
+ * net.cc (rexec): Drop extern declaration.
+ (inet_network): Ditto.
+ (cygwin_inet_network): Implement using inet_addr.
+ (cygwin_rexec): Remove.
+ * libc/rexec.cc: New file.
+
+2006-07-04 Corinna Vinschen <corinna@vinschen.de>
+
* fhandler_socket.cc (fhandler_socket::listen): Allow listening on
unbound INET socket.