CVSROOT:        /cvs/src
Module name:    src
Changes by:     cori...@sourceware.org  2011-04-23 13:15:46

Modified files:
        winsup/cygwin  : ChangeLog environ.cc registry.cc registry.h 
                         sched.cc shared.cc shared_info.h 

Log message:
        * registry.cc (reg_key::get_dword): Rename from get_int, use DWORD
        rather than int type.  Avoid compiler warning.
        (reg_key::set_dword): Rename from set_int, use DWORD rather than int
        type.  Change return type to NTSTATUS.
        (reg_key::get_string): Change return type to NTSTATUS.
        (reg_key::set_string): Ditto.
        * registry.h: Accommodate above changes.
        * environ.cc (regopt): Test return value of reg_key::get_string as
        NTSTATUS.
        * sched.cc (sched_rr_get_interval): Change local int vars to DWORD.
        Call reg_key::get_dword instead of reg_key::get_int.
        * shared.cc (init_installation_root): Test return value of
        reg_key::get_string as NTSTATUS.
        (shared_info::heap_slop_size): Call reg_key::get_dword rather than
        reg_key::get_int.
        (shared_info::heap_chunk_size): Ditto.
        * shared_info.h (CURR_SHARED_MAGIC): Update.
        (class shared_info): Change heap_chunk and heap_slop to DWORD  values.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.5264&r2=1.5265
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/environ.cc.diff?cvsroot=src&r1=1.184&r2=1.185
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/registry.cc.diff?cvsroot=src&r1=1.42&r2=1.43
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/registry.h.diff?cvsroot=src&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sched.cc.diff?cvsroot=src&r1=1.18&r2=1.19
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/shared.cc.diff?cvsroot=src&r1=1.140&r2=1.141
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/shared_info.h.diff?cvsroot=src&r1=1.87&r2=1.88

Reply via email to