OSDN Git Service

* include/safe-ctype.h (_sch_isbasic, IS_ISOBASIC): New.
[pf3gnuchains/gcc-fork.git] / include / ChangeLog
index f0a166c..d1f4fbc 100644 (file)
@@ -1,3 +1,120 @@
+2001-10-24  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * include/safe-ctype.h (_sch_isbasic, IS_ISOBASIC): New.
+
+2001-10-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * libiberty.h (hex_init): Revert delete.
+
+       * libiberty.h (_hex_value): Const-ify.
+       (hex_init): Delete.
+
+2001-10-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * demangle.h (demangler_engine): Const-ify.
+       * libiberty.h (buildargv): Likewise.
+
+2001-09-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * libiberty.h (reconcat): New function.
+
+2001-09-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * libiberty.h (concat, concat_length, concat_copy, concat_copy2,
+       ACONCAT): Improve comments.
+
+2001-09-18  Alan Modra  <amodra@bigpond.net.au>
+
+       * objalloc.h (OBJALLOC_ALIGN): Define using offsetof.
+
+2001-09-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * libiberty.h (concat_length, concat_copy, concat_copy2,
+       libiberty_concat_ptr, ACONCAT): New.
+
+       * libiberty.h (ASTRDUP): New macro.
+       libiberty_optr, libiberty_nptr, libiberty_len): Declare.
+
+2001-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * ansidecl.h: Update comments reflecting previous change.
+
+2001-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * ansidecl.h (VA_OPEN, VA_CLOSE): Allow multiple uses.
+
+2001-08-23  Lars Brinkhoff  <lars@nocrew.org>
+
+       * dyn-string.h, fibheap.h, partition.h, sort.h, splay-tree.h:
+       replace "GNU CC" with "GCC".
+
+2001-08-21  Richard Henderson  <rth@redhat.com>
+
+       * fibheap.h: Tidy formatting.
+       (fibnode_t): Limit degree to 31 bits to avoid warning.
+
+2001-08-20  Andrew Cagney  <ac131313@redhat.com>
+
+       * floatformat.h (floatformat_arm_ext): Document as deprecated.
+       (floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword)
+       (floatformat_ia64_spill_little, floatformat_ia64_quad_little)
+       (floatformat_ia64_spill_big, floatformat_ia64_quad_big)
+       (floatformat_m88110_harris_ext): Declare.
+
+2001-08-20  Daniel Berlin  <dan@cgsoftware.com>
+
+       * fibheap.h: New file. Fibonacci heap.
+
+2001-08-18  Zack Weinberg  <zackw@panix.com>
+
+       * ansidecl.h: Reorganize for readability, remove documentation
+       of obsolete macros, document PARAMS and VPARAMS.  Add new
+       macros VA_OPEN, VA_CLOSE, and VA_FIXEDARG for nicer variadic
+       function implementation.
+
+2001-08-16  Richard Henderson  <rth@redhat.com>
+
+       * hashtab.h (htab_hash_string): Declare.
+
+2001-08-10  Andrew Cagney  <ac131313@redhat.com>
+
+       * libiberty.h (lbasename): Change function declaration to return a
+       const char pointer.
+
+2001-08-02  Mark Kettenis  <kettenis@gnu.org>
+
+       * xregex.h (_REGEX_RE_COMP): Define.
+       (re_comp): Define to xre_comp.
+       (re_exec): Define to xre_exec.
+
+2001-07-18  Andreas Jaeger  <aj@suse.de>
+
+       * xregex2.h: Place under LGPL version 2.1.
+
+2001-07-10  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * xregex.h: New file to support libiberty regex.
+       * xregex2.h: Ditto.
+
+2001-05-16  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
+
+       * partition.h: Fix misspelling of `implementation'.
+
+2001-05-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * ansidecl.h (NULL_PTR): Delete.
+
+2001-05-07  Zack Weinberg  <zackw@stanford.edu>
+
+       * demangle.h: Use PARAMS for all prototypes.
+       * ternary.h: Use PARAMS for all prototypes.  Use PTR, not void *.
+       Make arguments constant where possible.
+
+2001-05-07  Mark Mitchell  <mark@codesourcery.com>
+
+       * splay-tree.h (splay_tree_max): New function.
+       (splay_tree_min): Likewise.
+
 2001-04-15  Daniel Berlin  <dan@cgsoftware.com>
 
        * ternary.h: New file - Ternary search tree header.