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>2002-08-16 23:41:39 +0400
committerChristopher Faylor <me@cgf.cx>2002-08-16 23:41:39 +0400
commitc7e2187a60c13d1263678e22361648bb5d663e14 (patch)
tree40c8c06f9f9e0b3c87ef766c2c581b6fd85c6ba4 /winsup/cygwin/ChangeLog
parent775275aac7f96c2fdccbefde960afd7eda079a7a (diff)
* Makefile.in: Add support for new malloc.o and renamed malloc_wrapper.o. Use
-fomit-frame-pointer for malloc.o compilation. * malloc_wrapper.cc: New file. Rename from malloc.cc. Add support for more malloc functions. Eliminate export_* calls. Just use straight malloc names. Remove unused argument from malloc lock functions. * cygwin.din: Just export straight malloc names. Add malloc_stats, malloc_trim, malloc_usable_size, mallopt, memalign, valloc. * dcrt0.cc (__cygwin_user): Eliminate export_* malloc entries. * fork.cc (fork_parent): Remove unused argument from malloc_lock argument. * malloc.cc: New file. Doug Lea's malloc v2.7.1. * cygmalloc.h: New file. * include/cygwin/version.h: Bump API_MINOR. * sync.h (muto::acquire): Use appropriate number for regparm attribute. (muto::reset): Ditto. (muto::release): Ditto.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 19b0030d9..577f0f1f6 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,23 @@
+2002-08-16 Christopher Faylor <cgf@redhat.com>
+
+ * Makefile.in: Add support for new malloc.o and renamed
+ malloc_wrapper.o. Use -fomit-frame-pointer for malloc.o compilation.
+ * malloc_wrapper.cc: New file. Rename from malloc.cc. Add support for
+ more malloc functions. Eliminate export_* calls. Just use straight
+ malloc names. Remove unused argument from malloc lock functions.
+ * cygwin.din: Just export straight malloc names. Add malloc_stats,
+ malloc_trim, malloc_usable_size, mallopt, memalign, valloc.
+ * dcrt0.cc (__cygwin_user): Eliminate export_* malloc entries.
+ * fork.cc (fork_parent): Remove unused argument from malloc_lock
+ argument.
+ * malloc.cc: New file. Doug Lea's malloc v2.7.1.
+ * cygmalloc.h: New file.
+ * include/cygwin/version.h: Bump API_MINOR.
+
+ * sync.h (muto::acquire): Use appropriate number for regparm attribute.
+ (muto::reset): Ditto.
+ (muto::release): Ditto.
+
2002-08-16 Pavel Tsekov <ptsekov@gmx.net>
* exceptions.cc (interrupt_setup): Ensure that the previous signal mask