freebsd-src/lib/libc/stdtime
Andrey A. Chernov faeb1b822a Relax local FreeBSD restrictions on 3 chars abbrev. name length and %c format
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
2001-03-18 11:58:15 +00:00
..
asctime.c Remove _THREAD_SAFE and make libc thread-safe by default by 2001-01-24 13:01:12 +00:00
ctime.3 /^\.St/ s/-iso9945-1/-p1003.1-96/ 2001-02-26 14:48:38 +00:00
difftime.c Remove _THREAD_SAFE and make libc thread-safe by default by 2001-01-24 13:01:12 +00:00
localtime.c Don't depend on lcl_mutex being a recursive mutex. 2001-02-15 22:17:04 +00:00
Makefile.inc Rewrite __time_load_locale() using ldpart.c::__part_load_locale() 2001-02-12 08:53:33 +00:00
private.h Correct factor-of-10 error in INT_STRLEN_MAXIMUM() calculation. 2000-08-04 11:03:20 +00:00
strftime.3 Relax local FreeBSD restrictions on 3 chars abbrev. name length and %c format 2001-03-18 11:58:15 +00:00
strftime.c Relax local FreeBSD restrictions on 3 chars abbrev. name length and %c format 2001-03-18 11:58:15 +00:00
strptime.3 Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +00:00
strptime.c Relax local FreeBSD restrictions on 3 chars abbrev. name length and %c format 2001-03-18 11:58:15 +00:00
time2posix.3 Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +00:00
timelocal.c Relax local FreeBSD restrictions on 3 chars abbrev. name length and %c format 2001-03-18 11:58:15 +00:00
timelocal.h Relax local FreeBSD restrictions on 3 chars abbrev. name length and %c format 2001-03-18 11:58:15 +00:00
tzfile.5 mdoc(7) police: removed history info from the .Os FreeBSD call. 2000-12-14 11:52:05 +00:00
tzfile.h Merge from vendor branch: timezone file structure changes and doco. 1999-01-21 17:22:59 +00:00