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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Stricter checking %A vs %a
ache
1999-11-30
1
-11
/
+13
*
Fix %C handling
ache
1999-11-30
1
-14
/
+52
*
Add %Ex extension to determine "%e %b" or "%b %e" order
ache
1999-11-30
3
-8
/
+22
*
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
*
Implement new format specifier for strftime: %OB, alternative national
dt
1999-09-11
3
-19
/
+58
*
Spelling and grammar error fix.
phantom
1999-09-04
1
-2
/
+8
*
$Id$ -> $FreeBSD$
peter
1999-08-28
10
-10
/
+10
*
Add $Id$ tag.
chris
1999-08-14
1
-0
/
+2
*
Bad reference time(2) changed to time(3)
chris
1999-08-14
1
-1
/
+1
*
Add $Id$, to make it simpler for members of the translation teams to
nik
1999-07-12
1
-0
/
+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
2
-2
/
+44
*
Spell the .St macro correctly.
steve
1999-06-07
1
-1
/
+1
*
Re-fixed to start at 1969 per the actual Posix requirement. Also
wes
1999-04-25
2
-7
/
+7
*
Bring two-digit years up-to-date with POSIX requirements.
wes
1999-04-25
2
-2
/
+12
*
Merge from vendor branch: timezone file structure changes and doco.
wollman
1999-01-21
3
-25
/
+45
*
Make ctime_r, asctime_r, gmtime_r, and localtime_r available in libc.
dt
1999-01-04
2
-13
/
+4
*
Add STANDARDS section.
wollman
1999-01-03
1
-6
/
+37
*
Fix grammar in the description of timegm() by totally rewriting it. Remove
wollman
1999-01-03
1
-20
/
+29
*
Added documenation for the existing implementation of asctime_r,
wes
1998-12-20
1
-0
/
+35
*
Replace memory leaking instances of realloc with non-leaking reallocf.
imp
1998-09-16
2
-4
/
+9
*
Change return type of strptime from const char* to char*.
dt
1998-09-12
2
-5
/
+5
*
Fixed printf format errors. Don't assume so many things about time_t.
bde
1998-06-30
1
-20
/
+16
*
Fix grammar, "null" -> "NUL"
danny
1998-06-10
1
-5
/
+5
*
Remove 'of type long' from a sentence talking about four 4-byte values
jb
1998-05-10
1
-2
/
+1
*
Make asctime_r static if !_THREAD_SAFE to prevent namespace pollution and
ache
1998-04-25
1
-0
/
+7
*
Add a #ifdef _THREAD_SAFE around ctime_r
phk
1998-04-20
1
-0
/
+2
*
Describe timegm()
ache
1998-04-20
2
-5
/
+16
*
ctime_r and asctime_r are not implemented.
phk
1998-04-19
2
-3
/
+21
*
Change in name of the static initializer define.
jb
1998-04-04
1
-4
/
+4
*
Submitted by: Jeremy Allison (jallison@whistle.com)
julian
1998-02-18
1
-3
/
+5
*
Typo.
helbig
1997-10-26
1
-1
/
+1
*
Sorted lists.
bde
1997-10-21
1
-4
/
+3
*
Removed the subdirectory paths from the definitions of MAN[1-9]. They
bde
1997-10-15
1
-5
/
+4
*
Merged in better support of ISO 8601 from elsie.nci.nih.gov.
helbig
1997-10-03
2
-62
/
+118
*
environmental -> environment.
charnier
1997-09-18
1
-1
/
+1
*
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
7
-495
/
+646
*
This commit was generated by cvs2svn to compensate for changes in r28019,
joerg
1997-08-09
1
-0
/
+358
|
\
|
*
Clean import of strptime(3) onto a vendor branch.
joerg
1997-08-09
1
-0
/
+358
*
`it's'' -> `its'' where appropriate and typo fixes in time2posix.3.
eivind
1997-05-19
1
-2
/
+2
*
Changed all paths to be relative to src/lib instead of src/lib/libc
jb
1997-05-03
1
-1
/
+6
*
Fixed wording of previous change.
bde
1997-03-31
1
-1
/
+1
*
Revert my last few changes. They were bogus. Replaced them with
imp
1997-03-31
1
-14
/
+4
*
Back out 1.14 until I reproduce trouble reports
imp
1997-03-25
1
-4
/
+2
*
Don't open the tz file if we're running setuid or setgid to prevent infomration
imp
1997-03-24
1
-2
/
+4
*
Use .Sq Li \&\e0 rather than NUL to describe the character with no bits
imp
1997-03-03
1
-3
/
+7
*
Pendantic change of null to NUL. Also warn that this function does not
imp
1997-03-02
1
-3
/
+9
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
[prev]
[next]