aboutsummaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Expand)AuthorFilesLines
2014-01-28Avoid "'dc' may be uninitialized" warning.Thomas Schwinge2-1/+8
2014-01-21includeTom Tromey7-49/+49
2014-01-06libiberty: fix --enable-install-libiberty flag [PR 56780]Mike Frysinger3-2/+6
2014-01-06cp-demangle.c (struct d_print_info): New fields next_saved_scope...Gary Benson2-61/+223
2013-12-23re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill2-0/+13
2013-11-22Fix demangler to handle conversion operators correctly.Cary Coutant4-36/+202
2013-11-15picflag.m4 (m68k-*-*): Use default PIC flag.Andreas Schwab2-3/+4
2013-11-12cp-demangle.c (d_copy_templates): Cast result of malloc to (struct d_print_te...Uros Bizjak2-9/+16
2013-10-29re PR tree-optimization/58689 ([meta-bug] __attribute__((returns_nonnull)) en...Marc Glisse2-14/+7
2013-10-27* testsuite/test-demangle.c: Include unistd.h.Gerald Pfeifer2-0/+7
2013-10-25cp-demangle.c (struct d_saved_scope): New structure.Gary Benson3-2/+149
2013-10-23* testsuite/test-expandargv.c: Include unistd.h.Gerald Pfeifer2-0/+7
2013-10-23Fix up ChangeLog entries (name, e-mail, formatting, otherwise).Gerald Pfeifer1-3/+3
2013-10-15Add --enable-host-shared configuration optionDavid Malcolm3-0/+17
2013-10-11cp-demangle.c (d_name): Demangle local-source-names.Paul Pluzhnikov3-1/+9
2013-09-12ChangeLog: Add missing file to two entries.Gary Benson1-0/+2
2013-09-10re PR bootstrap/58386 (libstdc++.so.6: undefined symbol: htab_hash_pointer)Paolo Carlini3-170/+26
2013-09-10cp-demangle.c: Include hashtab.h.Gary Benson3-2/+189
2013-08-20floatformat.h (floatformat_ibm_long_double): Delete.Alan Modra2-2/+17
2013-07-22Fix typo.Mike Stump1-1/+1
2013-07-21Fix.Mike Stump1-1/+1
2013-07-09makefile.vms (OBJS): Add dwarfnames.objTristan Gingold2-1/+6
2013-06-01re PR other/56780 (--disable-install-libiberty still installs libiberty.a)Matt Burgess4-58/+80
2013-05-06hashtab.c (hash_pointer): Remove conditional and avoid unexecuted shift equal...David Edelsohn2-11/+10
2013-04-23Improve pointer hash function to include all bitsAndi Kleen2-8/+29
2013-04-03cp-demangle.c (cplus_demangle_type): Fix function quals.Jason Merrill3-44/+34
2013-04-03Demangle C++11 ref-qualifier.Jason Merrill3-13/+150
2013-03-27configure: Regenerated.Kai Tietz2-1/+7
2013-03-06make-obstacks-texi.pl: New.Tobias Burnus3-28/+31
2013-03-05re PR middle-end/56526 (false positive for maybe-uninitialized)Jakub Jelinek2-1/+7
2013-03-01extended.texi (C Extensions): Change order in @menu to match @node.Tobias Burnus3-3/+11
2013-02-14re PR c++/55223 ([C++11] Default lambda expression of a templated class member)Jason Merrill3-1/+28
2013-02-09re PR other/56245 (-fsanitize=address miscompiles GCC)Jakub Jelinek2-4/+12
2013-01-31Correct ChangeLog's mentioned PR-number.Kai Tietz1-1/+1
2013-01-31re PR other/54620 (sha1.c has incorrect math if sizeof(size_t) is 8)Kai Tietz1-2/+1
2013-01-31re PR other/54620 (sha1.c has incorrect math if sizeof(size_t) is 8)Kai Tietz1-0/+4
2013-01-312013-01-31 Kai Tietz <ktietz@redhat.com>Kai Tietz2-2/+7
2013-01-04re PR other/54800 (libiberty/simple-object-mach-o.c:704: possible optimisatio...Ian Lance Taylor2-2/+9
2013-01-01simple-object-xcoff.c: New file.David Edelsohn5-2/+919
2012-11-10cp-demangle.c (d_unqualified_name): Handle abi tags here.Jason Merrill3-22/+24
2012-11-09Add C++ attribute abi_tag and -Wabi-tag option.Jason Merrill2-5/+50
2012-10-08Allow dynamic initialization of thread_locals.Jason Merrill2-0/+31
2012-09-18strnlen.c: New file.Ian Lance Taylor8-22/+141
2012-09-18PR other/54411: integer overflow in objalloc_allocFlorian Weimer2-2/+15
2012-08-28Replace malloc with xmallocH.J. Lu2-38/+16
2012-08-28Replace alloca with xmalloc/freeH.J. Lu2-1/+8
2012-08-17floatformat.c (floatformat_to_double): Correctly handle numbers between 1 and 2.Andreas Schwab2-24/+20
2012-07-31md5.c (md5_finish_ctx): Declare swap_bytes.Mike Frysinger2-4/+13
2012-07-26pex-win32.c (pex_win32_exec_child): Only close original file descriptors if c...Kazu Hirata2-8/+23
2012-07-18cp-demangle.c (cplus_demangle_operators): Add *_cast.Jason Merrill3-1/+40