CVSROOT:        /cvs/uberbaum
Module name:    winsup
Changes by:     [email protected]     2009-08-01 19:52:46

Modified files:
        cygwin         : ChangeLog cygheap.cc cygheap.h path.cc path.h 
                         spawn.cc winf.cc winf.h 
Added files:
        cygwin         : cygheap_malloc.h 

Log message:
        * cygheap_malloc.h: New file.
        * cygheap.h: Remove stuff now included in cygheap_malloc.h and include 
that
        file.  Make cygheap_init a standard c++ function.  Remove unneeded 
child_info
        declaration.
        * path.h: Include cygheap_malloc.h.  Remove extra cstrdup declaration.
        (path_conv): Reorganize to group variables together.
        (path_conv::path): Make const char *.
        (path_conv::known_suffix): Ditto.
        (path_conv::normalized_path): Ditto.
        (path_conv::path_conv): Reorganize initializers to reflect new element
        ordering.
        (path_conv::get_win32): Change return value to const char *.
        (path_conv::set_path): Move back here from spawn.cc.
        (parh_conv::modifiable_path): New function.
        * path.cc (path_conv::add_ext_from_sym): Accommodate const'ness of
        known_suffixes.
        (path_conv::set_normalized_path): Ditto for normalized_path.
        (path_conv::check): Use modifiable_path whereever we need to modify the 
path
        element.  Use set_path to set the path.
        (path_conv::~path_conv): Accommodate new const'ness.
        * spawn.cc (perhaps_suffix): Declare ext as const since that's what is 
being
        returned.
        (path_conv::set_path): Move back to path.h.
        * winf.f (linebuf): Perform minor cleanup.
        (linebuf::fromargv): Change second parameter to const.
        * winf.cc (linebuf::fromargv): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap_malloc.h.diff?cvsroot=uberbaum&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.4605&r2=1.4606
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.cc.diff?cvsroot=uberbaum&r1=1.150&r2=1.151
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.h.diff?cvsroot=uberbaum&r1=1.139&r2=1.140
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/path.cc.diff?cvsroot=uberbaum&r1=1.558&r2=1.559
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/path.h.diff?cvsroot=uberbaum&r1=1.131&r2=1.132
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/spawn.cc.diff?cvsroot=uberbaum&r1=1.278&r2=1.279
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/winf.cc.diff?cvsroot=uberbaum&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/winf.h.diff?cvsroot=uberbaum&r1=1.6&r2=1.7

Reply via email to