OSDN Git Service

fixincludes:
[pf3gnuchains/gcc-fork.git] / libiberty / ChangeLog
index f46fe05..141246a 100644 (file)
@@ -1,3 +1,53 @@
+2008-03-27  Ian Lance Taylor  <iant@google.com>
+
+       * memmem.c: New file, from gnulib.
+       * configure.ac: Add memmem to list of functions provided if they
+       are not available on the host.
+       * Makefile.in: Rebuild dependencies.
+       (CFILES): Add memmem.c.
+       (CONFIGURED_OFILES): Add memmem.o.
+       * configure, config.in, functions.texi: Rebuild.
+
+2009-03-23  Jason Merrill  <jason@redhat.com>
+
+       * cp-demangle.c (d_expression): Handle pack expansion.
+       (d_find_pack): Handle DEMANGLE_COMPONENT_FUNCTION_PARAM.
+       (d_print_subexpr): Don't wrap function parms in ().
+       (d_print_comp) [DEMANGLE_COMPONENT_PACK_EXPANSION]: Handle
+       not finding a pack.
+
+2009-03-17  Jason Merrill  <jason@redhat.com>
+
+       * cp-demangle.c (d_make_function_param): new fn.
+       (cplus_demangle_mangled_name): Work around abi v2 bug.
+       (d_expr_primary): Likewise.
+       (cplus_demangle_operators): Add alignof ops.
+       (d_expression): Handle function parameters and conversions
+       with other than 1 operand.
+       (d_print_comp): Handle function parameters.  Fix bug with
+       function used in type of function.
+       * testsuite/demangle-expected: Upate tests.
+
+2009-02-21  Mark Mitchell  <mark@codesourcery.com>
+
+       * make-temp-file.c (<windows.h>): Include on Windows.
+       (choose_tmpdir): On Windows, use GetTempPath.
+
+2009-01-18  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * configure.ac (funcs, vars, checkfuncs):  Don't munge on Cygwin,
+       as it no longer shares libiberty object files.
+       * configure:  Regenerated.
+
+2009-01-07  Jason Merrill  <jason@redhat.com>
+
+       * cp-demangle.c (d_expression): Remove mangling for zero-op casts.
+
+2009-01-06  Ben Elliston  <bje@au.ibm.com>
+
+       * cp-demangle.c (cplus_demangle_type): Return NULL if the
+       character following a 'D' cannot be recognised.
+
 2008-12-18  Jason Merrill  <jason@redhat.com>
 
        PR c++/38561