CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]     2013-07-19 17:28:34

Modified files:
        winsup/cygwin  : ChangeLog kernel32.cc spawn.cc winf.h 
                         strfuncs.cc common.din 
        winsup/cygwin/include/cygwin: version.h 

Log message:
        * 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.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.6187&r2=1.6188
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/kernel32.cc.diff?cvsroot=src&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/spawn.cc.diff?cvsroot=src&r1=1.347&r2=1.348
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/winf.h.diff?cvsroot=src&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/strfuncs.cc.diff?cvsroot=src&r1=1.51&r2=1.52
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/common.din.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/version.h.diff?cvsroot=src&r1=1.385&r2=1.386

Reply via email to