summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index b493bdc99..c36862ce8 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,11 @@
2013-07-19 Christopher Faylor <me.cygwin2013@cgf.cx>
+ * exceptions.cc (signal_exit): Only dump core when it's a "kernel"
+ signal. Only use RtlCaptureContext on x86_64. It doesn't seem to do
+ what's expected on x86.
+
+2013-07-19 Christopher Faylor <me.cygwin2013@cgf.cx>
+
* spawn.cc (child_info_spawn::worker): Reinstate using temp buffer for
wide character command-line storage. Use wcs method to convert command
line.