summaryrefslogtreecommitdiff
path: root/libiberty
Commit message (Collapse)AuthorAgeFilesLines
* * libiberty/configure.ac: Add cygpath for mingw hosts.Mark Mitchell2006-03-314-2/+299
| | | | | | * libiberty.configure: Rebuilt. * libiberty/Makefile.in: Add cygpath. * libiberty/cygpath.c: New.
* * libiberty/pex-win32.c (pex_win32_exec_child): Close stdout/stderrMark Mitchell2006-03-271-0/+7
| | | | in parent.
* * libiberty/pex-common.c (pex_run): Close the write end of theMark Mitchell2006-03-211-0/+4
| | | | pipe after starting the child.
* * libiberty/pex-win32.c (<errno.h>): Include.Mark Mitchell2006-03-201-259/+316
| | | | | | | | | | | | (fix_argv): Remove. (argv_to_cmdline): New function. (std_suffixes): New variable. (no_suffixes): Likewise. (find_executable): New function. (win32_spawn): Likewise. (spawn_script): Use win32_spawn instead of _spawnv[p]. (pex_win32_exec_child): Replace MSVCRT calls with Win32 API calls. (pex_win32_wait): Likewise.
* Move ChangeLog entries to top-level ChangeLog.csl.Jim Blandy2006-03-171-21/+0
|
* gdb/ChangeLog:Jim Blandy2006-03-179-22/+202
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-03-17 Jim Blandy <jimb@codesourcery.com> Add support for 'target remote |' on MinGW. * ser-mingw.c (struct pipe_state): New structure. (make_pipe_state, free_pipe_state, cleanup_pipe_state) (pipe_windows_open, pipe_windows_close, pipe_windows_read) (pipe_windows_write, pipe_wait_handle): New functions. (_initialize_ser_windows): Register a "pipe" interface based on them. include/ChangeLog: 2006-03-15 Jim Blandy <jimb@codesourcery.com> * libiberty.h (pex_write_input): New declaration. libiberty/ChangeLog: 2006-03-15 Jim Blandy <jimb@codesourcery.com> * pex-common.c (pex_write_input): New function. * pexecute.txh (pex_write_input): Document it. * pex-common.h (struct pex_funcs): New function ptr fdopenw. * pex-unix.c (pex_unix_fdopenw): New function. (funcs): List it as our fdopenw function. * pex-win32.c (pex_win32_fdopenw): New function. (funcs): List it as our fdopenw function. * pex-djgpp.c (funcs): Leave fdopenw null. * pex-msdos (funcs): Same. * functions.texi: Regenerated. 2006-03-12 Jim Blandy <jimb@red-bean.com> * pex-common.h (struct pex_obj): Doc fixes. 2006-03-11 Jim Blandy <jimb@red-bean.com> * functions.texi: Regenerate.
* merge from gccDJ Delorie2006-02-213-1/+6
|
* merge from gccDJ Delorie2006-02-212-1/+9
|
* merge from gccDJ Delorie2006-02-122-1/+18
|
* merge from gccDJ Delorie2006-01-293-68/+205
|
* merge from gccDJ Delorie2006-01-214-5/+327
|
* merge from gccDJ Delorie2005-12-172-3/+10
|
* merge from gccDJ Delorie2005-12-114-7/+68
|
* merge from gccDJ Delorie2005-11-072-111/+87
|
* merge from gccDJ Delorie2005-10-312-0/+29
|
* * at-file.texi: Fix typo.Mark Mitchell2005-10-072-3/+6
|
* * at-file.texi: New file.Mark Mitchell2005-10-042-0/+20
|
* * argv.c (expandargv): Do not use xmalloc_failed.Mark Mitchell2005-09-272-3/+8
|
* * libiberty.h (expandargv): New function.Mark Mitchell2005-09-263-8/+128
| | | | | | | | | * argv.c (safe-ctype.h): Include it. (ISBLANK): Remove. (stdio.h): Include. (buildargv): Use ISSPACE instead of ISBLANK. (expandargv): New function. * Makefile.in: Regenerated.
* merge from gccDJ Delorie2005-09-152-14/+307
|
* merge from gccDJ Delorie2005-08-172-17/+30
|
* 2005-08-17 Kelley Cook <kcook@gcc.gnu.org>Kelley Cook2005-08-175-6/+13
| | | | | | | * strverscmp.c: Update FSF address. * testsuite/Makefile.in: Likewise. * testsuite/test-demangle.c: Likewise. * testsuite/test-pexecute.c: Likewise.
* merge from gccDJ Delorie2005-07-232-1/+5
|
* merge from gccDJ Delorie2005-07-223-5/+17
|
* merge from gccDJ Delorie2005-07-227-135/+148
|
* merge from gccDJ Delorie2005-07-224-140/+130
|
* merge from gccDJ Delorie2005-07-221-5/+0
|
* * configure.ac: Check for a getopt(3) declaration.Ben Elliston2005-07-224-125/+145
| | | | * configure, config.in: Regenerate.
* merge from gccDJ Delorie2005-07-152-2/+8
|
* merge from gccDJ Delorie2005-07-124-3/+20
|
* merge from gccDJ Delorie2005-07-094-6/+10
|
* * memcpy.c: Remove ANSI_PROTOTYPES conditional code.Ben Elliston2005-07-094-10/+6
| | | | | * memmove.c: Likewise. * objalloc.c: Likewise.
* 2005-07-07 Kelley Cook <kcook@gcc.gnu.org>Kelley Cook2005-07-075-71/+146
| | | | | | | * config.table: Delete file. Move former contents into ... * configure.ac: ... here and escape any brackets for m4. * Makefile.in (config.status): Remove dependency on config.table. * configure: Regenerate.
* 2005-07-07 Kelley Cook <kcook@gcc.gnu.org>Kelley Cook2005-07-072-0/+11
| | | | * config.in: Regenerate for 6/20 change.
* merge from gccDJ Delorie2005-07-034-1/+40
|
* merge from gccDJ Delorie2005-06-302-32/+28
|
* Index: include/ChangeLogGeoffrey Keating2005-06-216-12/+311
| | | | | | | | | | | | | | | | | | | 2005-06-20 Geoffrey Keating <geoffk@apple.com> * libiberty.h (strverscmp): Prototype. Index: libiberty/ChangeLog 2005-06-20 Geoffrey Keating <geoffk@apple.com> * strverscmp.c: New. * Makefile.in (CFILES): Add strverscmp.c. (CONFIGURED_OFILES): Add strverscmp.o. (strverscmp.o): New rule. (stamp-functions): Add $(srcdir) to files in source directory. * configure.ac (funcs): Add strverscmp. (AC_CHECK_FUNCS): Add strverscmp. * configure: Regenerate. * functions.texi: Regenerate.
* merge from gccDJ Delorie2005-05-284-5/+298
|
* include/Richard Henderson2005-05-253-0/+25
| | | | | | | | | * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New. libiberty/ * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_HIDDEN_ALIAS. (d_make_comp, d_print_comp): Likewise. (d_special_name): Generate one. * testsuite/demangle-expected: Add a hidden alias test.
* merge from gccDJ Delorie2005-05-2435-152/+641
|
* merge from gccDJ Delorie2005-05-163-7/+13
|
* merge from gccDJ Delorie2005-05-152-144/+165
|
* merge from gccDJ Delorie2005-05-153-48/+68
|
* 2005-05-11 Eli Zaretskii <eliz@gnu.org>Ian Lance Taylor2005-05-122-38/+52
| | | | | | | | | | | * pex-djgpp.c: Include string.h, fcntl.h, unistd.h, and sys/stat.h. (pex_init): Fix last argument to pex_init_common. (pex_djgpp_exec_child): Remove leading underscore from _open, _dup, _dup2, _close, and _spawnv/_spawnvp. Replace `program', which is undeclared, with `executable', which was unused. Remove unused variable `e'. Fix casting of last arg to spawnv/spawnvp. (pex_djgpp_wait): Declare arguments with ATTRIBUTE_UNUSED.
* merge from gccDJ Delorie2005-05-115-21/+36
|
* Update the address and phone number of the FSF organization.Nick Clifton2005-05-1069-117/+129
|
* merge from gccDJ Delorie2005-05-075-93/+110
|
* merge from gccDJ Delorie2005-04-263-11/+42
|
* merge from gccDJ Delorie2005-04-163-14/+47
|
* merge from gccDJ Delorie2005-04-1611-0/+320
|