summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 1b6f1247b..4959bad69 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,11 @@
+2010-06-29 Corinna Vinschen <corinna@vinschen.de>
+
+ * exceptions.cc (dump_exception): Use %W instead of %s for printing
+ progname.
+ * fork.cc (frok::parent): Fix typos in debug output.
+ * spawn.cc (spawn_guts): Copy wide Win32 filename into _pinfo::progname,
+ rather than native NT name.
+
2010-06-28 Christopher Faylor <me+cygwin@cgf.cx>
* fork.cc (frok::parent): Improve error message.