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>2013-01-21 02:59:58 +0400
committerChristopher Faylor <me@cgf.cx>2013-01-21 02:59:58 +0400
commit4713b1b294d8eacbf42b65aa794acb15bb18edee (patch)
tree7052c7cb810df76a981c8fd679737ca077340f33 /winsup/cygwin/ChangeLog
parent1471537a8fc427d610d771f8097e44efb759b100 (diff)
* malloc_wrapper.cc: Change 'use_internal_malloc' to 'use_internal' throughout.
(export_malloc_called): Delete. (internal_malloc_determined): New variable. (malloc_init): Control calculation of internal/external malloc based on 'internal_malloc_determined'. Use import_address() to determine if malloc in user_data is ours or not. * miscfuncs.cc (thread_wrapper): Make static. (__import_address): Define new function. * miscfuncs.h (import_address): New define. (__import_address): Declare new function.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 908545c54..2c5b7e3a3 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,19 @@
2013-01-20 Christopher Faylor <me.cygwin2013@cgf.cx>
+ * malloc_wrapper.cc: Change 'use_internal_malloc' to 'use_internal'
+ throughout.
+ (export_malloc_called): Delete.
+ (internal_malloc_determined): New variable.
+ (malloc_init): Control calculation of internal/external malloc based on
+ 'internal_malloc_determined'. Use import_address() to determine if
+ malloc in user_data is ours or not.
+ * miscfuncs.cc (thread_wrapper): Make static.
+ (__import_address): Define new function.
+ * miscfuncs.h (import_address): New define.
+ (__import_address): Declare new function.
+
+2013-01-20 Christopher Faylor <me.cygwin2013@cgf.cx>
+
* sigproc.cc (sig_dispatch_pending): Add correct regparm attributes to
match declaration.
(pid_exists): Ditto.