Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 ededb5aca..764a3a01b 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,13 @@
+2014-01-08 Christopher Faylor <me.cygwin2013@cgf.cx>
+
+ * exceptions.h (cygwin_exception::open_stackdumpfile): Move old
+ function into class.
+ (cygwin_exception::h): New member.
+ (cygwin_exception::cygwin_exception): Initialize h to NULL.
+ * exceptions.cc (cygwin_exception::open_stackdumpfile): Move into
+ cygwin_exception class. Use 'h' class member.
+ (cygwin_exception::dumpstack): Close stack dump file handle if opened.
+
2014-01-04 Christopher Faylor <me.cygwin2013@cgf.cx>
* fhandler.h (cltype): New enum.