Mercurial > flash_v2
diff packages/language/c/libc/time/current/ChangeLog @ 132:0ae0bc38e387 ecos-sw-2000-10-31
Merge from eCos master repository on 2000-10-31-00:30:36-GMT
| author | jlarmour |
|---|---|
| date | Tue, 31 Oct 2000 20:53:09 +0000 |
| parents | 6ed91473a1cd |
| children | a9ac27ec7abc |
line wrap: on
line diff
--- a/packages/language/c/libc/time/current/ChangeLog +++ b/packages/language/c/libc/time/current/ChangeLog @@ -1,3 +1,22 @@ +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
