index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdtime
/
strftime.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add glibc-style strftime(3) padding specifiers, namely, -(no padding),
delphij
2004-11-04
1
-20
/
+69
*
Merge changes from the tzcode2004a import. Wherever possible I tried to bring
stefanf
2004-06-14
1
-66
/
+162
*
Remove a stale reference to %Ef and %EF from a comment.
stefanf
2004-06-13
1
-2
/
+2
*
Style: One space between "restrict" qualifier and "*".
tjr
2002-09-06
1
-4
/
+4
*
- Add the 'restrict' qualifier to the function definition of
robert
2002-08-14
1
-6
/
+4
*
Remove use of __P() (actually P()) from code now that it's no longer
alfred
2002-05-28
1
-4
/
+4
*
Fix the style of the SCM ID's.
obrien
2002-03-22
1
-9
/
+4
*
Get rid of non-standard %E[Ff] formats, userland apps already fixed
ache
2001-03-21
1
-13
/
+1
*
Relax local FreeBSD restrictions on 3 chars abbrev. name length and %c format
ache
2001-03-18
1
-4
/
+8
*
Implement ampm_fmt (%r) per POSIX
ache
2001-03-02
1
-1
/
+1
*
Back out snprintf -> sprintf change until I have time to look at it.
kris
2001-02-18
1
-1
/
+1
*
Hardcode c_fmt in a different way since used in nl_langinfo now
ache
2001-02-08
1
-2
/
+2
*
Catch up to latest chanage in timelocal structures exporting.
phantom
2001-02-08
1
-12
/
+13
*
Remove _THREAD_SAFE and make libc thread-safe by default by
deischen
2001-01-24
1
-0
/
+2
*
sprintf -> snprintf
kris
2000-11-26
1
-1
/
+1
*
Force %c to be "%a %Ef %T %Y" to eliminate problems with bad c_fmt
ache
2000-10-26
1
-1
/
+2
*
There were so far only 42 different conversion specifications in
joerg
2000-01-28
1
-0
/
+16
*
%Ex -> %Ef to not conflict with POSIX
ache
1999-11-30
1
-2
/
+19
*
Add %Ex extension to determine "%e %b" or "%b %e" order
ache
1999-11-30
1
-5
/
+9
*
Implement new format specifier for strftime: %OB, alternative national
dt
1999-09-11
1
-2
/
+6
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fixed printf format errors. Don't assume so many things about time_t.
bde
1998-06-30
1
-20
/
+16
*
Merged in better support of ISO 8601 from elsie.nci.nih.gov.
helbig
1997-10-03
1
-54
/
+76
*
Import strptime(3) into libc. We've got permission by Kevin Ruddy to
joerg
1997-08-09
1
-177
/
+2
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Include "setlocale.h" for _PathLocale like other parts already did
ache
1997-02-07
1
-3
/
+2
*
Update the comment why range checking is not needed
ache
1997-02-05
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Add comment that range checking is already done at upper level
ache
1996-12-28
1
-1
/
+2
*
Move PATH_LOCALE handling to setlocale.c, simplify locale path building,
ache
1996-11-26
1
-10
/
+9
*
Revert to old version of strftime.c; the new one doesn't work right.
wollman
1996-07-19
1
-110
/
+78
*
Merge the recently-imported tzcode96h distribution (libc portion). The
wollman
1996-07-18
1
-79
/
+111
*
General -Wall warning cleanup, part I.
jkh
1996-07-12
1
-2
/
+1
*
Removed false copyrights...
scrappy
1996-05-27
1
-3
/
+1
*
Added in appropriate Berkeley copyright and RCS Id: string
scrappy
1996-05-27
1
-1
/
+3
*
Don't reset LC_TIME to C when it isn't neccessary
ache
1995-10-23
1
-13
/
+17
*
Restore %s format support from previous version
ache
1995-08-07
1
-1
/
+22
*
Fix default %c to be ctime-compatible as supposed (by Solaris too)
ache
1995-08-06
1
-4
/
+4
*
Implement locale-sensitive strftime () from ADO (heavily modified
wollman
1995-08-04
1
-104
/
+240
*
On snap 950210, format %s (print seconds from the epoch) is missing
joerg
1995-03-01
1
-0
/
+22
*
The rest of tzcode94g from Arthur David Olson.
wollman
1994-09-13
1
-0
/
+393