about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-10-04 04:37:58 +0000
committerUlrich Drepper <drepper@redhat.com>1999-10-04 04:37:58 +0000
commitc8f3e6db60f54ef53c5b68fcc4cbe060fff41741 (patch)
tree946a6cea3e52c9f2d8a5a788cb7633cb9ccccc43 /ChangeLog
parentfcb594165e6433e6533dc4bda5eb319bcb59d465 (diff)
downloadglibc-c8f3e6db60f54ef53c5b68fcc4cbe060fff41741.tar.gz
glibc-c8f3e6db60f54ef53c5b68fcc4cbe060fff41741.tar.xz
glibc-c8f3e6db60f54ef53c5b68fcc4cbe060fff41741.zip
Update.
1999-10-03  Ulrich Drepper  <drepper@cygnus.com>

	* configure.in: Accept --with-gd option and set all libgd-LDFLAGS,
	CFLAGS-memprofstat.c, and LIBGD variables.
	* config.make.in: Add LIBGD.
	* malloc/Makefile: Add rules to generate libmemprof.so and
	memprofstat.
	* malloc/memprof.c: New file.
	* malloc/memprofstat.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 072c2363fe..e37c010bbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+1999-10-03  Ulrich Drepper  <drepper@cygnus.com>
+
+	* configure.in: Accept --with-gd option and set all libgd-LDFLAGS,
+	CFLAGS-memprofstat.c, and LIBGD variables.
+	* config.make.in: Add LIBGD.
+	* malloc/Makefile: Add rules to generate libmemprof.so and
+	memprofstat.
+	* malloc/memprof.c: New file.
+	* malloc/memprofstat.c: New file.
+
 1999-10-02  Ulrich Drepper  <drepper@cygnus.com>
 
 	* resolv/nsap_addr.c (inet_nsap_addr): Little optimization.