aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2004-09-06Mark ChangeLogMark Mitchell
2004-07-01Mark ChangeLogMark Mitchell
2004-04-19Mark ChangeLogMark Mitchell
2004-01-13demangle.h: Instead of checking ANSI_PROTOTYPES, just include "libiberty.h".Ian Lance Taylor
2004-01-13* demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.Ian Lance Taylor
2004-01-12demangle.h (enum demangle_component_type): Define.Ian Lance Taylor
2003-12-19fibheap.h (fibnode): Use __extension__ for bit-fields mark and degree if __GN...Andreas Tobler
2003-12-19fibheap.h (fibnode): Use unsigned long int for bit-fields if __GNUC__ is defi...Kazu Hirata
2003-10-22obstack.h: Merge the following change from gnulib...Joseph Myers
2003-09-22floatformat.h (struct floatformat): Add field "is_valid".Andrew Cagney
2003-09-16Index: include/ChangeLogAndrew Cagney
2003-09-15floatformat.h (struct floatformat): Make "exp_bias" signed.Andrew Cagney
2003-09-15* floatformat.h (floatformat_is_valid): Add prototype.Daniel Jacobowitz
2003-07-10* xtensa-config.h: Undef all macros before defining them.Bob Wilson
2003-07-06demangle.h: Support C++.H.J. Lu
2003-07-01* filenames.h: New file imported from binutils.Zack Weinberg
2003-07-01xtensa-config.h: New file imported from binutils.Bob Wilson
2003-06-22safe-ctype.h (HC_UNKNOWN, [...]): Rename to HOST_CHARSET_UNKNOWN...Zack Weinberg
2003-06-21safe-ctype.h (HC_UNKNOWN, [...]): New #defines.Zack Weinberg
2003-06-17alloc-pool.c: Don't check HAVE_LONG_DOUBLE.Kaveh R. Ghazi
2003-05-15hex.c (_hex_value): Make this unsigned.Jim Blandy
2003-05-07s/burtle/iterativeJason Merrill
2003-05-07hashtab.c (burtle_hash): New fn.Jason Merrill
2003-03-17ansidecl.h (ATTRIBUTE_NONNULL, [...]): New.Kaveh R. Ghazi
2003-03-17ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.Jan Hubicka
2003-02-27* libiberty.h: Document return value of physmem routines.Kaveh R. Ghazi
2003-02-21libiberty.h (physmem_total, [...]): Prototype.Kaveh R. Ghazi
2003-02-20* libiberty.h (lrealpath): Add declaration.Daniel Jacobowitz
2003-01-26hashtab.h (htab_alloc_with_arg, [...]): Add new types.Daniel Jacobowitz
2003-01-10Merge from pch-branch.Geoffrey Keating
2002-11-24* libiberty.h (basename): Add NetBSD to the list.Simon Burge
2002-11-22libiberty.h (make_relative_prefix): Add prototype.Daniel Jacobowitz
2002-10-27partition.h: Close the extern "C" scope when compiling with C++.Roger Sayle
2002-10-27re PR bootstrap/8351 (3.3 20021024 (experimental) fails to bootstrap on cygwin)Roger Sayle
2002-10-24ansidecl.h (__STDC__): Add (__alpha && __cplusplus) to the list of platform c...Nathan Tallent
2002-10-16Remove bogus copyright message in my last entry.David O'Brien
2002-10-12getopt.h: getopt is in unistd.h.David O'Brien
2002-09-20libiberty.h (asprintf, vasprintf): Don't declare them if the corresponding HA...Alexandre Oliva
2002-06-25demangle.h: #include "ansidecl.h" rather than #include <ansidecl.h>.Alan Modra
2002-06-24libiberty.h (basename): Don't declare if HAVE_DECL_BASENAME.Alan Modra
2002-06-06hashtab.h (htab): Rearrange new members for backward compatibility.DJ Delorie
2002-06-06Index: include/ChangeLogGeoffrey Keating
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating
2002-04-16xregex2.h (__restrict_arr): Define to __restrict on GCC 3.1 and later.David S. Miller
2002-04-01dyn-string.h: Also allow IN_GLIBCPP_V3 to redefine names.Phil Edwards
2002-03-06Remove floatformat_arm_ext.Andrew Cagney
2002-02-22Allow the user to specify functions for allocating memory for splay tree root...Jim Blandy
2002-02-05demangle.h (cplus_demangle_v3): Add "options" parm.Jason Merrill
2002-02-03minor typoDJ Delorie
2002-02-02demangle.h (cplus_demangle_v3_type): New prototype.H.J. Lu