| Commit message (Expand) | Author | Age | Files | Lines |
* | Open temporary files in binary mode when using mkstemps. | Mark Shinwell | 2006-05-28 | 2 | -1/+9 |
* | cplus-dem.c (demangle_fund_type): Ensure buf is large enough to hold "int%u_t". | Anton Blanchard | 2006-05-12 | 2 | -1/+6 |
* | floatformat.c (floatformat_to_double): Fix (biased) exponent=0 case. | Julian Brown | 2006-04-24 | 2 | -1/+5 |
* | pex-common.c (pex_input_file, [...]): New functions. | Jim Blandy | 2006-04-12 | 9 | -9/+277 |
* | pex-common.c (temp_file): New function, containing guts of pex-style temporar... | Jim Blandy | 2006-04-12 | 2 | -43/+66 |
* | Makefile.in: Add install-html, install-html-am, and install-html-recursive ta... | Carlos O'Donell | 2006-04-06 | 5 | -5/+81 |
* | pex-win32.c (<errno.h>): Include. | Mark Mitchell | 2006-03-31 | 2 | -258/+335 |
* | pex-common.c (pex_run): Simplify output name handling. | Jim Blandy | 2006-03-24 | 2 | -11/+8 |
* | pex-common.h (struct pex_obj): Doc fixes. | Jim Blandy | 2006-03-13 | 2 | -12/+19 |
* | functions.texi: Regenerate. | Jim Blandy | 2006-03-13 | 2 | -1/+25 |
* | * pexecute.c (pwait): Syntax fix for previous change. | Ben Elliston | 2006-02-21 | 2 | -1/+5 |
* | pexecute.c (pwait): Free vector pointer. | Uttam Pawar | 2006-02-20 | 3 | -1/+10 |
* | re PR bootstrap/16787 (NAN constant "(0.0/0.0)" cannot be compiled by Tru64 cc) | Roger Sayle | 2006-02-11 | 2 | -1/+18 |
* | configure.ac: Add -Wc++-compat to ac_libibety_warn_cflags where supported. | Gabriel Dos Reis | 2006-01-29 | 3 | -68/+205 |
* | Makefile.in: Add test-expandargv test. | Carlos O'Donell | 2006-01-20 | 4 | -5/+327 |
* | floatformat.c (floatformat_i387_ext_is_valid): Use explicit cast to convert f... | Gabriel Dos Reis | 2005-12-17 | 2 | -3/+10 |
* | Fixes java/PR9861 | Terry Laurenzo | 2005-12-11 | 4 | -7/+68 |
* | splay-tree.c (rotate_left): New function. | Richard Guenther | 2005-11-07 | 2 | -111/+87 |
* | from Mark Kettenis <kettenis@gnu.org> | Mark Kettenis | 2005-10-31 | 2 | -0/+29 |
* | * at-file.texi: Fix typo. | Mark Mitchell | 2005-10-07 | 2 | -3/+6 |
* | * at-file.texi: New file. | Mark Mitchell | 2005-10-04 | 2 | -0/+20 |
* | * argv.c (expandargv): Do not use xmalloc_failed. | Mark Mitchell | 2005-09-27 | 2 | -3/+8 |
* | * Makefile.in: Regenerated. | Mark Mitchell | 2005-09-26 | 1 | -0/+1 |
* | libiberty.h (expandargv): New function. | Mark Mitchell | 2005-09-26 | 3 | -8/+127 |
* | pex-win32.c: Include "windows.h". | Christopher Faylor | 2005-09-15 | 2 | -14/+307 |
* | floatformat.c (floatformat_always_valid): Change type of last argument to `vo... | Mark Kettenis | 2005-08-17 | 2 | -17/+30 |
* | strverscmp.c: Update FSF address. | Kelley Cook | 2005-08-17 | 5 | -6/+13 |
* | * getopt.c: Include ansidecl.h before system headers. | Kaveh R. Ghazi | 2005-07-23 | 2 | -1/+5 |
* | getopt.c: Include "ansidecl.h". | Ben Elliston | 2005-07-22 | 2 | -3/+11 |
* | * regex.c (regcomp): Change type of `i' from unsigned to int. | Ben Elliston | 2005-07-22 | 2 | -2/+6 |
* | Recover patch lost in the sourceware repository: | Ben Elliston | 2005-07-22 | 4 | -10/+8 |
* | configure.ac: Check for a getopt(3) declaration. | Ben Elliston | 2005-07-22 | 4 | -125/+145 |
* | * regex.c (TRANSLATE): Cast rhs of ternary expression to char. | Ben Elliston | 2005-07-15 | 2 | -2/+8 |
* | floatformat.c (floatformat_to_double): Add a comment about a potential source... | Ben Elliston | 2005-07-12 | 2 | -0/+12 |
* | pexecute.c (pexecute): Cast string litrals to char *. | Ben Elliston | 2005-07-12 | 3 | -3/+8 |
* | config.table: Delete file. | Kelley Cook | 2005-07-07 | 5 | -71/+146 |
* | config.in: Regenerate for 6/20 change. | Kelley Cook | 2005-07-07 | 2 | -0/+11 |
* | re PR other/13906 (genmodes.c:964: internal compiler error: Bus error in md5_... | Steve Ellcey | 2005-07-03 | 2 | -0/+22 |
* | re PR other/22268 (libiberty demanger crashes on (invalid) mangled name) | Ian Lance Taylor | 2005-07-01 | 3 | -1/+18 |
* | [multiple changes] | Daniel Berlin | 2005-06-30 | 2 | -32/+28 |
* | Index: include/ChangeLog | Geoffrey Keating | 2005-06-21 | 6 | -12/+311 |
* | libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if needed. | Eli Zaretskii | 2005-05-28 | 4 | -5/+298 |
* | demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New. | Richard Henderson | 2005-05-25 | 3 | -0/+25 |
* | libiberty.h (ACONCAT): Properly cast value of alloca(). | Gabriel Dos Reis | 2005-05-24 | 35 | -152/+641 |
* | getpwd.c: Remove unneeded prototype getcwd and move getwd so that it's only d... | Andreas Jaeger | 2005-05-16 | 3 | -7/+13 |
* | * functions.texi: Regenerated. | Andreas Jaeger | 2005-05-15 | 1 | -0/+4 |
* | ChangeLog | Andreas Jaeger | 2005-05-15 | 1 | -144/+158 |
* | Forgotten commit. | Andreas Jaeger | 2005-05-15 | 1 | -0/+3 |
* | fopen_unlocked.c: Enclose multi-word data types in @deftypefn in braces. | Eli Zaretskii | 2005-05-15 | 1 | -3/+3 |
* | pexecute.txh: Enclose multi-word data types in @deftypefn in braces. | Eli Zaretskii | 2005-05-15 | 2 | -45/+65 |