summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2007-11-26 21:30:49 +0000
committerChristopher Faylor <me@cgf.cx>2007-11-26 21:30:49 +0000
commitee4388c4200ed46ebeb8509f6dd204a6476017dc (patch)
tree55fd4f1c7f8e169eb4aad0c646333be0cc2a1da3 /winsup/cygwin/ChangeLog
parent32cba6cb3a8366df854ba24ece2a60f1b2f872a3 (diff)
downloadcygnal-ee4388c4200ed46ebeb8509f6dd204a6476017dc.tar.gz
cygnal-ee4388c4200ed46ebeb8509f6dd204a6476017dc.tar.bz2
cygnal-ee4388c4200ed46ebeb8509f6dd204a6476017dc.zip
Change many cygheap allocation routines to their *_abort analogs.
* cygheap.cc (cmalloc_abort): New function. (crealloc_abort): Ditto. (ccalloc_abort): Ditto.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 73530df5a..df62e24bc 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,10 @@
+2007-11-26 Christopher Faylor <me+cygwin@cgf.cx>
+
+ Change many cygheap allocation routines to their *_abort analogs.
+ * cygheap.cc (cmalloc_abort): New function.
+ (crealloc_abort): Ditto.
+ (ccalloc_abort): Ditto.
+
2007-11-23 Christopher Faylor <me+cygwin@cgf.cx>
* cygheap.cc (_crealloc): Avoid memcpy when _cmalloc returns NULL.