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]

winsup/cygwin ChangeLog cygheap.h cygwin.din h ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2005-11-11 16:42:15

Modified files:
	cygwin         : ChangeLog cygheap.h cygwin.din hires.h timer.cc 
	                 times.cc 
	cygwin/include/cygwin: version.h 
Added files:
	cygwin/include/cygwin: time.h 

Log message:
	* cygheap.h (init_cygheap::_gtod): Remove.
	* cygwin.din: Export clock_getres and clock_setres.
	* hires.h (hires_ms::minperiod): Delete declaration.
	(hires_ms::began_period): Ditto.
	(hires_ms::prime): Make void.
	(hires_ms::resolution): Just define here.
	(hires_ms::usecs): Remove unneeded argument.
	(gtod): Redeclare as a variable.
	* timer.cc (timer_thread): Eliminate argument to gtod.usecs().
	(timer_tracker::gettime): Ditto.
	(timer_tracker::settime): Ditto.
	* times.cc (gettimeofday): Ditto.
	(hires_ms::began_period): Delete declaration.
	(hires_us::prime): Remove debugging.
	(hires_ms::prime): Make void.  Eliminate period stuff.
	(hires_ms::usecs): Eliminate argument to gtod.usecs().
	(hires_ms::resolution): New function.
	(clock_getres): Ditto.
	(clock_setres): Ditto.
	* version.h: Bump API version to 143.
	* include/cygwin/time.h: New file.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.3198&r2=1.3199
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.h.diff?cvsroot=uberbaum&r1=1.112&r2=1.113
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygwin.din.diff?cvsroot=uberbaum&r1=1.149&r2=1.150
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/hires.h.diff?cvsroot=uberbaum&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/timer.cc.diff?cvsroot=uberbaum&r1=1.18&r2=1.19
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/times.cc.diff?cvsroot=uberbaum&r1=1.79&r2=1.80
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/include/cygwin/time.h.diff?cvsroot=uberbaum&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/include/cygwin/version.h.diff?cvsroot=uberbaum&r1=1.211&r2=1.212


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