aboutsummaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-04cp-demangle.c (d_expression): Handle 'this'.Jason Merrill3-7/+32
2011-07-01Darwin has case-insensitive filesystemsJoel Brobecker2-6/+27
2011-07-01re PR debug/49408 (member function template id not matching linkage name)Jan Kratochvil3-3/+84
2011-06-20re PR c++/37089 ([C++0x] rvalue/lvalue reference collapsing not performed in ...Jason Merrill3-4/+41
2011-06-13cp-demangle.c (d_print_comp): Suppress d_print_mod for DMGL_RET_POSTFIX.Jan Kratochvil3-1/+19
2011-06-13demangle.h (DMGL_RET_POSTFIX): Extend the comment.Jan Kratochvil4-8/+43
2011-06-13cp-demangle.c (struct d_print_info): Remove field options.Jan Kratochvil2-118/+124
2011-04-20remove useless if-before-free testsJim Meyering8-43/+34
2011-04-10Avoid memory overrun in a test leading to potential double-free.Jim Meyering2-1/+7
2011-03-31makefile.vms (OBJS): Add filename_cmp.objTristan Gingold2-1/+5
2011-02-28re PR debug/28047 (DWARF output_file_names should really understand DOS pathn...Kai Tietz3-0/+72
2011-02-03libiberty: documentation markup and order fixes.Ralf Wildenhues33-208/+366
2011-01-18libiberty: add .gitignoreMike Frysinger2-0/+6
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek8-9/+11
2010-12-08splay-tree.c (splay_tree_foreach_helper): Remove arg `sp', all callers updated.Doug Evans2-13/+44
2010-11-29* setproctitle.c [HAVE_SYS_PRCTL_H]: Include <sys/types.h>.Rainer Orth2-0/+5
2010-11-21Fix build regressionAnthony Green5-39/+15
2010-11-20PR other/46202: implement install-strip.Ralf Wildenhues2-0/+9
2010-11-17simple-object.h (simple_object_attributes_merge): Declare, replacing simple_o...Ian Lance Taylor6-39/+93
2010-11-16Properly demangle a global constructor symbol.H.J. Lu3-3/+26
2010-11-14simple-object-coff.c (simple_object_coff_read_strtab): Fix reading offset.Kai Tietz2-1/+7
2010-11-13re PR other/46332 (__cxa_demangle yields excess parentheses for function types)Ian Lance Taylor3-8/+14
2010-11-04Use spawnve on cygwin.Richard Henderson5-13/+237
2010-11-02simple-object.h: New file.Ian Lance Taylor12-5/+3945
2010-10-29setproctitle.c: Add space after function name in @deftypefn comment.Ian Lance Taylor3-2/+8
2010-10-26Patch by Ralf Wildenhues.Ralf Wildenhues3-64/+20
2010-10-07Turn PR_SET_NAME check into link checkAndi Kleen3-13/+13
2010-10-06[PATCH] Report LTO phase in lto1 process name v2Andi Kleen7-13/+129
2010-09-22cplus-dem.c (ada_demangle): Add comments.Tristan Gingold3-89/+174