aboutsummaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Expand)AuthorFilesLines
2010-05-26demangle-expected: Add tests for __int128 and unsigned __int128 types.Kai Tietz2-0/+15
2010-05-06Add support for C++0x nullptr.Jason Merrill4-1/+19
2010-04-23filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR...Pedro Alves3-5/+33
2010-04-07tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count var...Jakub Jelinek1-0/+5
2010-04-07tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count var...Jakub Jelinek1-3/+3
2010-03-22c-pretty-print.c (pp_c_specifier_qualifier_list): Use () rather than [], and ...Jason Merrill3-4/+8
2010-03-02Small multilib rule fixups.Ralf Wildenhues2-1/+5
2010-02-04* testsuite/demangle-expected: Add missing --format=gnu-v3.Tom Tromey2-0/+5
2010-02-03re PR c++/4926 (C++ ABI needs clarification on mangling of complex expressions)Jason Merrill3-4/+26
2010-02-03re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill3-5/+73
2010-01-26cp-demangle.c (cplus_demangle_type): Check for invalid type after "DF".Ian Lance Taylor3-4/+15
2010-01-20re PR c++/42338 ([c++0x] ICE on decltype usage with templates)Jason Merrill2-3/+17
2010-01-11demangle.h (ada_demangle): Add prototype.Tristan Gingold3-108/+272
2010-01-09Return dgs.alc on successH.J. Lu2-1/+6
2010-01-04re PR target/42316 ([SH] `builddir-single/libiberty/pic/libiberty.a': No such...Nobuhiro Iwamatsu3-0/+8
2009-12-08* pex-unix.c (pex_unix_exec_child): Save/restore environ.Doug Evans2-1/+24
2009-11-26configure.ac (AC_CHECK_FUNCS): Sort into alphabetical order.Ben Elliston3-18/+37
2009-11-25* functions.texi: Rebuild.Ben Elliston2-6/+23
2009-11-25README: Mention changes to Makefile.in and functions.texi.Manuel López-Ibáñez3-3/+15
2009-11-23pex-unix.c (pex_child_error): Improve warning avoidance by checking the resul...Ben Elliston2-2/+11
2009-11-22dyn-string.c (dyn_string_append_char): Fix typo in comment.Steve Ward2-1/+5
2009-11-20pex-unix.c (pex_child_error): Define writeerr macro to avoid unused result wa...Ben Elliston2-1/+8
2009-10-08argv.c (consume_whitespace): New function.Daniel Gutson3-12/+80
2009-10-01regex.c (byte_re_match_2_internal): Split declaration and assignment to avoid...Martin Thuresson2-2/+10
2009-09-29merge in cxx0x-lambdas-branch@152308Jason Merrill4-68/+274
2009-09-23(Fix missing space).Tristan Gingold1-1/+1
2009-09-23cplus-dem.c (ada_demangle): Ensure demangled is freed.Matthew Gingell2-1/+8
2009-09-22choose-temp.c: Include unistd.h for mingw targets.Ozkan Sezer2-0/+8
2009-09-16* hashtab.c [HAVE_INTTYPES_H]: Include <inttypes.h>.Rainer Orth2-0/+7
2009-09-15config.h-vms (intptr_t): Define to compile hashtab.cTristan Gingold2-0/+7
2009-09-04re PR target/39065 (libiberty hashtab.c:hash_pointer() needs intptr_t)Ozkan Sezer4-28/+90
2009-09-03re PR target/39065 (libiberty hashtab.c:hash_pointer() needs intptr_t)Ozkan Sezer5-1/+25
2009-09-02(Reflect changes from binutils):Tristan Gingold4-172/+49
2009-08-24Update AC_PREREQ entries to 2.64Ralf Wildenhues2-1/+5
2009-08-23re PR rtl-optimization/10536 (Linux kernel miscompiled on s390)H.J. Lu2-27/+7
2009-08-22Regenerate tree using Autoconf 2.64 and Automake 1.11.Ralf Wildenhues3-6898/+4329
2009-07-30Makefile.in (AUTOCONF, [...]): New variables.Ralf Wildenhues2-0/+15
2009-07-29make-temp-file.c (choose_tmpdir): Try standard temp logical on VMS.Douglas B Rupp2-1/+10
2009-07-27pex-unix.c (vfork): Remove VMS specific definition (get from header file inst...Douglas B Rupp2-7/+43
2009-07-25re PR bootstrap/40854 (Conflicting crc32 functions in libiberty and zlib)Ian Lance Taylor2-1/+19
2009-07-24crc32.c: New file.Ian Lance Taylor4-17/+217
2009-07-17demangle.h (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCT...Jan Kratochvil2-18/+52
2009-06-21hashtab.c (htab_traverse): Don't call htab_expand for nearly empty hashtabs w...Jakub Jelinek2-2/+8
2009-06-16re PR fortran/10197 (direct acces files not unformatted by default)Nick Clifton2-5/+11
2009-05-30snprintf.c: Doc fix.Eli Zaretskii3-14/+24
2009-05-29pex-win32.c (pex_win32_fdopenr): Set INHERIT to false.Kai Tietz2-0/+9
2009-05-29fibheap.c (fibheap_replace_key_data): Make sure we don't early out when forci...Michael Matz2-1/+15
2009-05-25makefile.vms: New file to compile gas on VMS.Tristan Gingold3-18/+32
2009-05-19cp-demangle.c (cplus_demangle_fill_ctor): Fix logic bug.Ian Lance Taylor2-4/+10
2009-05-17pex-win32.c (pex_win32_exec_child): Fix logic to avoid closing standard handl...Julian Brown2-8/+14