[PATCH] include * ansidecl.h (ANSI_PROTOTYPES, PTRCONST, LONG_DOUBLE, PARAMS) ...
[deliverable/binutils-gdb.git] / libiberty / ChangeLog
index 5c0efcc20d08c15161911fadaea62501ab0b7cc0..083ec79cf977dc988fa188f8fbc71fefd471ab28 100644 (file)
@@ -1,3 +1,69 @@
+2014-01-21  Tom Tromey  <tromey@redhat.com>
+
+       * _doprint.c (checkit): Use stdarg, not VA_* macros.
+       * asprintf.c (asprintf): Use stdarg, not VA_* macros.
+       * concat.c (concat_length, concat_copy, concat_copy2, concat)
+       (reconcat): Use stdarg, not VA_* macros.
+       * snprintf.c (snprintf): Use stdarg, not VA_* macros.
+       * vasprintf.c (checkit): Use stdarg, not VA_* macros.
+       * vsnprintf.c (checkit): Use stdarg, not VA_* macros.
+
+2014-01-06  Mike Frysinger  <vapier@gentoo.org>
+
+       PR other/56780
+       * configure.ac: Delete target_header_dir assignment.
+       * configure: Regenerated.
+
+2014-01-06  Gary Benson  <gbenson@redhat.com>
+
+       * cp-demangle.c (struct d_print_info): New fields
+       next_saved_scope, copy_templates, next_copy_template and
+       num_copy_templates.
+       (d_count_templates): New function.
+       (d_print_init): New parameter "dc".
+       Estimate numbers of templates and scopes required.
+       (d_print_free): Removed function.
+       (cplus_demangle_print_callback): Allocate stack for
+       templates and scopes.  Removed call to d_print_free.
+       (d_copy_templates): Removed function.
+       (d_save_scope): New function.
+       (d_get_saved_scope): Likewise.
+       (d_print_comp): Replace state saving/restoring code with
+       calls to d_save_scope and d_get_saved_scope.
+
+2013-12-23  Bill Maddox  <maddox@google.com>
+
+       * cp-demangle.c (cplus_demangle_fill_ctor,cplus_demangle_fill_dtor):
+       Handle unified ctor/dtor.
+       (d_ctor_dtor_name): Handle unified ctor/dtor.
+
+2013-11-22  Cary Coutant  <ccoutant@google.com>
+    
+       PR other/59195
+       * cp-demangle.c (struct d_info_checkpoint): New struct.
+       (struct d_print_info): Add current_template field.
+       (d_operator_name): Set flag when processing a conversion
+       operator.
+       (cplus_demangle_type): When processing <template-args> for
+       a conversion operator, backtrack if necessary.
+       (d_expression_1): Renamed from d_expression.
+       (d_expression): New wrapper around d_expression_1.
+       (d_checkpoint): New function.
+       (d_backtrack): New function.
+       (d_print_init): Initialize current_template.
+       (d_print_comp): Set current_template.
+       (d_print_cast): Put current_template in scope for
+       printing conversion operator name.
+       (cplus_demangle_init_info): Initialize is_expression and
+       is_conversion.
+       * cp-demangle.h (struct d_info): Add is_expression and
+       is_conversion fields.
+       * testsuite/demangle-expected: New test cases.
+
+2013-11-15  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure: Regenerate.
+
 2013-11-12  Uros Bizjak  <ubizjak@gmail.com>
 
        * cp-demangle.c (d_copy_templates): Cast result of malloc
This page took 0.024615 seconds and 4 git commands to generate.