K 10 svn:author V 7 phantom K 8 svn:date V 27 2002-03-12T17:24:54.000000Z K 7 svn:log V 975 MFC: sync with -CURRENT's stdtime code This MFC brings to -STABLE following changes/features: . get rid of non-standard %E[Ff] formats . add %F per POSIX . add %r per POSIX (ampm_fmt) . hardcode c_fmt in a different way since used in nl_langinfo now . make '%A' and '%a', '%B' and '%b' same per POSIX . introduce non-standard md_order (month/day order locale field). This field is available to user-land apps via nl_langinfo(3) and supposed to replace all usages of %E[Ff] in more correct way. . allow POSIX legal data on 3 chars abbrev, name length and %c format WARNING: please beware about this commit. It can trigger some hidden or implicit problems with locale/time specific functions or related/dependent stuff in userland applications. Please report anything unusual! Following files/revisions were MFCed: Makefile.inc 1.11 strftime.3 1.25, 1.26 strftime.c 1.29, 1.30, 1.32 - 1.34 strptime.c 1.20 - 1.25 timelocal.c 1.12 - 1.22 timelocal.h 1.7 - 1.11 END