aboutsummaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-06* filename_cmp.c (filename_cmp): Improve documentation.Joel Brobecker2-5/+10
2007-04-02* filename_cmp.c: Include "config.h".Andreas Schwab2-0/+8
2007-03-29filename_cmp.c: New file.Joel Brobecker4-5/+108
2007-03-16cp-demangle.c (d_encoding): Exit early on error.Geoffrey Keating3-2/+16
2007-03-01Makefile.in: Add install-pdf target as copied from automake v1.10 rules.Brooks Moses3-2/+26
2007-03-01re PR other/16513 (Libiberty doesn't honor the multi-os-directory settings)Peter Breitenlohner2-10/+17
2007-02-26configure.ac: add djgpp-specific results, so we don't have to link during a c...DJ Delorie3-0/+43
2007-01-31hex.c: Fix typo.Ralf Wildenhues4-4/+10
2007-01-31libiberty.h (PEX_STDERR_TO_PIPE): New define.Vladimir Prus5-19/+126
2007-01-31strsignal.c (psignal): Change type of signo to int.Ben Elliston3-4/+9
2007-01-29demangle.h: New cplus_demangle_print_callback...Simon Baldwin3-315/+486
2007-01-12* pex-unix.c (writeerr): Cast write result to void.Ben Elliston2-1/+3
2007-01-12Typo fix.Ben Elliston1-2/+2
2007-01-12choose-temp.c (choose_temp_base): Check the result of the call to mktemp rath...Ben Elliston2-2/+6
2006-12-21cp-demangle.h: Add comment explaining what to do to avoid overrunning string.Geoffrey Keating5-34/+136
2006-11-30re PR driver/29931 (following argv[0] symlink in process_command breaks symli...Andrew Stubbs2-7/+52
2006-11-08pex-win32.c (no_suffixes): Remove.Vladimir Prus2-7/+15
2006-11-07floatformat.c (get_field): Fix segfault with little-endian word order on 64-b...Julian Brown2-60/+56
2006-10-26pex-win32.c (argv_to_cmdline): Replace xmalloc with XNEWVEC.Danny Smith3-7/+15
2006-10-25* pexecute.txh: Wrap pexecute's "flag" argument with @var {..}.Ben Elliston2-1/+5
2006-10-10--(top level)--------------------------------------------Brooks Moses3-3/+12
2006-09-22re PR other/29176 (Seg fault in demangler)Ian Lance Taylor3-0/+13
2006-09-12Fix some whitespace issues in the changelog.Andrew Pinski1-11/+11
2006-08-30configure.ac: Add case for Mingw as host.Corinna Vinschen3-0/+256
2006-08-27re PR driver/27622 (gcc hang when compiling with -pipe)Ian Lance Taylor7-13/+46
2006-08-27re PR other/28797 (Problems with demangling (__cxa_demangle()))Ian Lance Taylor3-1/+23
2006-07-27re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka2-1/+28
2006-07-04ltconfig: chmod 644 before ranlib during install.Peter O'Gorman2-2/+6
2006-06-02pex-unix.c (pex_unix_exec_child): Insert cast when assigning to environ.Mark Shinwell2-1/+6
2006-06-01Patch to provide pex_run_in_environment.Mark Shinwell9-36/+201
2006-05-28Open temporary files in binary mode when using mkstemps.Mark Shinwell2-1/+9
2006-05-12cplus-dem.c (demangle_fund_type): Ensure buf is large enough to hold "int%u_t".Anton Blanchard2-1/+6
2006-04-24floatformat.c (floatformat_to_double): Fix (biased) exponent=0 case.Julian Brown2-1/+5
2006-04-12pex-common.c (pex_input_file, [...]): New functions.Jim Blandy9-9/+277
2006-04-12pex-common.c (temp_file): New function, containing guts of pex-style temporar...Jim Blandy2-43/+66
2006-04-06Makefile.in: Add install-html, install-html-am, and install-html-recursive ta...Carlos O'Donell5-5/+81
2006-03-31pex-win32.c (<errno.h>): Include.Mark Mitchell2-258/+335
2006-03-24pex-common.c (pex_run): Simplify output name handling.Jim Blandy2-11/+8
2006-03-13pex-common.h (struct pex_obj): Doc fixes.Jim Blandy2-12/+19
2006-03-13functions.texi: Regenerate.Jim Blandy2-1/+25
2006-02-21* pexecute.c (pwait): Syntax fix for previous change.Ben Elliston2-1/+5
2006-02-20pexecute.c (pwait): Free vector pointer.Uttam Pawar3-1/+10
2006-02-11re PR bootstrap/16787 (NAN constant "(0.0/0.0)" cannot be compiled by Tru64 cc)Roger Sayle2-1/+18
2006-01-29configure.ac: Add -Wc++-compat to ac_libibety_warn_cflags where supported.Gabriel Dos Reis3-68/+205
2006-01-20Makefile.in: Add test-expandargv test.Carlos O'Donell4-5/+327
2005-12-17floatformat.c (floatformat_i387_ext_is_valid): Use explicit cast to convert f...Gabriel Dos Reis2-3/+10
2005-12-11Fixes java/PR9861Terry Laurenzo4-7/+68
2005-11-07splay-tree.c (rotate_left): New function.Richard Guenther2-111/+87