about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-12-01 12:26:24 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-12-01 12:26:24 +0000
commit815cf483683f37c16b0cc9f04916ac0435b423b7 (patch)
tree82b1a4c93cf21815682809498ae85eb19986351a /ChangeLog
parent94b39fe1959c7ce038c2aab598340eadf1441b98 (diff)
downloadzsh-815cf483683f37c16b0cc9f04916ac0435b423b7.tar.gz
zsh-815cf483683f37c16b0cc9f04916ac0435b423b7.tar.xz
zsh-815cf483683f37c16b0cc9f04916ac0435b423b7.zip
26103: use FIFOs rather than FD files for process substititution on Cygwin
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4b95236d..59d69a5a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-01  Peter Stephenson  <pws@csr.com>
+
+	* (with some help from Peter A. Castro): 26103: configure.ac:
+	FIFOs seem to be more reliable than per-process FD files for
+	process substitution on current Cygwin.
+
 2008-11-27  Peter Stephenson  <pws@csr.com>
 
 	* 26095: Src/utils.c: failed to compile if TIOCGWINSZ wasn't