summaryrefslogtreecommitdiffstats
path: root/ChangeLog.csl
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2006-03-31 01:17:05 +0000
committerMark Mitchell <mark@codesourcery.com>2006-03-31 01:17:05 +0000
commitec799b1781b76d07ec9b52306685ca2f42a19991 (patch)
treebe153756e70a968f51c44e11fe59471dda1e16cd /ChangeLog.csl
parent6780f7e742cc491233c56be12d0077397d1c9d61 (diff)
downloadcygnal-ec799b1781b76d07ec9b52306685ca2f42a19991.tar.gz
cygnal-ec799b1781b76d07ec9b52306685ca2f42a19991.tar.bz2
cygnal-ec799b1781b76d07ec9b52306685ca2f42a19991.zip
* libiberty/configure.ac: Add cygpath for mingw hosts.
* libiberty.configure: Rebuilt. * libiberty/Makefile.in: Add cygpath. * libiberty/cygpath.c: New. * include/libiberty.h (pex_write_input): New declaration. * libiberty/pex-common.c (pex_write_input): New function. * libiberty/pexecute.txh (pex_write_input): Document it. * libiberty/pex-common.h (struct pex_funcs): New function ptr fdopenw. * libiberty/pex-unix.c (pex_unix_fdopenw): New function. (funcs): List it as our fdopenw function. * libiberty/pex-win32.c (pex_win32_fdopenw): New function. (funcs): List it as our fdopenw function. * libiberty/pex-djgpp.c (funcs): Leave fdopenw null. * libiberty/pex-msdos (funcs): Same. * libiberty/functions.texi: Regenerated. * libiberty/pex-common.h (struct pex_obj): Doc fixes. * libiberty/functions.texi: Regenerate.
Diffstat (limited to 'ChangeLog.csl')
-rw-r--r--ChangeLog.csl26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 739f40f07..b139379d7 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,29 @@
+2006-03-30 Mark Mitchell <mark@codesourcery.com>
+
+ * libiberty/configure.ac: Add cygpath for mingw hosts.
+ * libiberty.configure: Rebuilt.
+ * libiberty/Makefile.in: Add cygpath.
+ * libiberty/cygpath.c: New.
+
+2006-03-30 Jim Blandy <jimb@codesourcery.com>
+
+ * include/libiberty.h (pex_write_input): New declaration.
+
+ * libiberty/pex-common.c (pex_write_input): New function.
+ * libiberty/pexecute.txh (pex_write_input): Document it.
+ * libiberty/pex-common.h (struct pex_funcs): New function ptr fdopenw.
+ * libiberty/pex-unix.c (pex_unix_fdopenw): New function.
+ (funcs): List it as our fdopenw function.
+ * libiberty/pex-win32.c (pex_win32_fdopenw): New function.
+ (funcs): List it as our fdopenw function.
+ * libiberty/pex-djgpp.c (funcs): Leave fdopenw null.
+ * libiberty/pex-msdos (funcs): Same.
+ * libiberty/functions.texi: Regenerated.
+
+ * libiberty/pex-common.h (struct pex_obj): Doc fixes.
+
+ * libiberty/functions.texi: Regenerate.
+
2006-03-27 Mark Mitchell <mark@codesourcery.com>
* libiberty/pex-win32.c (pex_win32_exec_child): Close stdout/stderr