diff options
-rw-r--r-- | libiberty/ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index cb0f021..8966e2e 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -150,7 +150,7 @@ 2002-03-30 Bryce McKinlay <bryce@waitaki.otago.ac.nz> - * cp-demangle.c (java_demangle_v3): Don't try to release "demangled" + * cp-demangle.c (java_demangle_v3): Don't try to release "demangled" if it is NULL. 2002-03-27 DJ Delorie <dj@redhat.com> @@ -564,10 +564,10 @@ Thu Nov 15 11:06:25 2001 Jeffrey A Law (law@cygnus.com) 2001-08-22 Matt Kraai <kraai@alumni.carnegiemellon.edu> - * fibheap.c (fibheap_init, fibnode_init): Remove. - (fibheap_new, fibnode_new): Use xcalloc to allocate and - initialize memory. - (fibheap_insert): Remove check for node allocation failure. + * fibheap.c (fibheap_init, fibnode_init): Remove. + (fibheap_new, fibnode_new): Use xcalloc to allocate and + initialize memory. + (fibheap_insert): Remove check for node allocation failure. 2001-08-21 Richard Henderson <rth@redhat.com> |