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:
authorChristopher Faylor <me@cgf.cx>2008-08-01 23:12:49 +0400
committerChristopher Faylor <me@cgf.cx>2008-08-01 23:12:49 +0400
commitb23b171641332bb24736274825e558175b1acf13 (patch)
tree06819fed79a28367844dd8d83ebc6f2ff6608a5c /winsup/cygwin/ChangeLog
parent3462d736b64e2601971fb185cbf83cb8828208c3 (diff)
* dcrt0.cc (dll_crt0_1): Add a symbol denoting return from call to main().
* exceptions.cc (stack_info::walk): Stop walking the stack when we hit _cygwin_exit_return rather than just blindly stopping when PC becomes zero.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index d1c1ae7c3..e90724529 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,11 @@
+2008-08-01 Christopher Faylor <me+cygwin@cgf.cx>
+
+ * dcrt0.cc (dll_crt0_1): Add a symbol denoting return from call to
+ main().
+ * exceptions.cc (stack_info::walk): Stop walking the stack when we
+ hit _cygwin_exit_return rather than just blindly stopping when PC
+ becomes zero.
+
2008-07-31 Corinna Vinschen <corinna@vinschen.de>
* path.cc (symlink_info::check): Handle (and explain) a special case