| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
'RELENG_4_9_0_RELEASE'.
This commit was manufactured to restore the state of the 4.9-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/stable/4/; revision=92149
|
| |
|
|
|
|
|
| |
problems with it.
Notes:
svn path=/stable/4/; revision=72618
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72605
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=67624
|
| |
|
|
|
|
|
|
|
|
|
|
| |
strftime(3), add another one. :) %z yields the local timezone's offset
in hours and minutes, as used in RFC822 headers. There's a precedence
for this in Lunux' libc, and Internet software (like Perl scripts)
start using it.
OKed by (wrt. the code freeze): jkh
Notes:
svn path=/head/; revision=56756
|
| |
|
|
|
|
|
|
|
| |
Add %EF (long months name / day order)
Check that O and E not intermixed
Add missing POSIX extension to example
Notes:
svn path=/head/; revision=53960
|
| |
|
|
|
|
|
| |
Separate alternative for O and E cases
Notes:
svn path=/head/; revision=53940
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=51186
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50476
|
| |
|
|
|
|
|
|
|
| |
Obtained from: partial merge of ADO version tzcode96h (was fully merged
in 1.10 but backed out in 1.11; the FreeBSD code for %s
was earlier, prettier but buggier).
Notes:
svn path=/head/; revision=37299
|
| |
|
|
|
|
|
|
| |
Added the conversion specifiers %g and %G, that are replaced
by the year which contains the greater part of the week in question.
Notes:
svn path=/head/; revision=30089
|
| |
|
|
|
|
|
|
|
|
|
| |
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].
Notes:
svn path=/head/; revision=28021
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22993
|
| |
|
|
|
|
|
| |
Should go in 2.2
Notes:
svn path=/head/; revision=22402
|
| |
|
|
|
|
|
| |
Should go in 2.2
Notes:
svn path=/head/; revision=22305
|
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
|
|
|
|
|
| |
Kill snprintf left in collate.c from previous backout
Should go in 2.2
Notes:
svn path=/head/; revision=20961
|
| |
|
|
|
|
|
| |
don't treat empty encoding as C encoding
Notes:
svn path=/head/; revision=19965
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17224
|
| |
|
|
|
|
|
|
|
| |
part that does zic(8)/zdump(8) is still yet to be imported (but the old
zic and zdump will work just fine with these header files and the
data format has not changed).
Notes:
svn path=/head/; revision=17209
|
| |
|
|
|
|
|
| |
Submitted-By: Kent Vander Velden <graphix@iastate.edu>
Notes:
svn path=/head/; revision=17141
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15927
|
| |
|
|
|
|
|
| |
Closes PR#doc/536
Notes:
svn path=/head/; revision=15923
|
| |
|
|
| |
Notes:
svn path=/head/; revision=11735
|
| |
|
|
| |
Notes:
svn path=/head/; revision=9988
|
| |
|
|
| |
Notes:
svn path=/head/; revision=9964
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
by me). This probably loses for multibyte characters, but I have no
way of telling. I'll let ache decide whether to add this support to
startup_setlocale. Note that for this to make any sense at all, the
symlinks in /usr/share/locale must go. (For the moment, this doesn't
make any difference since there are no locales supplied.)
Obtained from: Arthur David Olson <ado@elsie.nci.nih.gov>
Notes:
svn path=/head/; revision=9912
|
| |
|
|
|
|
|
|
|
|
|
|
| |
from the code in strftime.c . This affects both the library code
and all the commands using it (e.g. date +%s).
Note that %s is not required by ANSI, but we've already got it in 1.1.5.1.
Suggested by: luigi@labinfo.iet.unipi.it (Luigi Rizzo)
Notes:
svn path=/head/; revision=6815
|
|
|
Obtained From: Arthur David Olson, ftp://elsie.nci.nih.gov/pub/tzcode94g.tar.gz
Notes:
svn path=/vendor/tzcode/dist/; revision=2708
|