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>2013-07-19 21:29:01 +0400
committerChristopher Faylor <me@cgf.cx>2013-07-19 21:29:01 +0400
commitf53c4d692186a47c6e66d774bfa7db09fa0a7337 (patch)
tree4319c1938adb4688cc06ea65f3645d69289aba76
parent521953a83a885011c9040b635a94db5eb6b8db56 (diff)
.
-rw-r--r--winsup/cygwin/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 5c4c3e009..76d61ab1b 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -6,9 +6,9 @@
(cygwin_GetCommandLineW): Ditto.
(cygwin_GetCommandLineA): Ditto.
* spawn.cc (child_info_spawn::worker): Rename one_line -> cmd. Use
- linebuf_wcs macro to generate a wide character version of the
- line buffer. Remove duplicate printing of command line. Don't access
- members of linebuf directly.
+ lb_wcs macro to generate a wide character version of the line buffer.
+ Remove duplicate printing of command line. Don't access members of
+ linebuf directly.
* winf.h: Use pragma once.
(linebuf): Make storage private.
(linebuf::operator size_t): New operator. Return size of buf.