about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-11-10 04:21:10 +0000
committerUlrich Drepper <drepper@redhat.com>2000-11-10 04:21:10 +0000
commit718bac29232752f6020d637a0309ac9fe2935b80 (patch)
tree17327fc80cefe7d0ab8545a00c59c089d496b15f /ChangeLog
parent85599e53cdba552f3b288b9e79c26592da11263b (diff)
downloadglibc-718bac29232752f6020d637a0309ac9fe2935b80.tar.gz
glibc-718bac29232752f6020d637a0309ac9fe2935b80.tar.xz
glibc-718bac29232752f6020d637a0309ac9fe2935b80.zip
Update.
2000-11-07  Akim Demaille  <akim@epita.fr>

	* malloc/obstack.c (obstack_grow, obstack_grow0): Rename the second
	argument `data' for consistency with the prototypes.
	Qualify it `const'.
	(obstack_copy, obstack_copy0): Rename the second argument as
	`address' for consistency.  Qualify it `const'.
	* malloc/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
	(obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
	`const' their input argument (`data' or `address').
	Adjust the corresponding macros to include `const' in casts.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e05a121f0..8a0b5adb36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2000-11-07  Akim Demaille  <akim@epita.fr>
+
+	* malloc/obstack.c (obstack_grow, obstack_grow0): Rename the second
+	argument `data' for consistency with the prototypes.
+	Qualify it `const'.
+	(obstack_copy, obstack_copy0): Rename the second argument as
+	`address' for consistency.  Qualify it `const'.
+	* malloc/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
+	(obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
+	`const' their input argument (`data' or `address').
+	Adjust the corresponding macros to include `const' in casts.
+
 2000-11-06  Hideaki YOSHIFUJI  <yoshfuji@linux-ipv6.org>
 
 	* sysdeps/posix/getaddrinfo.c: Clean-up: define family to hold