summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
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 fbbb754e4..90d2cb5f9 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,13 @@
+2004-02-17 Christopher Faylor <cgf@redhat.com>
+
+ * Makefile.in (clean): Clean libserver, too.
+
+ * fhandler.cc (fhandler_base::~fhandler_base): Remove path_conv cleanup.
+ * syscalls.cc (chroot): Ditto.
+ * path.cc (path_conv::~path_conv): Define new destructor.
+ (conv_path_list_buf_size): Remove explicit path_conv cleanup.
+ * path.h (path_conv::~path_conv): Declare new destructor.
+
2004-02-16 Christopher Faylor <cgf@redhat.com>
* Makefile.in: Compile flock.o with -fomit-frame-pointer.