From 2cd3283c8f3dda71b396c8921a8d23add968048f Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 21 Oct 2011 12:24:58 +0000 Subject: [PATCH] Check in missing ChangeLog entry. --- winsup/cygwin/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 8d9cc91ec..97dcccf72 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -10,6 +10,13 @@ * syscalls.cc (unlink_nt): Experimentally try delete-on-close on NcFsd in STATUS_CANNOT_DELETE case. +2011-10-20 Christopher Faylor + + * fhandler.h (fhandler*::copyto): Free path_conv strings first. + * path.h (cfree_and_null): Rename and expand from cfree_maybe. + (path_conv &operator =): Call free_strings rather than freeing strings + directly. + 2011-10-20 Christopher Faylor Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.