* cplus-dem.c (cplus_demangle): Fix formatting.
[binutils-gdb.git] / libiberty / ChangeLog
index 79576607c5f904b2f7f301bab9cdef58c1c406e8..590d497baae24407b92982947c48465a451921c1 100644 (file)
@@ -1,3 +1,51 @@
+2000-11-21  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * cplus-dem.c (cplus_demangle): Fix formatting.
+       (grow_vect): Ditto.
+       (ada_demangle): Ditto.
+       (internal_cplus_demangle): Ditto.
+       (mop_up): Ditto.
+
+2000-11-21  H.J. Lu  <hjl@gnu.org>
+
+       * cplus-dem.c (main): Handle java_demangling.
+
+2000-11-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * cplus-dem.c (grow_vect): Prototype.
+       (ada_demangle): Cast the arg of ctype macros to unsigned char.
+
+2000-11-15  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for
+       parameter `option'.
+
+2000-11-15  Kenneth Block  <kenneth.block@compaq.com>
+
+       * cplus-dem.c: Eliminate use of DEFUN, it is obsolete and cannot
+       be used in GCC.
+
+2000-11-15  Kenneth Block  <kenneth.block@compaq.com>
+
+       * cplus-dem.c: Add gnat demangler.  Add java to demangle style
+       list.
+
+2000-11-04  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * hashtab.c (htab_expand): Change to return int.  Use calloc or
+       xcalloc depending on htab->return_allocation_failure.  Return zero
+       if calloc fails.
+       (htab_create): Update comment to cover memory allocation.
+       (htab_try_create): New.
+       (htab_find_slot_with_hash): Return NULL if htab_expand fails.
+       Update comment to cover this.
+
+2000-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * hashtab.c: Change void * to PTR where necessary.
+       (htab_create, htab_expand): Correct formatting of comment before
+       function.
+
 2000-10-23  Alex Samuel  <samuel@codesourcery.com>
 
        * cp-demangle.c (string_list_def): Add caret_position and comments.
@@ -3621,7 +3669,7 @@ Thu Feb 11 22:20:47 1993  Fred Fish  (fnf@cygnus.com)
        * cplus-dem.c (string_prepends):  Used now, remove #if 0.
        * cplus-dem.c (demangle_signature):  Call demangle_qualified
        with prepending.
-       * cplus_dem.c (gnu_special):  Recognize static data members that
+       * cplus-dem.c (gnu_special):  Recognize static data members that
        use qualified names.
        * cplus-dem.c (demangle_qualified):  Accumulate qualifiers in a
        temporary buffer and the prepend or append them to the result,