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:
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index e9ffca38c..acd41e5a2 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,4 +1,18 @@
2001-04-20 Jeff Johnston <jjohnstn@redhat.com>
+
+ * acinclude.m4: Added --enable-malloc-debugging configure flag.
+ * configure.host: For Cygwin specify -DMALLOC_PROVIDED if
+ --enable-malloc-debugging selected.
+ * aclocal.m4 configure: Regenerated.
+ libm/aclocal.m4 libm/configure: Ditto.
+ * libc/aclocal.m4 libc/configure: Ditto.
+ * libc/machine/aclocal.m4 libc/machine/configure: Ditto.
+ * libc/machine/*/aclocal.m4 libc/machine/*/configure: Ditto.
+ * libc/sys/aclocal.m4 libc/sys/configure: Ditto.
+ * libc/sys/*/aclocal.m4 libc/sys/*/configure: Ditto.
+ * doc/aclocal.m4 doc/configure: Ditto.
+
+2001-04-20 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/stdio.h[!_REENT_ONLY]: Moved various functions together
into one list.