This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

winsup/cygwin ChangeLog cygheap.cc dlmalloc.c ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2001-10-02 20:49:27

Modified files:
	cygwin         : ChangeLog cygheap.cc dlmalloc.c dtable.cc 
	                 dtable.h environ.cc exceptions.cc syscalls.cc 

Log message:
	* cygheap.cc (cfree): Remove malloc debugging probe.
	* dlmalloc.c (errprint): Remove abort() call which causes interesting error
	message printing to abort prematurely.
	* environ.cc: Sprinkle MALLOC_CHECKs liberally throughout.
	(_addenv): Allocate two empty elements at end of environ to
	(apparently) work around problems with some buggy applications.
	(winenv): Avoid calling alloca if no forced environment variable is present.
	
	* exceptions.cc (open_stackdumpfile): Don't print "Dumping stack trace to..."
	when running in a cygwin environment (i.e., the parent is a cygwin process).
	
	* dtable.cc (dtable::init_std_file_from_handle): Move device type detection
	code from build_fhandler here since it is only used by this function.
	(dtable::build_fhandler_from_name): New method.  Renamed from
	dtable::build_fhandler.
	(dtable::build_fhandler): Use build_fhandler_from_name.
	(cygwin_attach_handle_to_fd): Ditto.
	* syscalls.cc (_open): Ditto.
	(stat_worker): Ditto.
	* dtable.h (dtable::build_fhandler_from_name): Rename declaration from
	dtable::build_fhandler.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.932&r2=1.933
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.cc.diff?cvsroot=uberbaum&r1=1.44&r2=1.45
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dlmalloc.c.diff?cvsroot=uberbaum&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.cc.diff?cvsroot=uberbaum&r1=1.56&r2=1.57
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.h.diff?cvsroot=uberbaum&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/environ.cc.diff?cvsroot=uberbaum&r1=1.60&r2=1.61
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.97&r2=1.98
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/syscalls.cc.diff?cvsroot=uberbaum&r1=1.151&r2=1.152


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]