public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos/packages/language/c/libc/time/current Cha ...
@ 2006-06-16 18:46 asl
0 siblings, 0 replies; 14+ messages in thread
From: asl @ 2006-06-16 18:46 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2006-06-16 18:46:11
Modified files:
packages/language/c/libc/time/current: ChangeLog
packages/language/c/libc/time/current/src: strptime.cxx
packages/language/c/libc/time/current/tests: strptime.c
Log message:
* tests/strptime.c: Add a testcase for the previous fix.
* src/strptime.cxx: Removed the initialization of the struct tm fields
to prevent clobbering of time values when using the following format
specifiers: %D, %r, %R, %T, %X, %x.
^ permalink raw reply [flat|nested] 14+ messages in thread
* ecos/packages/language/c/libc/time/current Cha ...
@ 2007-09-15 14:29 asl
0 siblings, 0 replies; 14+ messages in thread
From: asl @ 2007-09-15 14:29 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2007-09-15 14:29:43
Modified files:
packages/language/c/libc/time/current: ChangeLog
packages/language/c/libc/time/current/tests: strptime.c
packages/language/c/libc/time/current/src: strftime.cxx
Log message:
* tests/strptime.c (test): Extend the test so that it triggers the
previous bug and shows that the fix works.
* src/strftime.cxx: Moved CYG_PRECONDITIONs to do_format() to
make strftime() only complain about illegal struct tm contents if
these are actually used. Fixes a bug with tests/strptime which
would fail because tm->tm_yday was uninitialized.
^ permalink raw reply [flat|nested] 14+ messages in thread
* ecos/packages/language/c/libc/time/current Cha ...
@ 2006-10-02 14:17 jlarmour
0 siblings, 0 replies; 14+ messages in thread
From: jlarmour @ 2006-10-02 14:17 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2006-10-02 14:17:43
Modified files:
packages/language/c/libc/time/current: ChangeLog
packages/language/c/libc/time/current/tests: strftime.c
Log message:
* tests/strftime.c (test): Fix %I test.
^ permalink raw reply [flat|nested] 14+ messages in thread
* ecos/packages/language/c/libc/time/current Cha ...
@ 2006-08-31 19:17 jlarmour
0 siblings, 0 replies; 14+ messages in thread
From: jlarmour @ 2006-08-31 19:17 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2006-08-31 19:17:34
Modified files:
packages/language/c/libc/time/current: ChangeLog
packages/language/c/libc/time/current/cdl: time.cdl
Log message:
* cdl/time.cdl: Don't bother inlining mktime() or
gmtime_r() by default - they're too big to be worth it.
^ permalink raw reply [flat|nested] 14+ messages in thread
* ecos/packages/language/c/libc/time/current Cha ...
@ 2006-08-25 0:12 jlarmour
0 siblings, 0 replies; 14+ messages in thread
From: jlarmour @ 2006-08-25 0:12 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2006-08-25 00:12:41
Modified files:
packages/language/c/libc/time/current: ChangeLog
packages/language/c/libc/time/current/src: strftime.cxx
Log message:
* src/strftime.cxx: Fixed "%I" (Time in 12 hour modus was 1 hour off)
^ permalink raw reply [flat|nested] 14+ messages in thread
* ecos/packages/language/c/libc/time/current Cha ...
@ 2005-03-27 17:28 asl
0 siblings, 0 replies; 14+ messages in thread
From: asl @ 2005-03-27 17:28 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2005-03-27 17:28:27
Modified files:
packages/language/c/libc/time/current: ChangeLog
packages/language/c/libc/time/current/include: time.h
Log message:
* include/time.h: Added CYGBLD_ATTRIB_STRFTIME_FORMAT where
appropriate so the compiler does more checking.
^ permalink raw reply [flat|nested] 14+ messages in thread
* ecos/packages/language/c/libc/time/current Cha ...
@ 2003-08-18 20:07 asl
0 siblings, 0 replies; 14+ messages in thread
From: asl @ 2003-08-18 20:07 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2003-08-18 20:07:15
Modified files:
packages/language/c/libc/time/current: ChangeLog
packages/language/c/libc/time/current/cdl: time.cdl
packages/language/c/libc/time/current/src: strptime.cxx
Log message:
* src/strptime.cxx: Added string.h to fix compile warnings.
* cdl/time.cdl: Updated the requires statement for BSD string
functions to use the interface rather than the option name.
^ permalink raw reply [flat|nested] 14+ messages in thread
* ecos/packages/language/c/libc/time/current Cha ...
@ 2003-06-26 5:33 jlarmour
0 siblings, 0 replies; 14+ messages in thread
From: jlarmour @ 2003-06-26 5:33 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2003-06-26 04:52:38
Modified files:
packages/language/c/libc/time/current: ChangeLog
packages/language/c/libc/time/current/tests: clock.c
Log message:
* tests/clock.c (main): Add a fudge factor in case the absolute values
from clock() are small, in which case the percentage variation
would be large.
^ permalink raw reply [flat|nested] 14+ messages in thread
* ecos/packages/language/c/libc/time/current Cha ...
@ 2003-06-13 14:05 jlarmour
0 siblings, 0 replies; 14+ messages in thread
From: jlarmour @ 2003-06-13 14:05 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2003-06-13 14:05:55
Modified files:
packages/language/c/libc/time/current: ChangeLog
packages/language/c/libc/time/current/cdl: time.cdl
packages/language/c/libc/time/current/tests: clock.c
Log message:
* tests/clock.c (main): Avoid div-by-zero if mean==0.
* cdl/time.cdl: build all POSIX files all the time because they
are used internally by the standard ISO C functions even if not
exported.
[Bug 1000001]
^ permalink raw reply [flat|nested] 14+ messages in thread
* ecos/packages/language/c/libc/time/current Cha ...
@ 2003-04-25 4:30 jlarmour
0 siblings, 0 replies; 14+ messages in thread
From: jlarmour @ 2003-04-25 4:30 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2003-04-25 04:30:09
Modified files:
packages/language/c/libc/time/current: ChangeLog
packages/language/c/libc/time/current/include: time.inl
timeutil.h
packages/language/c/libc/time/current/src: strftime.cxx
timeutil.cxx
Log message:
* include/time.inl:
* include/timeutil.h:
* src/timeutil.cxx:
Change return type of cyg_libc_time_itoa() to cyg_ucount8.
* src/strftime.cxx:
Change return type of do_format() to cyg_count8.
These benign changes get around a compiler bug using or32-elf-gcc
^ permalink raw reply [flat|nested] 14+ messages in thread
* ecos/packages/language/c/libc/time/current Cha ...
@ 2003-03-18 14:34 gthomas
0 siblings, 0 replies; 14+ messages in thread
From: gthomas @ 2003-03-18 14:34 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: gthomas@sourceware.org 2003-03-18 14:34:06
Modified files:
packages/language/c/libc/time/current: ChangeLog
packages/language/c/libc/time/current/src: strptime.cxx
Log message:
Initialize time structure to known [legal] value.
^ permalink raw reply [flat|nested] 14+ messages in thread
* ecos/packages/language/c/libc/time/current Cha ...
@ 2003-02-24 14:28 jlarmour
0 siblings, 0 replies; 14+ messages in thread
From: jlarmour @ 2003-02-24 14:28 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2003-02-24 14:28:39
Modified files:
packages/language/c/libc/time/current: ChangeLog
packages/language/c/libc/time/current/cdl: time.cdl
Log message:
* cdl/time.cdl: Fix doc link.
^ permalink raw reply [flat|nested] 14+ messages in thread
* ecos/packages/language/c/libc/time/current Cha ...
@ 2003-01-28 0:43 jlarmour
0 siblings, 0 replies; 14+ messages in thread
From: jlarmour @ 2003-01-28 0:43 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2003-01-28 00:43:53
Modified files:
packages/language/c/libc/time/current: ChangeLog
packages/language/c/libc/time/current/cdl: time.cdl
Log message:
* cdl/time.cdl: Correct reference to
CYGSEM_LIBC_TIME_POSIX_TIME_ROUTINES in CYGPKG_LIBC_TIME_TESTS to
CYGFUN_LIBC_TIME_POSIX.
^ permalink raw reply [flat|nested] 14+ messages in thread
* ecos/packages/language/c/libc/time/current Cha ...
@ 2003-01-27 22:10 gthomas
0 siblings, 0 replies; 14+ messages in thread
From: gthomas @ 2003-01-27 22:10 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: gthomas@sourceware.org 2003-01-27 22:10:16
Modified files:
packages/language/c/libc/time/current: ChangeLog
packages/language/c/libc/time/current/cdl: time.cdl
packages/language/c/libc/time/current/include: time.h
Added files:
packages/language/c/libc/time/current/src: strptime.cxx
packages/language/c/libc/time/current/tests: strptime.c
Log message:
Add strptime() function.
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2007-09-15 14:29 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-16 18:46 ecos/packages/language/c/libc/time/current Cha asl
-- strict thread matches above, loose matches on Subject: below --
2007-09-15 14:29 asl
2006-10-02 14:17 jlarmour
2006-08-31 19:17 jlarmour
2006-08-25 0:12 jlarmour
2005-03-27 17:28 asl
2003-08-18 20:07 asl
2003-06-26 5:33 jlarmour
2003-06-13 14:05 jlarmour
2003-04-25 4:30 jlarmour
2003-03-18 14:34 gthomas
2003-02-24 14:28 jlarmour
2003-01-28 0:43 jlarmour
2003-01-27 22:10 gthomas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).