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]
Other format: [Raw text]

src/winsup/cygwin ChangeLog Makefile.in config ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.org	2003-08-31 18:26:58

Modified files:
	winsup/cygwin  : ChangeLog Makefile.in configure.in configure 
	                 dlmalloc.c dlmalloc.h exceptions.cc malloc.cc 
	                 path.cc sigproc.cc 

Log message:
	* Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object.
	* configure.in: Fill in MALLOC_OFILES with either debugging or regular malloc.
	* configure: Regenerate.
	* dlmalloc.c: Make various fruitless changes to attempt to get to work.
	* dlmalloc.h: Ditto.
	* malloc.cc (free): Check malloc pool when debugging.
	* path.cc (win32_device_name): Eliminate compiler warning.
	* sigproc.cc (sig_dispatch_pending): Remove use of was_pending.  Let
	thisframe.call_signal_handler decide if handler should be called rather than
	using bogus was_pending check.
	* exceptions.cc (interrupt_setup): Remove accidentally checked in debugging
	code.
	* heap.cc (sbrk): Save rounded addess in user_heap_max.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2026&r2=1.2027
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/Makefile.in.diff?cvsroot=src&r1=1.132&r2=1.133
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/configure.in.diff?cvsroot=src&r1=1.23&r2=1.24
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/configure.diff?cvsroot=src&r1=1.21&r2=1.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dlmalloc.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dlmalloc.h.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/exceptions.cc.diff?cvsroot=src&r1=1.161&r2=1.162
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/malloc.cc.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.266&r2=1.267
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sigproc.cc.diff?cvsroot=src&r1=1.149&r2=1.150


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