summaryrefslogtreecommitdiff
path: root/libiberty
Commit message (Expand)AuthorAgeFilesLines
* ./Daniel Jacobowitz2008-10-222-1/+8
* fix ChangeLog entry to mention correct PR numberPaolo Bonzini2008-10-151-1/+1
* re PR tree-optimization/37717 (verify_ssa failed for legal C++ with -O2)Paolo Bonzini2008-10-152-5/+10
* * xstrdup.c: Include <sys/types.h> after "config.h"David Edelsohn2008-10-082-1/+5
* configure.ac: Call AC_SYS_LARGEFILE.Jan Kratochvil2008-10-074-1/+379
* PR c++/37376, other mangling issuesJason Merrill2008-10-064-88/+263
* demangle.h (enum demangle_component_type): Add DEMANGLE_COMPONENT_DECLTYPE.Jason Merrill2008-09-093-9/+153
* Convert ChangeLog files to UTF-8.Jakub Jelinek2008-09-051-1/+1
* pex-win32.c (argv_to_argc): New function.Aaron W. LaFramboise2008-08-072-2/+40
* * mkstemps.c (mkstemps): Keep looping even for EISDIR.Jakub Jelinek2008-07-312-1/+9
* mkstemps.c (mkstemps): If open failed with errno other than EEXIST, return im...Denys Vlasenko2008-07-313-4/+19
* re PR ada/15479 (Ada manual problems)Ralf Wildenhues2008-07-301-7/+9
* maint-tool (deps): Output config.h instead of stamp-h.Ralf Wildenhues2008-07-243-75/+86
* Adjust strsignal to POSIX 200x prototype.Eric Blake2008-06-192-19/+26
* Makefile.tpl ($(srcdir)/configure): Update dependencies.Ralf Wildenhues2008-06-172-15/+43
* libgomp.texi (omp_test_lock): Fix typo.Ralf Wildenhues2008-06-153-9/+14
* configure.ac: use -fPIC on Linux/MIPS hosts.Aurelien Jarno2008-04-213-0/+7
* cpp-id-data.h (UC): Was U, conflicts with U...Kris Van Hees2008-04-182-0/+24
* re PR other/35457 (Error building GCC trunk on CELL SPU)Paolo Bonzini2008-04-183-6/+22
* Update copyright date.Ian Lance Taylor2008-03-311-1/+2
* cp-demangle.c (d_substitution): Correct overflow check to avoid -fstrict-over...Ian Lance Taylor2008-03-312-5/+13
* configure.ac (frags): Don't set, use frag instead.Paolo Bonzini2008-03-274-46/+50
* sha1.h: New file, from gnulib.Ian Lance Taylor2008-03-253-5/+436
* make-relative-prefix.c (make_relative_prefix_1): Handle NULL return from strdup.Doug Evans2008-03-242-7/+10
* cplus-dem.c (malloc, realloc): Use void * instead of char * as return type.Seongbae Park2008-03-132-2/+7
* md5.c (md5_process_bytes): Do not assume that memcpy will provide a return va...Nick Clifton2008-03-112-1/+7
* re PR other/12618 (core not cleaned up by 'make distclean')Ben Elliston2008-02-192-1/+7
* demangle.h (demangle_component_type): Add DEMANGLE_COMPONENT_JAVA_RESOURCE...David Daney2008-01-273-0/+145
* cplus-dem.c (demangle_function_name): Changed to return value indicating if a...Thiago Jung Bauermann2008-01-232-12/+27
* re PR other/33768 (splay-tree.c typo)Manuel López-Ibáñez2008-01-192-2/+8
* floatformat.c (floatformat_ibm_long_double_is_valid): Fix compiler warnings.Joseph Myers2007-11-132-7/+11
* floatformat.h (struct floatformat): Add split_half field.Joseph Myers2007-11-082-39/+191
* pexecute.txh (pex_free): Document process killing.Tom Tromey2007-09-062-1/+7
* mangle.c (write_type): Change mangling of rvalue reference from `RR' to `O'.Doug Gregor2007-08-312-1/+27
* [patch]: libiberty pex for _WIN64.Kai Tietz2007-08-246-55/+69
* make-relative-prefix.c (make_relative_prefix_1): Resource leaks.Michael Snyder2007-08-172-27/+18
* make-relative-prefix.c (make_relative_prefix_1): Fix resource leak.Michael Snyder2007-08-032-2/+13
* * cp-demangle.c (d_print_comp): Guard against null.Michael Snyder2007-08-012-0/+10
* ternary.h: Remove.Ben Elliston2007-07-253-178/+15
* argv.c (writeargv): Fix typo in inline documentation.DJ Delorie2007-07-233-8/+23
* configure.ac (target_header_dir, msdosdjgpp): Remove duplicate gettimeofday e...DJ Delorie2007-07-173-2/+8
* maint-tool (deps): Output stamp-h instead of config.h.Alexandre Oliva2007-07-123-80/+82
* argv.c (writeargv): Removed declaration of unused variable.Simon Baldwin2007-07-022-1/+4
* configure.ac: Use ACX_PROG_CC_ALMOST_PEDANTIC too.Paolo Bonzini2007-06-143-2/+73
* acinclude.m4 (gcc_AC_CHECK_PROG_VER): Remove.Paolo Bonzini2007-06-144-39/+36
* configure.ac: Non-default multilibs can be cross compilations.Geoffrey Keating2007-06-073-0/+48
* libiberty.h (writeargv): Declare.Nathan Froyd2007-05-082-0/+60
* Index: libiberty/ChangeLogGeoffrey Keating2007-05-063-1/+43
* filename_cmp.c: Replace include of ctype.h by include of safe-ctype.h.Joel Brobecker2007-05-033-4/+13
* argv.c: Use ANSI C declarations.Thomas Neumann2007-04-113-11/+11