Revision tags: release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs |
|
#
208b5822 |
| 28-Jan-2000 |
Joerg Wunsch <joerg@FreeBSD.org> |
There were so far only 42 different conversion specifications in strftime(3), add another one. :) %z yields the local timezone's offset in hours and minutes, as used in RFC822 headers. There's a pr
There were so far only 42 different conversion specifications in 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
show more ...
|
Revision tags: release/3.4.0_cvs |
|
#
c63a4303 |
| 30-Nov-1999 |
Andrey A. Chernov <ache@FreeBSD.org> |
%Ex -> %Ef to not conflict with POSIX Add %EF (long months name / day order) Check that O and E not intermixed Add missing POSIX extension to example
|
#
11cd0d32 |
| 30-Nov-1999 |
Andrey A. Chernov <ache@FreeBSD.org> |
Add %Ex extension to determine "%e %b" or "%b %e" order Separate alternative for O and E cases
|
Revision tags: release/3.3.0_cvs |
|
#
da3785ef |
| 11-Sep-1999 |
Dmitrij Tejblum <dt@FreeBSD.org> |
Implement new format specifier for strftime: %OB, alternative national representation of the full month name. In the Russian locale, this alternative will be "nominative case", useful when the date d
Implement new format specifier for strftime: %OB, alternative national 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
show more ...
|
#
7f3dea24 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
Revision tags: release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8, release/2.2.7 |
|
#
c6966b0c |
| 30-Jun-1998 |
Bruce Evans <bde@FreeBSD.org> |
Fixed printf format errors. Don't assume so many things about time_t.
Obtained from: partial merge of ADO version tzcode96h (was fully merged in 1.10 but backed out in 1.11; the Fre
Fixed printf format errors. Don't assume so many things about time_t.
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).
show more ...
|
Revision tags: release/2.2.6, release/2.2.5_cvs |
|
#
b9b51fb7 |
| 03-Oct-1997 |
Wolfgang Helbig <helbig@FreeBSD.org> |
Merged in better support of ISO 8601 from elsie.nci.nih.gov. Added the conversion specifiers %g and %G, that are replaced by the year which contains the greater part of the week in question.
|
#
37486f03 |
| 09-Aug-1997 |
Joerg Wunsch <joerg@FreeBSD.org> |
Import strptime(3) into libc. We've got permission by Kevin Ruddy to modify the original `no modifications' copyright message, and i've included his mail into the source file.
The common localizati
Import strptime(3) into libc. We've got permission by Kevin Ruddy to 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].
show more ...
|
Revision tags: release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs |
|
#
7e546392 |
| 22-Feb-1997 |
Peter Wemm <peter@FreeBSD.org> |
Revert $FreeBSD$ to $Id$
|
#
b1950360 |
| 07-Feb-1997 |
Andrey A. Chernov <ache@FreeBSD.org> |
Include "setlocale.h" for _PathLocale like other parts already did
Should go in 2.2
|
#
e56a1af6 |
| 05-Feb-1997 |
Andrey A. Chernov <ache@FreeBSD.org> |
Update the comment why range checking is not needed
Should go in 2.2
|
Revision tags: release/2.1.6_cvs, release/2.1.6.1 |
|
#
1130b656 |
| 14-Jan-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Make the long-awaited change from $Id$ to $FreeBSD$
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
Make the long-awaited change from $Id$ to $FreeBSD$
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.
show more ...
|
#
af155bdf |
| 28-Dec-1996 |
Andrey A. Chernov <ache@FreeBSD.org> |
Add comment that range checking is already done at upper level Kill snprintf left in collate.c from previous backout
Should go in 2.2
|
#
1a1379ae |
| 26-Nov-1996 |
Andrey A. Chernov <ache@FreeBSD.org> |
Move PATH_LOCALE handling to setlocale.c, simplify locale path building, don't treat empty encoding as C encoding
|
Revision tags: release/2.1.5_cvs |
|
#
fe463a8f |
| 19-Jul-1996 |
Garrett Wollman <wollman@FreeBSD.org> |
Revert to old version of strftime.c; the new one doesn't work right.
|
#
1ecaa8a8 |
| 18-Jul-1996 |
Garrett Wollman <wollman@FreeBSD.org> |
Merge the recently-imported tzcode96h distribution (libc portion). The 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 fil
Merge the recently-imported tzcode96h distribution (libc portion). The 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).
show more ...
|
#
979a2116 |
| 18-Jul-1996 |
Garrett Wollman <wollman@FreeBSD.org> |
Import the 96h release of ADO's timezone code. This release is primarily bugfixes, but is also contains a disclaimer of copyright. As we are completely off the vendor branch here, this import has no
Import the 96h release of ADO's timezone code. This release is primarily bugfixes, but is also contains a disclaimer of copyright. As we are completely off the vendor branch here, this import has no effect on the source tree.
show more ...
|
#
51295a4d |
| 12-Jul-1996 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
General -Wall warning cleanup, part I. Submitted-By: Kent Vander Velden <graphix@iastate.edu>
|
#
6859875c |
| 27-May-1996 |
Marc G. Fournier <scrappy@FreeBSD.org> |
Removed false copyrights...
|
#
b0d57629 |
| 27-May-1996 |
Marc G. Fournier <scrappy@FreeBSD.org> |
Added in appropriate Berkeley copyright and RCS Id: string
Closes PR#doc/536
|
Revision tags: release/2.1.0_cvs |
|
#
2d542a08 |
| 23-Oct-1995 |
Andrey A. Chernov <ache@FreeBSD.org> |
Don't reset LC_TIME to C when it isn't neccessary
|
#
5ad178d8 |
| 07-Aug-1995 |
Andrey A. Chernov <ache@FreeBSD.org> |
Restore %s format support from previous version
|
#
d0e0d9c4 |
| 06-Aug-1995 |
Andrey A. Chernov <ache@FreeBSD.org> |
Fix default %c to be ctime-compatible as supposed (by Solaris too)
|
#
c28fbb7b |
| 04-Aug-1995 |
Garrett Wollman <wollman@FreeBSD.org> |
Implement locale-sensitive strftime () from ADO (heavily modified by me). This probably loses for multibyte characters, but I have no way of telling. I'll let ache decide whether to add this suppor
Implement locale-sensitive strftime () from ADO (heavily modified 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>
show more ...
|
Revision tags: release/2.0.5_cvs |
|
#
be7f0d04 |
| 01-Mar-1995 |
Joerg Wunsch <joerg@FreeBSD.org> |
On snap 950210, format %s (print seconds from the epoch) is missing 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 no
On snap 950210, format %s (print seconds from the epoch) is missing 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)
show more ...
|