aboutsummaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Expand)AuthorFilesLines
2008-10-22./Daniel Jacobowitz2-1/+8
2008-10-15fix ChangeLog entry to mention correct PR numberPaolo Bonzini1-1/+1
2008-10-15re PR tree-optimization/37717 (verify_ssa failed for legal C++ with -O2)Paolo Bonzini2-5/+10
2008-10-08* xstrdup.c: Include <sys/types.h> after "config.h"David Edelsohn2-1/+5
2008-10-07configure.ac: Call AC_SYS_LARGEFILE.Jan Kratochvil4-1/+379
2008-10-06PR c++/37376, other mangling issuesJason Merrill4-88/+263
2008-09-09demangle.h (enum demangle_component_type): Add DEMANGLE_COMPONENT_DECLTYPE.Jason Merrill3-9/+153
2008-09-05Convert ChangeLog files to UTF-8.Jakub Jelinek1-1/+1
2008-08-07pex-win32.c (argv_to_argc): New function.Aaron W. LaFramboise2-2/+40
2008-07-31* mkstemps.c (mkstemps): Keep looping even for EISDIR.Jakub Jelinek2-1/+9
2008-07-31mkstemps.c (mkstemps): If open failed with errno other than EEXIST, return im...Denys Vlasenko3-4/+19
2008-07-30re PR ada/15479 (Ada manual problems)Ralf Wildenhues1-7/+9
2008-07-24maint-tool (deps): Output config.h instead of stamp-h.Ralf Wildenhues3-75/+86
2008-06-19Adjust strsignal to POSIX 200x prototype.Eric Blake2-19/+26
2008-06-17Makefile.tpl ($(srcdir)/configure): Update dependencies.Ralf Wildenhues2-15/+43
2008-06-15libgomp.texi (omp_test_lock): Fix typo.Ralf Wildenhues3-9/+14
2008-04-21configure.ac: use -fPIC on Linux/MIPS hosts.Aurelien Jarno3-0/+7
2008-04-18cpp-id-data.h (UC): Was U, conflicts with U...Kris Van Hees2-0/+24
2008-04-18re PR other/35457 (Error building GCC trunk on CELL SPU)Paolo Bonzini3-6/+22
2008-03-31Update copyright date.Ian Lance Taylor1-1/+2
2008-03-31cp-demangle.c (d_substitution): Correct overflow check to avoid -fstrict-over...Ian Lance Taylor2-5/+13
2008-03-27configure.ac (frags): Don't set, use frag instead.Paolo Bonzini4-46/+50
2008-03-25sha1.h: New file, from gnulib.Ian Lance Taylor3-5/+436
2008-03-24make-relative-prefix.c (make_relative_prefix_1): Handle NULL return from strdup.Doug Evans2-7/+10
2008-03-13cplus-dem.c (malloc, realloc): Use void * instead of char * as return type.Seongbae Park2-2/+7
2008-03-11md5.c (md5_process_bytes): Do not assume that memcpy will provide a return va...Nick Clifton2-1/+7
2008-02-19re PR other/12618 (core not cleaned up by 'make distclean')Ben Elliston2-1/+7
2008-01-27demangle.h (demangle_component_type): Add DEMANGLE_COMPONENT_JAVA_RESOURCE...David Daney3-0/+145
2008-01-23cplus-dem.c (demangle_function_name): Changed to return value indicating if a...Thiago Jung Bauermann2-12/+27
2008-01-19re PR other/33768 (splay-tree.c typo)Manuel López-Ibáñez2-2/+8
2007-11-13floatformat.c (floatformat_ibm_long_double_is_valid): Fix compiler warnings.Joseph Myers2-7/+11
2007-11-08floatformat.h (struct floatformat): Add split_half field.Joseph Myers2-39/+191
2007-09-06pexecute.txh (pex_free): Document process killing.Tom Tromey2-1/+7
2007-08-31mangle.c (write_type): Change mangling of rvalue reference from `RR' to `O'.Doug Gregor2-1/+27
2007-08-24[patch]: libiberty pex for _WIN64.Kai Tietz6-55/+69
2007-08-17make-relative-prefix.c (make_relative_prefix_1): Resource leaks.Michael Snyder2-27/+18
2007-08-03make-relative-prefix.c (make_relative_prefix_1): Fix resource leak.Michael Snyder2-2/+13
2007-08-01* cp-demangle.c (d_print_comp): Guard against null.Michael Snyder2-0/+10
2007-07-25ternary.h: Remove.Ben Elliston3-178/+15
2007-07-23argv.c (writeargv): Fix typo in inline documentation.DJ Delorie3-8/+23
2007-07-17configure.ac (target_header_dir, msdosdjgpp): Remove duplicate gettimeofday e...DJ Delorie3-2/+8
2007-07-12maint-tool (deps): Output stamp-h instead of config.h.Alexandre Oliva3-80/+82
2007-07-02argv.c (writeargv): Removed declaration of unused variable.Simon Baldwin2-1/+4
2007-06-14configure.ac: Use ACX_PROG_CC_ALMOST_PEDANTIC too.Paolo Bonzini3-2/+73
2007-06-14acinclude.m4 (gcc_AC_CHECK_PROG_VER): Remove.Paolo Bonzini4-39/+36
2007-06-07configure.ac: Non-default multilibs can be cross compilations.Geoffrey Keating3-0/+48
2007-05-08libiberty.h (writeargv): Declare.Nathan Froyd2-0/+60
2007-05-06Index: libiberty/ChangeLogGeoffrey Keating3-1/+43
2007-05-03filename_cmp.c: Replace include of ctype.h by include of safe-ctype.h.Joel Brobecker3-4/+13
2007-04-11argv.c: Use ANSI C declarations.Thomas Neumann3-11/+11