CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2012-02-26 15:47:43

Modified files:
        winsup/cygwin  : ChangeLog environ.cc external.cc 

Log message:
        * environ.cc (enum settings): Add setbool.  Rename justset to setdword
        to avoid future problems.
        (struct parse_thing): Change all justset to setbool for bool variables.
        (parse_options): Add a case for setbool setting for bool variables
        since justset (now setdword) always writes a DWORD value, thus
        potentially overwriting adjacent memory locations.
        * external.cc (cygwin_internal): Drop extern declaration.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.5721&r2=1.5722
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/environ.cc.diff?cvsroot=src&r1=1.198&r2=1.199
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/external.cc.diff?cvsroot=src&r1=1.128&r2=1.129

Reply via email to