aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-11-18 08:11:59 +0000
committerUlrich Drepper <drepper@redhat.com>2000-11-18 08:11:59 +0000
commit565bc88a12e0bf2e004be8ff22d59ebe55af9627 (patch)
tree1948f075908f32777aa481b1adea67f09bd16f58 /ChangeLog
parentbda5433d22050e524cdc1762e5aa7c2ba6cb7125 (diff)
downloadglibc-565bc88a12e0bf2e004be8ff22d59ebe55af9627.zip
glibc-565bc88a12e0bf2e004be8ff22d59ebe55af9627.tar.gz
glibc-565bc88a12e0bf2e004be8ff22d59ebe55af9627.tar.bz2
Update.
2000-11-18 Akim Demaille <akim@epita.fr> * malloc/obstack.h: Formatting changes. (obstack_grow, obstack_grow0): Don't cast WHERE at all: it prevents type checking. (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't cast the value to (void *): assigning a `foo *' to a `void *' variable is valid. (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4bff655..ff3ad65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2000-11-18 Akim Demaille <akim@epita.fr>
+
+ * malloc/obstack.h: Formatting changes.
+ (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
+ prevents type checking.
+ (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
+ cast the value to (void *): assigning a `foo *' to a `void *'
+ variable is valid.
+ (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
+
2000-11-17 Ulrich Drepper <drepper@redhat.com>
* scripts/config.guess: Update from upstream maintainer.