| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Discuss in the BUGS section of the manpage, problems involved with
the use of %C, %e, %l, %p, %U and %W.
PR: 13901
Reported by: scott@chronis.pobox.com
|
|
|
|
| |
"12:00" and because strftime(3) does the same.
|
|
|
|
|
|
| |
Add %EF (long months name / day order)
Check that O and E not intermixed
Add missing POSIX extension to example
|
| |
|
|
|
|
|
|
| |
Use locale for %c
Add %+
Add %Ex and %OB
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
which is zero-based.
Correct the range checking for the value taken for %S.
Add %w for the day of the week (0-6).
Accept (but do nothing with) %U and %W. The comment for this change was
taken from NetBSD.
These changes were made after several failed attempts to contact the
author of our strptime.c .
PR: 10131
Submitted by: tadf@kt.rim.or.jp (Tadayoshi Funaba)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fixed a typo on the man page.
|
|
|
|
|
|
|
|
| |
70-00 are intepreted in the 20th century; 01-69 in the
21st century. (Yes, 2000 is the last year of the 20th
century, not the first year of the 21st.)
Submitted by: Sergey Babkin <babkin@bellatlantic.net>
|
|
|
|
| |
const char* was wrong and nonstandard.
|
| |
|
|
|
|
|
|
|
|
| |
modify the original `no modifications' copyright message, and i've
included his mail into the source file.
The common localization functions between strptime(3) and strftime(3)
have been broken out into timelocal.[ch].
|
|
Submitted by: Powerdog Industries <kevin.ruddy@powerdog.com>
|