aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2013-07-19 22:44:02 +0000
committerChristopher Faylor <me@cgf.cx>2013-07-19 22:44:02 +0000
commitbbdd6c47c994fb1d688de594366f28e3b46c7053 (patch)
tree82d2644736f6d5c984de7cde6245b2ed2e3993d2 /winsup/cygwin/ChangeLog
parent132e0f018226396c89ceb8d02c6bb72454c2699c (diff)
downloadnewlib-bbdd6c47c994fb1d688de594366f28e3b46c7053.zip
newlib-bbdd6c47c994fb1d688de594366f28e3b46c7053.tar.gz
newlib-bbdd6c47c994fb1d688de594366f28e3b46c7053.tar.bz2
* spawn.cc (child_info_spawn::worker): Reinstate using temp buffer for wide
character command-line storage. Use wcs method to convert command line. * winf.h (lb_wcs): Delete. (linebuf::wcs): Implement new single-argument method.
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 e3a4257..b493bdc 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,13 @@
2013-07-19 Christopher Faylor <me.cygwin2013@cgf.cx>
+ * spawn.cc (child_info_spawn::worker): Reinstate using temp buffer for
+ wide character command-line storage. Use wcs method to convert command
+ line.
+ * winf.h (lb_wcs): Delete.
+ (linebuf::wcs): Implement new single-argument method.
+
+2013-07-19 Christopher Faylor <me.cygwin2013@cgf.cx>
+
* lib/libcmain.c (main): Don't point to last quoted character if the
only thing in the buffer is the program name.