CVSROOT:        /cvs/uberbaum
Module name:    winsup
Changes by:     [EMAIL PROTECTED]  2002-08-16 12:41:39

Modified files:
        cygwin         : ChangeLog Makefile.in cygwin.din dcrt0.cc 
                         fork.cc sync.h winsup.h 
        cygwin/include/cygwin: version.h 
Added files:
        cygwin         : cygmalloc.h malloc.cc 

Log message:
        * Makefile.in: Add support for new malloc.o and renamed malloc_wrapper.o.  Use
        -fomit-frame-pointer for malloc.o compilation.
        * malloc_wrapper.cc: New file.  Rename from malloc.cc.  Add support for more
        malloc functions.  Eliminate export_* calls.  Just use straight malloc names.
        Remove unused argument from malloc lock functions.
        * cygwin.din: Just export straight malloc names.  Add malloc_stats,
        malloc_trim, malloc_usable_size, mallopt, memalign, valloc.
        * dcrt0.cc (__cygwin_user): Eliminate export_* malloc entries.
        * fork.cc (fork_parent): Remove unused argument from malloc_lock argument.
        * malloc.cc: New file.  Doug Lea's malloc v2.7.1.
        * cygmalloc.h: New file.
        * include/cygwin/version.h: Bump API_MINOR.
        * sync.h (muto::acquire): Use appropriate number for regparm attribute.
        (muto::reset): Ditto.
        (muto::release): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygmalloc.h.diff?cvsroot=uberbaum&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/malloc.cc.diff?cvsroot=uberbaum&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1438&r2=1.1439
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/Makefile.in.diff?cvsroot=uberbaum&r1=1.98&r2=1.99
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygwin.din.diff?cvsroot=uberbaum&r1=1.56&r2=1.57
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.144&r2=1.145
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fork.cc.diff?cvsroot=uberbaum&r1=1.89&r2=1.90
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/sync.h.diff?cvsroot=uberbaum&r1=1.21&r2=1.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/winsup.h.diff?cvsroot=uberbaum&r1=1.97&r2=1.98
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/include/cygwin/version.h.diff?cvsroot=uberbaum&r1=1.70&r2=1.71

Reply via email to