CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2011-08-09 12:00:28

Modified files:
        winsup/cygwin  : ChangeLog heap.cc shared.cc shared_info.h 

Log message:
        * heap.cc (eval_initial_heap_size): New function fetching the heap
        size from the LoaderFlags field in the PE/COFF header.
        (heap_init): Call eval_initial_heap_size rather than
        cygwin_shared->heap_chunk_size to fetch the initial heap size.
        * shared.cc (shared_info::heap_chunk_size): Remove.
        * shared_info.h (class shared_info): Drop heap_chunk member.
        (CURR_SHARED_MAGIC): Update.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.5471&r2=1.5472
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/heap.cc.diff?cvsroot=src&r1=1.63&r2=1.64
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/shared.cc.diff?cvsroot=src&r1=1.147&r2=1.148
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/shared_info.h.diff?cvsroot=src&r1=1.95&r2=1.96

Reply via email to