diff options
author | Christopher Faylor <me@cgf.cx> | 2002-08-18 03:28:52 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-08-18 03:28:52 +0000 |
commit | a80add95d9e1598ff55e32801d1719a79146be8c (patch) | |
tree | 345dd2360ed3d4d69bbdda2c9614b1ff80f7049e /winsup/cygwin/ChangeLog | |
parent | aaac1d9e19b8d758b5cf92f3546f55ab91038f38 (diff) | |
download | cygnal-a80add95d9e1598ff55e32801d1719a79146be8c.tar.gz cygnal-a80add95d9e1598ff55e32801d1719a79146be8c.tar.bz2 cygnal-a80add95d9e1598ff55e32801d1719a79146be8c.zip |
* malloc.cc: Update to 2.7.2.
* malloc_wrapper.cc (malloc_init): Call user level mallocs to determine if the
malloc has been wrapped.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 5b7a7e975..8f87dbc44 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,9 @@ +2002-08-17 Christopher Faylor <cgf@redhat.com> + + * malloc.cc: Update to 2.7.2. + * malloc_wrapper.cc (malloc_init): Call user level mallocs to determine + if the malloc has been wrapped. + 2002-08-16 Christopher Faylor <cgf@redhat.com> * winsup.h: Remove malloc_*lock functions. |