OSDN Git Service

* dcrt0.cc (_dll_crt0): Fix formatting.
[pf3gnuchains/pf3gnuchains4x.git] / winsup / cygwin / ChangeLog
index b5f5d82..d07638c 100644 (file)
@@ -1,8 +1,28 @@
+2011-12-17  Corinna Vinschen  <vinschen@redhat.com>
+
+       * dcrt0.cc (_dll_crt0): Fix formatting.
+
+2011-12-17  Corinna Vinschen  <vinschen@redhat.com>
+
+       * wow64.cc (wow64_revert_to_original_stack): Fix comment.
+       * wow64.h (wow64_respawn_process): Declare noreturn.
+
+2011-12-17  Christopher Faylor  <me.cygwin2011@cgf.cx>
+
+       * exceptions.cc (set_signal_mask): Remove useless debugging output.
+
+       * fhandler.cc (fhandler_base::write): Ditto.
+       (fhandler_base_overlapped::close): Cancel any ongoing I/O before
+       closing.
+       * syscalls.cc (write): Default to always reporting all writes in strace
+       output via syscall_printf.
+       * wait.cc (wait4): Fix debugging output.  Use standard syscall leaver
+       output.
+
 2011-12-16  Christopher Faylor  <me.cygwin2011@cgf.cx>
 
        Implement fhandler reference counting.
-       * cygheap.h
-       (cygheap_fdmanip::release): Make virtual.
+       * cygheap.h (cygheap_fdmanip::release): Make virtual.
        (cygheap_fdnew::~cygheap_fdnew): New destructor increments reference
        count when fd has been allocated.
        (cygheap_fdget::fh): New (old?) field.
        * exceptions.cc (_cygtls::call_signal_handler): Fix debugging to not go
        to console.
        * fhandler.cc (fhandler_base_overlapped::wait_overlapped): Add temporary
-       kludge to work around problem of make closing a handler while it is
+       kludge to work around problem of make closing an fhandle while it is
        being read.
        * gendef (sigdelayed): Don't call a function if sig has been cleared.