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
/
strptime.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
strptime(3) confused July with June with the fr_FR locale.
edwin
2010-05-09
1
-0
/
+8
*
Use (unsigned char) cast for ctype macro
ache
2009-09-02
1
-1
/
+1
*
Implement %z for strptime.
delphij
2009-06-25
1
-0
/
+28
*
Detect range errors when using the %s specifier. Previously, LONG_MAX
nectar
2003-11-17
1
-3
/
+10
*
Backout my changes in rev. 1.32 and 1.33. There is some code that depends
mtm
2003-04-30
1
-4
/
+2
*
Zero out the struct tm supplied by the caller. Otherwise,
mtm
2003-04-05
1
-0
/
+1
*
Fill in the rest of the fields in the resulting struct tm
mtm
2003-03-29
1
-2
/
+3
*
Ditch a static global and the mutex that protected it. Achieve the
mtm
2003-03-12
1
-27
/
+18
*
Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).
nectar
2003-02-16
1
-3
/
+3
*
Style: One space between "restrict" qualifier and "*".
tjr
2002-09-06
1
-2
/
+2
*
- Add the C99 'restrict' qualifier using the '__restrict' macro to
robert
2002-08-14
1
-1
/
+2
*
Fix the style of the SCM ID's.
obrien
2002-03-22
1
-5
/
+2
*
Recognize the %s format.
dd
2001-07-13
1
-0
/
+16
*
Get rid of non-standard %E[Ff] formats, userland apps already fixed
ache
2001-03-21
1
-16
/
+1
*
Relax local FreeBSD restrictions on 3 chars abbrev. name length and %c format
ache
2001-03-18
1
-2
/
+13
*
Make 'A' and 'a', 'B' and 'b' the same, per POSIX
ache
2001-03-18
1
-26
/
+16
*
Implement ampm_fmt (%r) per POSIX
ache
2001-03-02
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
-22
/
+23
*
Remove _THREAD_SAFE and make libc thread-safe by default by
deischen
2001-01-24
1
-14
/
+9
*
Force "%c" to be ctime-compatible
ache
2000-10-26
1
-1
/
+2
*
Prevent digit-gobbling for all but %l and %e, which can't be fixed.
sheldonh
1999-12-08
1
-12
/
+46
*
Accept 12 for %l, because it's logical to expect "%l:%M" to work for
sheldonh
1999-12-08
1
-1
/
+1
*
%Ex -> %Ef to not conflict with POSIX
ache
1999-11-30
1
-1
/
+14
*
Stricter checking %A vs %a
ache
1999-11-30
1
-11
/
+13
*
Fix %C handling
ache
1999-11-30
1
-14
/
+52
*
Decremement by 1 the value taken for %j before assigning it to tm_yday,
sheldonh
1999-11-10
1
-6
/
+50
*
Add unsigned char cast to isupper
ache
1999-11-04
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Make the new %Z addition thread-safe.
obrien
1999-07-06
1
-19
/
+49
*
Actually impliment the documented %Z specifier.
obrien
1999-07-04
1
-1
/
+32
*
Re-fixed to start at 1969 per the actual Posix requirement. Also
wes
1999-04-25
1
-2
/
+2
*
Bring two-digit years up-to-date with POSIX requirements.
wes
1999-04-25
1
-1
/
+3
*
Change return type of strptime from const char* to char*.
dt
1998-09-12
1
-3
/
+3
*
Add unsigned char cast to all ctype calls
ache
1997-08-13
1
-27
/
+27
*
Import strptime(3) into libc. We've got permission by Kevin Ruddy to
joerg
1997-08-09
1
-315
/
+306
*
Clean import of strptime(3) onto a vendor branch.
joerg
1997-08-09
1
-0
/
+358