OLD | NEW |
| 1 2012-07-31 Mike Frysinger <vapier@gentoo.org> |
| 2 |
| 3 * md5.c (md5_finish_ctx): Declare swap_bytes. Assign SWAP() output |
| 4 to swap_bytes, and then call memcpy to move it to ctx->buffer. |
| 5 |
| 6 2012-07-13 Doug Evans <dje@google.com> |
| 7 |
| 8 * filename_cmp.c (filename_hash, filename_eq): New functions. |
| 9 |
| 10 2012-06-29 Andreas Schwab <schwab@linux-m68k.org> |
| 11 |
| 12 * copying-lib.texi (Library Copying): Don't use @heading inside |
| 13 @enumerate. |
| 14 |
| 15 2012-05-22 Tom Tromey <tromey@redhat.com> |
| 16 |
| 17 http://sourceware.org/bugzilla/show_bug.cgi?id=14065 |
| 18 * testsuite/demangle-expected: Add regression test. |
| 19 * cp-demangle.c (d_find_pack): Return NULL for |
| 20 DEMANGLE_COMPONENT_UNNAMED_TYPE. |
| 21 |
| 22 2012-04-27 Tom Tromey <tromey@redhat.com> |
| 23 |
| 24 * dwarfnames.c: New file. |
| 25 * Makefile.in (CFILES): Add dwarfnames. |
| 26 (REQUIRED_OFILES): Add dwarfnames. |
| 27 (./dwarfnames.$(objext)): New target. |
| 28 |
| 29 2012-04-04 Tristan Gingold <gingold@adacore.com> |
| 30 |
| 31 * pex-unix.c (to_ptr32): Fix style. |
| 32 |
| 33 2012-04-02 Tristan Gingold <gingold@adacore.com> |
| 34 |
| 35 * stack-limit.c: Includes ansidecl.h. |
| 36 (stack_limit_increase): Add ATTRIBUTE_UNUSED |
| 37 |
| 38 2012-03-20 Jason Merrill <jason@redhat.com> |
| 39 |
| 40 * cp-demangle.c (cplus_demangle_type): Handle 'auto'. |
| 41 |
| 42 2012-03-07 Jason Merrill <jason@redhat.com> |
| 43 |
| 44 * cp-demangle.c (cplus_demangle_operators): Add li. |
| 45 (d_unqualified_name): Handle it specially. |
| 46 |
| 47 2012-01-26 Jakub Jelinek <jakub@redhat.com> |
| 48 |
| 49 * make-relative-prefix.c (make_relative_prefix_1): Avoid warning |
| 50 about using preprocessor directives inside of macro arguments. |
| 51 |
| 52 2012-01-22 Douglas B Rupp <rupp@gnat.com> |
| 53 |
| 54 * configure: Regenerate. |
| 55 |
| 56 2012-01-10 Jason Merrill <jason@redhat.com> |
| 57 |
| 58 * cp-demangle.c (d_print_comp) [DEMANGLE_COMPONENT_OPERATOR]: |
| 59 Omit a trailing space in the operator name. |
| 60 |
| 61 2012-01-06 Jason Merrill <jason@redhat.com> |
| 62 |
| 63 PR c++/6057 |
| 64 PR c++/48051 |
| 65 PR c++/50855 |
| 66 PR c++/51322 |
| 67 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_NULLARY and |
| 68 DEMANGLE_COMPONENT_INITIALIZER_LIST. |
| 69 (d_make_comp): Likewise. Allow null right arg for |
| 70 DEMANGLE_COMPONENT_TRINARY_ARG2. |
| 71 (cplus_demangle_operators): Adjust new/delete; add .*, :: and throw. |
| 72 (d_template_args, d_template_arg): Handle 'J' for argument packs. |
| 73 (d_exprlist): Add terminator parm. |
| 74 (d_expression, d_print_comp): Handle initializer lists, nullary |
| 75 expressions, prefix/suffix operators, and new. |
| 76 (d_print_subexpr): Avoid parens around DEMANGLE_COMPONENT_QUAL_NAME |
| 77 and DEMANGLE_COMPONENT_INITIALIZER_LIST. |
| 78 * testsuite/demangle-expected: Add tests. |
| 79 |
| 80 * cp-demangle.c (cplus_demangle_type): decltype, pack expansion |
| 81 and vector are substitutable. |
| 82 (cplus_demangle_operators): Sort. |
| 83 |
| 84 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> |
| 85 |
| 86 * configure: Regenerate. |
| 87 |
| 88 2012-01-02 Jakub Jelinek <jakub@redhat.com> |
| 89 |
| 90 * make-relative-prefix.c (make_relative_prefix_1): Avoid |
| 91 stack overflow if PATH contains just a single entry and |
| 92 HOST_EXECUTABLE_SUFFIX needs to be used. |
| 93 |
| 94 PR driver/48306 |
| 95 * make-relative-prefix.c: Include sys/stat.h. |
| 96 (make_relative_prefix_1): If access succeeds, check also stat |
| 97 if nstore is a regular file. |
| 98 |
| 99 2011-12-20 Andreas Schwab <schwab@linux-m68k.org> |
| 100 |
| 101 * configure: Regenerate. |
| 102 |
| 103 2011-12-20 Tristan Gingold <gingold@adacore.com> |
| 104 |
| 105 * aclocal.m4: Assume strncmp works in cross case. |
| 106 * configure: Regenerate |
| 107 |
| 108 2011-12-19 Andreas Schwab <schwab@linux-m68k.org> |
| 109 |
| 110 * configure: Regenerate. |
| 111 |
1 2011-11-07 Richard Henderson <rth@redhat.com> | 112 2011-11-07 Richard Henderson <rth@redhat.com> |
2 | 113 |
3 Merged from transactional-memory. | 114 Merged from transactional-memory. |
4 | 115 |
5 * cp-demangle.c (cplus_demangle_fill_ctor): Accept | 116 * cp-demangle.c (cplus_demangle_fill_ctor): Accept |
6 gnu_v3_object_ctor_group. | 117 gnu_v3_object_ctor_group. |
7 (cplus_demangle_fill_dtor): Accept gnu_v3_object_dtor_group. | 118 (cplus_demangle_fill_dtor): Accept gnu_v3_object_dtor_group. |
8 (d_ctor_dtor_name): Recognize gnu_v3_object_ctor_group | 119 (d_ctor_dtor_name): Recognize gnu_v3_object_ctor_group |
9 and gnu_v3_object_dtor_group. | 120 and gnu_v3_object_dtor_group. |
10 (d_dump): Handle DEMANGLE_COMPONENT_TRANSACTION_CLONE | 121 (d_dump): Handle DEMANGLE_COMPONENT_TRANSACTION_CLONE |
(...skipping 8539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8550 | 8661 |
8551 Tue Sep 3 06:36:23 1991 John Gilmore (gnu at cygint.cygnus.com) | 8662 Tue Sep 3 06:36:23 1991 John Gilmore (gnu at cygint.cygnus.com) |
8552 | 8663 |
8553 * obstack.c: Merge with latest FSF version. | 8664 * obstack.c: Merge with latest FSF version. |
8554 | 8665 |
8555 | 8666 |
8556 | 8667 |
8557 Local Variables: | 8668 Local Variables: |
8558 version-control: never | 8669 version-control: never |
8559 End: | 8670 End: |
OLD | NEW |