This is the mail archive of the cygwin-cvs@sources.redhat.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]

src/winsup/cygwin ChangeLog cygwin.din excepti ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@sources.redhat.com	2000-12-26 16:13:57

Modified files:
	winsup/cygwin  : ChangeLog cygwin.din exceptions.cc resource.cc 
	winsup/cygwin/include/cygwin: version.h 
	winsup/cygwin/include/sys: resource.h 

Log message:
	* cygwin.din: Add symbols for `getrlimit' and `setrlimit'.
	* exceptions.cc (stackdump): Avoid creating stackdump when
	`rlim_core' is 0.
	* resource.cc: New global variable `rlim_core'.
	(getrlimit): New function.
	(setrlimit): Ditto.
	include/cygwin/version.h: Bump minor API version to 32 due to
	adding `getrlimit' and `setrlimit'.
	include/sys/resource.h: Add defines, types and prototypes for
	`getrlimit' and `setrlimit'.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.474&r2=1.475
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygwin.din.diff?cvsroot=src&r1=1.17&r2=1.18
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/exceptions.cc.diff?cvsroot=src&r1=1.56&r2=1.57
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/resource.cc.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/version.h.diff?cvsroot=src&r1=1.25&r2=1.26
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/sys/resource.h.diff?cvsroot=src&r1=1.2&r2=1.3


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