2001-06-22  Jesper Skov  <jskov@redhat.com>

	* cdl/time.cdl (CYGFUN_LIBC_TIME_SUS_EXTNS): Added.
	* src/strftime.cxx (do_format): Added some Single UNIX
	extensions.

2001-04-25  Bart Veer  <bartv@redhat.com>

	* tests/time.c (MAX_TIMEOUT):
	Increase timeout to cope with fast architectures such as the
	synthetic target.

2001-04-17  Bart Veer  <bartv@redhat.com>

	* tests/clock.c:
	Cope with synthetic target reorg

2000-11-29  Jonathan Larmour  <jlarmour@redhat.com>

	* tests/clock.c: Some targets are quite inconsistent, so skip
	6 samples now, and increase the tolerance to 40%.
	Also NA if tracing enabled.
	Also output the mean and maximum error reached, even when passing.

2000-11-27  Jesper Skov  <jskov@redhat.com>

	* tests/clock.c: Skip fourth sample too.

2000-11-14  Jesper Skov  <jskov@redhat.com>

	* tests/clock.c: Skip first three samples.

2000-10-30  Jonathan Larmour  <jlarmour@redhat.com>

	* include/time.inl: Ensure POSIX *_r functions can be accessed by
	non-POSIX implementation even when CYGFUN_LIBC_TIME_POSIX is off.

	* src/asctime_r.cxx: No need to make conditional on posix CDL option - 
	we may want to define an internal-only function.
	* src/ctime_r.cxx: Ditto
	* src/gmtime_r.cxx: Ditto
	* src/localtime_r.cxx: Ditto

	* cdl/time.cdl: abs() is also a requirement

	* src/clock.cxx (clock): Always use unsigned long longs for temp
	variables (and make sure it's used), rather than making
	assumptions about clock_t.

	* tests/clock.c: Rewrite

2000-07-26  Jonathan Larmour  <jlarmour@redhat.co.uk>

	* cdl/time.cdl: Add CYGINT_ISO_DIV dependency

2000-07-24  Jonathan Larmour  <jlarmour@redhat.co.uk>

	* src/time.cxx: 
	* src/settime.cxx: 
	Wallclock moved to io/

2000-06-20  Jonathan Larmour  <jlarmour@redhat.co.uk>

	* include/time.inl (__gmtime_r): Don't save leap year status when
	calculating tm_wday

2000-06-17  Jonathan Larmour  <jlarmour@redhat.co.uk>

	* include/time.inl (gmtime_r): Deal with boundary case correctly

	* tests/gmtime.c (test): Add a couple more test cases

2000-05-02  Jonathan Larmour  <jlarmour@redhat.co.uk>

	* include/time.h: Just use the defaults for time_t, clock_t and
	CLOCKS_PER_SEC in isoinfra

	* New package
	Separated original libc out into separate packages on functional
	boundaries.
	Header files are now managed by isoinfra package
	Plenty of cleanups done, but no major functionality changes

//===========================================================================
//####COPYRIGHTBEGIN####
//                                                                          
// -------------------------------------------                              
// The contents of this file are subject to the Red Hat eCos Public License 
// Version 1.1 (the "License"); you may not use this file except in         
// compliance with the License.  You may obtain a copy of the License at    
// http://www.redhat.com/                                                   
//                                                                          
// Software distributed under the License is distributed on an "AS IS"      
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.  See the 
// License for the specific language governing rights and limitations under 
// the License.                                                             
//                                                                          
// The Original Code is eCos - Embedded Configurable Operating System,      
// released September 30, 1998.                                             
//                                                                          
// The Initial Developer of the Original Code is Red Hat.                   
// Portions created by Red Hat are                                          
// Copyright (C) 1998, 1999, 2000 Red Hat, Inc.                             
// All Rights Reserved.                                                     
// -------------------------------------------                              
//                                                                          
//####COPYRIGHTEND####
//===========================================================================
