aboutsummaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Expand)AuthorFilesLines
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
2005-10-31from Mark Kettenis <kettenis@gnu.org>Mark Kettenis2-0/+29
2005-10-07* at-file.texi: Fix typo.Mark Mitchell2-3/+6
2005-10-04* at-file.texi: New file.Mark Mitchell2-0/+20
2005-09-27* argv.c (expandargv): Do not use xmalloc_failed.Mark Mitchell2-3/+8
2005-09-26* Makefile.in: Regenerated.Mark Mitchell1-0/+1
2005-09-26libiberty.h (expandargv): New function.Mark Mitchell3-8/+127
2005-09-15pex-win32.c: Include "windows.h".Christopher Faylor2-14/+307
2005-08-17floatformat.c (floatformat_always_valid): Change type of last argument to `vo...Mark Kettenis2-17/+30
2005-08-17strverscmp.c: Update FSF address.Kelley Cook5-6/+13
2005-07-23* getopt.c: Include ansidecl.h before system headers.Kaveh R. Ghazi2-1/+5
2005-07-22getopt.c: Include "ansidecl.h".Ben Elliston2-3/+11
2005-07-22* regex.c (regcomp): Change type of `i' from unsigned to int.Ben Elliston2-2/+6
2005-07-22Recover patch lost in the sourceware repository:Ben Elliston4-10/+8
2005-07-22configure.ac: Check for a getopt(3) declaration.Ben Elliston4-125/+145
2005-07-15* regex.c (TRANSLATE): Cast rhs of ternary expression to char.Ben Elliston2-2/+8
2005-07-12floatformat.c (floatformat_to_double): Add a comment about a potential source...Ben Elliston2-0/+12
2005-07-12pexecute.c (pexecute): Cast string litrals to char *.Ben Elliston3-3/+8
2005-07-07config.table: Delete file.Kelley Cook5-71/+146
2005-07-07config.in: Regenerate for 6/20 change.Kelley Cook2-0/+11
2005-07-03re PR other/13906 (genmodes.c:964: internal compiler error: Bus error in md5_...Steve Ellcey2-0/+22
2005-07-01re PR other/22268 (libiberty demanger crashes on (invalid) mangled name)Ian Lance Taylor3-1/+18
2005-06-30[multiple changes]Daniel Berlin2-32/+28
2005-06-21Index: include/ChangeLogGeoffrey Keating6-12/+311
2005-05-28libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if needed.Eli Zaretskii4-5/+298
2005-05-25demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.Richard Henderson3-0/+25
2005-05-24libiberty.h (ACONCAT): Properly cast value of alloca().Gabriel Dos Reis35-152/+641
2005-05-16getpwd.c: Remove unneeded prototype getcwd and move getwd so that it's only d...Andreas Jaeger3-7/+13
2005-05-15* functions.texi: Regenerated.Andreas Jaeger1-0/+4
2005-05-15ChangeLogAndreas Jaeger1-144/+158
2005-05-15Forgotten commit.Andreas Jaeger1-0/+3
2005-05-15fopen_unlocked.c: Enclose multi-word data types in @deftypefn in braces.Eli Zaretskii1-3/+3
2005-05-15pexecute.txh: Enclose multi-word data types in @deftypefn in braces.Eli Zaretskii2-45/+65
2005-05-12pex-djgpp.c: Include string.h, fcntl.h, unistd.h, and sys/stat.h.Eli Zaretskii2-38/+52