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
*
Remove whitespace at EOL.
dd
2001-07-15
2
-6
/
+6
*
Recognize the %s format.
dd
2001-07-13
1
-0
/
+16
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
2
-2
/
+2
*
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
dd
2001-07-09
1
-1
/
+0
*
Document "normalizing" behavior of mktime(3).
ru
2001-06-23
1
-1
/
+12
*
Don't mung the user's tm_sec field if we don't need to. (Belt-and-suspenders
wollman
2001-06-05
1
-1
/
+3
*
MAN[1-9] -> MAN.
ru
2001-03-27
1
-2
/
+2
*
Get rid of non-standard %E[Ff] formats, userland apps already fixed
ache
2001-03-21
3
-33
/
+4
*
Oops, back out prev. change - POSIX require %y in d_fmt
ache
2001-03-21
1
-4
/
+4
*
Replace %y with %Y
ache
2001-03-21
1
-1
/
+1
*
Fix typo in the comment
ache
2001-03-18
1
-1
/
+1
*
Relax local FreeBSD restrictions on 3 chars abbrev. name length and %c format
ache
2001-03-18
5
-37
/
+37
*
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
4
-9
/
+22
*
/^\.St/ s/-iso9945-1/-p1003.1-96/
ru
2001-02-26
1
-2
/
+2
*
.St -ansiC -> .St -isoC
ru
2001-02-26
1
-1
/
+1
*
Back out snprintf -> sprintf change until I have time to look at it.
kris
2001-02-18
1
-1
/
+1
*
Don't depend on lcl_mutex being a recursive mutex.
tegge
2001-02-15
1
-5
/
+5
*
catch up to __part_load_locale() interface change
phantom
2001-02-13
1
-1
/
+1
*
Rewrite __time_load_locale() using ldpart.c::__part_load_locale()
phantom
2001-02-12
2
-153
/
+15
*
Hardcode c_fmt in a different way since used in nl_langinfo now
ache
2001-02-08
4
-7
/
+8
*
Catch up to latest chanage in timelocal structures exporting.
phantom
2001-02-08
2
-34
/
+36
*
Export internal data structures in same manner as numeric/monetary/messages
phantom
2001-02-08
2
-8
/
+14
*
Remove _THREAD_SAFE and make libc thread-safe by default by
deischen
2001-01-24
6
-123
/
+100
*
mdoc(7) police: Ft/Vt now accept punctuation-type arguments.
ru
2001-01-12
1
-1
/
+1
*
Prepare for mdoc(7)NG.
ru
2000-12-29
3
-13
/
+12
*
mdoc(7) police: removed history info from the .Os FreeBSD call.
ru
2000-12-14
1
-1
/
+1
*
sprintf -> snprintf
kris
2000-11-26
1
-1
/
+1
*
Create the links for the reentrant time functions.
nik
2000-11-12
1
-1
/
+3
*
Avoid use of direct troff requests in mdoc(7) manual pages.
ru
2000-11-10
2
-15
/
+16
*
For %c replace reference to asctime(3) with ctime(3) from which %c genetically
ache
2000-10-26
1
-1
/
+1
*
Treat c_fmt field as compatibility placeholder
ache
2000-10-26
2
-5
/
+3
*
Force "%c" to be ctime-compatible
ache
2000-10-26
1
-1
/
+2
*
Force %c to be "%a %Ef %T %Y" to eliminate problems with bad c_fmt
ache
2000-10-26
2
-5
/
+6
*
Describe %c better
ache
2000-10-24
1
-3
/
+7
*
Correct factor-of-10 error in INT_STRLEN_MAXIMUM() calculation.
kris
2000-08-04
1
-1
/
+3
*
Fix assigning alt_month in compatibility code
ache
2000-06-29
1
-1
/
+1
*
Introduce ".Lb" macro to libc manpages.
phantom
2000-04-21
4
-0
/
+8
*
Temporary cosmetic change to prevent gcc-2.95.2 from doing an
cracauer
2000-03-08
1
-1
/
+1
*
Remove single-space hard sentence breaks. These degrade the quality
sheldonh
2000-03-02
1
-1
/
+2
*
There were so far only 42 different conversion specifications in
joerg
2000-01-28
2
-0
/
+22
*
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
jasone
2000-01-27
2
-7
/
+7
*
Make the quotes in the #include line visible.
sheldonh
2000-01-19
1
-1
/
+1
*
Add three-tier symbol naming in support of POSIX thread cancellation
jasone
2000-01-12
2
-7
/
+9
*
Remove discussion of %C in the BUGS section. The limitations on valid
sheldonh
1999-12-09
1
-4
/
+0
*
Prevent digit-gobbling for all but %l and %e, which can't be fixed.
sheldonh
1999-12-08
2
-12
/
+85
*
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
5
-13
/
+53
*
Document %Ex and %OB
ache
1999-11-30
1
-2
/
+4
*
Stricter checking %A vs %a
ache
1999-11-30
1
-11
/
+13
[next]