summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime/timelocal.h
Commit message (Collapse)AuthorAgeFilesLines
* * style(9)'fyphantom2002-01-241-18/+19
| | | | * declare prototype for __time_load_locale() in timelocal.h
* Relax local FreeBSD restrictions on 3 chars abbrev. name length and %c formatache2001-03-181-2/+1
| | | | | | | | | | | | since they not allows POSIXly legal locale data. Currently, if relaxed form POSIXly legal locale data will be used right now, some programs will be broken, but it means that either locale data or programs must be fixed, not the library. Introduce non-standard md_order (month/day order) locale field to be used later via nl_langinfo(). Currently %EF and %Ef emulated using this field, but they planned for remove in future in favour of nl_langinfo() test field. Implement %F per POSIX
* Implement ampm_fmt (%r) per POSIXache2001-03-021-2/+3
|
* Hardcode c_fmt in a different way since used in nl_langinfo nowache2001-02-081-1/+1
|
* Export internal data structures in same manner as numeric/monetary/messagesphantom2001-02-081-5/+5
| | | | | structures exported. Protect timelocal.h from multiple inclusions.
* 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