]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/ChangeLog
bsearch.c: New file.
[thirdparty/gcc.git] / libiberty / ChangeLog
index 65bf8c81a853cb93327f4c18d6ed87181fd5e6d1..e3142bf8e9ecec550c6460890717c706d0dac431 100644 (file)
@@ -1,3 +1,53 @@
+2000-12-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
+
+       * bsearch.c: New file.
+       * configure.in (funcs): Add bsearch.
+       (AC_CHECK_FUNCS): Likewise.
+       * configure, config.in: Regenerate.
+
+2000-12-13  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
+
+       * safe-ctype.c: #include "ansidecl.h".
+       * strtod.c: Likewise.
+
+2000-12-13  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
+
+       * strtoul.c: Include safe-ctype.h, not ctype.h.
+
+2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
+
+       * safe-ctype.c: New file.
+       * Makefile.in (CFILES): Add safe-ctype.c.
+       (REQUIRED_OFILES): Add safe-ctype.o.
+
+       * argv.c: Define ISBLANK and use it, not isspace.
+       * basename.c, cplus-dem.c, fnmatch.c, pexecute.c, strtod.c,
+       strtol.c, strtoul.c: Include safe-ctype.h, not ctype.h.  Use
+       uppercase ctype macros.  Don't test ISUPPER(c)/ISLOWER(c)
+       before calling TOLOWER(c)/TOUPPER(c).
+
+2000-12-07  Mike Stump  <mrs@wrs.com>
+
+       * Makefile.in (distclean): When cleaning, remove testsuite.
+
+2000-12-05  Jason Merrill  <jason@redhat.com>
+
+       * cp-demangle.c (cplus_demangle_v3): Check that it's a v3 mangled
+       name before allocating the dyn_string.
+
+2000-12-04  Jason Merrill  <jason@redhat.com>
+
+       * cp-demangle.c: s/new_abi/v3/.
+       * cplus-dem.c: Likewise.
+       (current_demangling_style): Now auto_demangling.
+       (cplus_demangle): Try v3 demangling if AUTO_DEMANGLING.
+       (main): Use standard symbol chars for auto_demangling.
+
+2000-11-26  Mark Mitchell  <mark@codesourcery.com>
+
+       * hashtab.c (higher_prime_number): Use a table, rather than a
+       seive, to find the next prime.
+
 2000-11-22  H.J. Lu  <hjl@gnu.org>
 
        * cplus-dem.c (main): Handle gnat_demangling.