Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-11-30 11:11:19 +0400
committerChristopher Faylor <me@cgf.cx>2012-11-30 11:11:19 +0400
commit1f8fe1aa0e9741d12630abf1b36b0cbaa98dff0f (patch)
treecf5e251aa764974a602970ffc1f45160f6789a05 /winsup/cygwin/ChangeLog
parent0772f3f1c18483ff69b4a4cec918df39596eae5c (diff)
* spawn.cc (child_info_spawn::worker): Make detection of '/c' case insensitive
when looking for cmd.exe command line.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 96de76ea1..247b80e46 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,8 @@
+2012-11-30 Christopher Faylor <me.cygwin2012@cgf.cx>
+
+ * spawn.cc (child_info_spawn::worker): Make detection of '/c' case
+ insensitive when looking for cmd.exe command line.
+
2012-11-26 Christopher Faylor <me.cygwin2012@cgf.cx>
* configure.ac: Rename from configure.in.