]> sourceware.org Git - newlib-cygwin.git/commit
* common.din: Export GetCommandLine{A,W}.
authorChristopher Faylor <me@cgf.cx>
Fri, 19 Jul 2013 17:28:34 +0000 (17:28 +0000)
committerChristopher Faylor <me@cgf.cx>
Fri, 19 Jul 2013 17:28:34 +0000 (17:28 +0000)
commit521953a83a885011c9040b635a94db5eb6b8db56
tree1aa05b8b65b691cb4c5dccab65c4864d5e95cb54
parent4b25516b5d410c38554c9595bcb674356ffee713
* common.din: Export GetCommandLine{A,W}.
* kernel32.cc: Add includes needed for GetCommandLine functions.
(ucmd): New function.
(cygwin_GetCommandLineW): Ditto.
(cygwin_GetCommandLineA): Ditto.
* spawn.cc (child_info_spawn::worker): Rename one_line -> cmd.  Use 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.
(linebuf::operator wchar_t): New operator.
(linebuf::wcs): New function.
(lb_wcs): New macro.
* include/cygwin/version.h: Bump API minor number to 268.
* strfuncs.cc: Clarify descriptive file comment.
winsup/cygwin/ChangeLog
winsup/cygwin/common.din
winsup/cygwin/include/cygwin/version.h
winsup/cygwin/kernel32.cc
winsup/cygwin/spawn.cc
winsup/cygwin/strfuncs.cc
winsup/cygwin/winf.h
This page took 0.033837 seconds and 5 git commands to generate.