summaryrefslogtreecommitdiff
path: root/libiberty
Commit message (Expand)AuthorAgeFilesLines
* Add support for C++0x nullptr.Jason Merrill2010-05-064-1/+19
* filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR...Pedro Alves2010-04-233-5/+33
* tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count var...Jakub Jelinek2010-04-071-0/+5
* tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count var...Jakub Jelinek2010-04-071-3/+3
* c-pretty-print.c (pp_c_specifier_qualifier_list): Use () rather than [], and ...Jason Merrill2010-03-223-4/+8
* Small multilib rule fixups.Ralf Wildenhues2010-03-022-1/+5
* * testsuite/demangle-expected: Add missing --format=gnu-v3.Tom Tromey2010-02-042-0/+5
* re PR c++/4926 (C++ ABI needs clarification on mangling of complex expressions)Jason Merrill2010-02-033-4/+26
* re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill2010-02-033-5/+73
* cp-demangle.c (cplus_demangle_type): Check for invalid type after "DF".Ian Lance Taylor2010-01-263-4/+15
* re PR c++/42338 ([c++0x] ICE on decltype usage with templates)Jason Merrill2010-01-202-3/+17
* demangle.h (ada_demangle): Add prototype.Tristan Gingold2010-01-113-108/+272
* Return dgs.alc on successH.J. Lu2010-01-092-1/+6
* re PR target/42316 ([SH] `builddir-single/libiberty/pic/libiberty.a': No such...Nobuhiro Iwamatsu2010-01-043-0/+8
* * pex-unix.c (pex_unix_exec_child): Save/restore environ.Doug Evans2009-12-082-1/+24
* configure.ac (AC_CHECK_FUNCS): Sort into alphabetical order.Ben Elliston2009-11-263-18/+37
* * functions.texi: Rebuild.Ben Elliston2009-11-252-6/+23
* README: Mention changes to Makefile.in and functions.texi.Manuel López-Ibáñez2009-11-253-3/+15
* pex-unix.c (pex_child_error): Improve warning avoidance by checking the resul...Ben Elliston2009-11-232-2/+11
* dyn-string.c (dyn_string_append_char): Fix typo in comment.Steve Ward2009-11-222-1/+5
* pex-unix.c (pex_child_error): Define writeerr macro to avoid unused result wa...Ben Elliston2009-11-202-1/+8
* argv.c (consume_whitespace): New function.Daniel Gutson2009-10-083-12/+80
* regex.c (byte_re_match_2_internal): Split declaration and assignment to avoid...Martin Thuresson2009-10-012-2/+10
* merge in cxx0x-lambdas-branch@152308Jason Merrill2009-09-294-68/+274
* (Fix missing space).Tristan Gingold2009-09-231-1/+1
* cplus-dem.c (ada_demangle): Ensure demangled is freed.Matthew Gingell2009-09-232-1/+8
* choose-temp.c: Include unistd.h for mingw targets.Ozkan Sezer2009-09-222-0/+8
* * hashtab.c [HAVE_INTTYPES_H]: Include <inttypes.h>.Rainer Orth2009-09-162-0/+7
* config.h-vms (intptr_t): Define to compile hashtab.cTristan Gingold2009-09-152-0/+7
* re PR target/39065 (libiberty hashtab.c:hash_pointer() needs intptr_t)Ozkan Sezer2009-09-044-28/+90
* re PR target/39065 (libiberty hashtab.c:hash_pointer() needs intptr_t)Ozkan Sezer2009-09-035-1/+25
* (Reflect changes from binutils):Tristan Gingold2009-09-024-172/+49
* Update AC_PREREQ entries to 2.64Ralf Wildenhues2009-08-242-1/+5
* re PR rtl-optimization/10536 (Linux kernel miscompiled on s390)H.J. Lu2009-08-232-27/+7
* Regenerate tree using Autoconf 2.64 and Automake 1.11.Ralf Wildenhues2009-08-223-6898/+4329
* Makefile.in (AUTOCONF, [...]): New variables.Ralf Wildenhues2009-07-302-0/+15
* make-temp-file.c (choose_tmpdir): Try standard temp logical on VMS.Douglas B Rupp2009-07-292-1/+10
* pex-unix.c (vfork): Remove VMS specific definition (get from header file inst...Douglas B Rupp2009-07-272-7/+43
* re PR bootstrap/40854 (Conflicting crc32 functions in libiberty and zlib)Ian Lance Taylor2009-07-252-1/+19
* crc32.c: New file.Ian Lance Taylor2009-07-244-17/+217
* demangle.h (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCT...Jan Kratochvil2009-07-172-18/+52
* hashtab.c (htab_traverse): Don't call htab_expand for nearly empty hashtabs w...Jakub Jelinek2009-06-212-2/+8
* re PR fortran/10197 (direct acces files not unformatted by default)Nick Clifton2009-06-162-5/+11
* snprintf.c: Doc fix.Eli Zaretskii2009-05-303-14/+24
* pex-win32.c (pex_win32_fdopenr): Set INHERIT to false.Kai Tietz2009-05-292-0/+9
* fibheap.c (fibheap_replace_key_data): Make sure we don't early out when forci...Michael Matz2009-05-292-1/+15
* makefile.vms: New file to compile gas on VMS.Tristan Gingold2009-05-253-18/+32
* cp-demangle.c (cplus_demangle_fill_ctor): Fix logic bug.Ian Lance Taylor2009-05-192-4/+10
* pex-win32.c (pex_win32_exec_child): Fix logic to avoid closing standard handl...Julian Brown2009-05-172-8/+14
* pex-win32.c (pex_win32_pipe): Add _O_NOINHERIT.Julian Brown2009-04-292-6/+35