diff options
author | DJ Delorie <dj@redhat.com> | 2006-03-31 23:01:16 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2006-03-31 23:01:16 +0000 |
commit | 8e1e9959c5aba4ade47e129fbb5db0f451bf66a2 (patch) | |
tree | 0483202ffa9d5b4db978db8359dfb6a5dae7699f /libiberty/ChangeLog | |
parent | b620eb07bc05ecb346205fbab1bee681ad0c31d3 (diff) | |
download | gdb-8e1e9959c5aba4ade47e129fbb5db0f451bf66a2.zip gdb-8e1e9959c5aba4ade47e129fbb5db0f451bf66a2.tar.gz gdb-8e1e9959c5aba4ade47e129fbb5db0f451bf66a2.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 5007a17..c12f9ca 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,16 @@ +2006-03-31 Mark Mitchell <mark@codesourcery.com> + + * pex-win32.c (<errno.h>): Include. + (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. + 2006-03-24 Jim Blandy <jimb@codesourcery.com> * pex-common.c (pex_run): Simplify output name handling. |