aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2013-07-31 14:43:05 +0000
committerChristopher Faylor <me@cgf.cx>2013-07-31 14:43:05 +0000
commit24557e9caaf23db2a642c7637f3c0df7c8bc9106 (patch)
treeb2e3ba2820544ecbaa25e4e73018fa4abeb43cee /winsup/cygwin/ChangeLog
parentc39e8632d10a0bf45b927741c37bd663f8863112 (diff)
downloadnewlib-24557e9caaf23db2a642c7637f3c0df7c8bc9106.zip
newlib-24557e9caaf23db2a642c7637f3c0df7c8bc9106.tar.gz
newlib-24557e9caaf23db2a642c7637f3c0df7c8bc9106.tar.bz2
* cygheap.cc (cmalloc): Use size_t for size field.
(cmalloc_abort): Ditto. (crealloc): Ditto. (crealloc_abort): Ditto. (ccalloc): Ditto. (ccalloc_abort): Ditto. * cygheap_malloc.h (HEAP_USER): Add. (cmalloc): Use size_t for size field in declaration. (cmalloc_abort): Ditto. (crealloc): Ditto. (crealloc_abort): Ditto. (ccalloc): Ditto. (ccalloc_abort): Ditto. * path.cc (normalize_posix_path): Don't check existence of / or // dir in parent dir check.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog23
1 files changed, 22 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 1c8bc5a..273861a 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,24 @@
+2013-07-31 Christopher Faylor <me.cygwin2013@cgf.cx>
+
+ * cygheap.cc (cmalloc): Use size_t for size field.
+ (cmalloc_abort): Ditto.
+ (crealloc): Ditto.
+ (crealloc_abort): Ditto.
+ (ccalloc): Ditto.
+ (ccalloc_abort): Ditto.
+ * cygheap_malloc.h (HEAP_USER): Add.
+ (cmalloc): Use size_t for size field in declaration.
+ (cmalloc_abort): Ditto.
+ (crealloc): Ditto.
+ (crealloc_abort): Ditto.
+ (ccalloc): Ditto.
+ (ccalloc_abort): Ditto.
+
+2013-07-31 Corinna Vinschen <corinna@vinschen.de>
+
+ * path.cc (normalize_posix_path): Don't check existence of / or // dir
+ in parent dir check.
+
2013-07-31 Corinna Vinschen <corinna@vinschen.de>
* path.cc (normalize_posix_path): Don't check existence of / or // dir
@@ -921,7 +942,7 @@
* cygtls.h (_cygtls::signal_debugger): Change argument type.
(_cygtls::copy_context): Delete declaration.
* exceptions.cc (exception::handle): Don't call copy_context() here.
- Move signal_handler call earlier and always call it.
+ Move signal_handler call earlier and always call it.
(_cygtls::copy_context): Delete definition.
(_cygtls::signal_debugger): Move copy_context logic here. Suspend
thread receiving signal before gathering context information.