aboutsummaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-13filenames.h: #include "hashtab.h".Doug Evans2-0/+53
2012-06-29copying-lib.texi (Library Copying): Don't use @heading inside @enumerate.Andreas Schwab2-5/+5
2012-05-22demangle-expected: Add regression test.Tom Tromey3-0/+12
2012-04-27dwarf2out.c (dwarf_stack_op_name): Use get_DW_OP_name.Tom Tromey3-3/+116
2012-04-04pex-unix.c (to_ptr32): Fix style.Tristan Gingold2-2/+8
2012-04-02stack-limit.c: Includes ansidecl.h.Tristan Gingold2-1/+7
2012-03-21mangle.c (write_type): Handle 'auto'.Jason Merrill3-0/+15
2012-03-07cp-demangle.c (cplus_demangle_operators): Add li.Jason Merrill3-1/+15
2012-01-26make-relative-prefix.c (make_relative_prefix_1): Avoid warning about using pr...Jakub Jelinek2-3/+9
2012-01-23Interix resurrectionDouglas Rupp2-1/+5
2012-01-10cp-demangle.c (d_print_comp): Omit a trailing space in the operator name.Jason Merrill3-5/+16
2012-01-06re PR c++/6057 (expression mangling doesn't work for operator new)Jason Merrill3-77/+253
2012-01-06cp-demangle.c (cplus_demangle_type): decltype, pack expansion and vector are ...Jason Merrill3-3/+25
2012-01-04re PR bootstrap/51734 (Bootstrap fails in libada)Andreas Krebbel2-3/+4
2012-01-02re PR driver/48306 (presence of gcc subdir with . in PATH causes breakdown)Jakub Jelinek2-5/+29
2011-12-20warnings.m4 (ACX_PROG_CC_WARNING_OPTS): Avoid leading dash in expr call.Andreas Schwab2-1/+5
2011-12-20aclocal.m4: Assume strncmp works in cross case.Tristan Gingold3-2/+7
2011-12-19Check for warning flags without no- prefixAndreas Schwab2-2/+14
2011-11-08Merge from transactional-memory branch.Aldy Hernandez2-2/+59
2011-11-04re PR c++/48370 (G++ fails to extend reference temporary lifetime in some sit...Jason Merrill2-3/+14
2011-11-02Fix thinko in previous checkin.Doug Evans1-1/+1
2011-11-02Forgotten in previous checkin that added timeval-utils.[ch].Doug Evans2-8/+19
2011-10-29* setproctitle.c (setproctitle): Use "GNU/Linux" in comment.Ian Lance Taylor2-2/+6
2011-10-26re PR target/48108 (lto should be containerized in a single mach-o section on...Iain Sandoe2-80/+448
2011-10-10re PR c++/48665 (type of const member function)Ian Lance Taylor3-0/+36
2011-09-28timeval-utils.h: New file.Doug Evans2-0/+93
2011-09-28libiberty.h (countargv): Declare.Doug Evans2-0/+27
2011-09-24trivial libiberty/ChangeLog updateBasile Starynkevitch1-0/+1
2011-09-23re PR c++/40831 (g++ generated symbols for cloned function that be demangled.)Cary Coutant3-3/+111
2011-09-23md5.c (md5_process_bytes): Correct handling of unaligned buffer.Ian Lance Taylor2-4/+11
2011-08-22Centralize PICFLAG configurationRainer Orth4-42/+94
2011-08-12md5.c (md5_read_ctx): Handle mis-aligned resbuf pointer.Steve Ellcey2-6/+14
2011-08-06test-expandargv.c (writeout_test): Check result of fwrite.Uros Bizjak2-16/+23
2011-08-01re PR c++/49932 ([C++0x] ICE on instantiating decltype(expr)::type with templ...Jason Merrill3-2/+22
2011-07-26Remove an extra line.H.J. Lu2-1/+4
2011-07-26cp-demangle.c (d_print_init): Initialize pack_index field.Ian Lance Taylor3-1/+21
2011-07-22re PR target/49817 (libiberty/stack-limit.c causes a bootstrap failure on all...Gerald Pfeifer2-0/+8
2011-07-22re PR c++/49756 (g++ ICE)Jakub Jelinek1-0/+59
2011-07-22re PR c++/49756 (g++ ICE)Jakub Jelinek5-18/+43