summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime/timelocal.h
Commit message (Collapse)AuthorAgeFilesLines
* Treat c_fmt field as compatibility placeholderache2000-10-261-1/+1
|
* %Ex -> %Ef to not conflict with POSIXache1999-11-301-1/+2
| | | | | | Add %EF (long months name / day order) Check that O and E not intermixed Add missing POSIX extension to example
* Add %Ex extension to determine "%e %b" or "%b %e" orderache1999-11-301-0/+1
| | | | Separate alternative for O and E cases
* Implement new format specifier for strftime: %OB, alternative nationaldt1999-09-111-0/+1
| | | | | | | | | representation of the full month name. In the Russian locale, this alternative will be "nominative case", useful when the date designate month as a whole. E.g. month heading in a calendar. I hope it can be useful for some other locales too. Discussed with: wollman, ache
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Import strptime(3) into libc. We've got permission by Kevin Ruddy tojoerg1997-08-091-0/+51
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].
OpenPOWER on IntegriCloud