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 autoload.cc hires.h st ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2002-06-06 20:44:33

Modified files:
	cygwin         : ChangeLog autoload.cc hires.h strace.cc 
	                 times.cc 

Log message:
	* autoload.cc (timeGetDevCaps): Define new autoload function.
	(timeGetTime): Ditto.
	(timeBeginPeriod): Ditto.
	(timeEndPeriod): Ditto.
	* hires.h (hires_base): New class.  Renamed from hires.
	(hires_us): New class.
	(hires_ms): New class.
	* strace.cc (strace::microseconds): Use hires_us class.
	* times.cc (gettimeofday): Use hires-ms class.
	(hires_us::prime): Renamed from hires::prime.
	(hires_us::usecs): Renamed from hires:usecs.
	(hires_ms::prime): New method.
	(hires_ms::usecs): New method.
	(hires_ms::~hires_ms): New destructor.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1271&r2=1.1272
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/autoload.cc.diff?cvsroot=uberbaum&r1=1.47&r2=1.48
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/hires.h.diff?cvsroot=uberbaum&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/strace.cc.diff?cvsroot=uberbaum&r1=1.31&r2=1.32
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/times.cc.diff?cvsroot=uberbaum&r1=1.36&r2=1.37


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