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
/
stdio
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove duplicate check for EOF from ungetc(); __ungetc() already checks.
tjr
2004-03-10
1
-2
/
+0
*
Call __sputc() directly in fputc() instead of taking an expensive
tjr
2004-03-10
1
-1
/
+1
*
Call __sgetc() directly in getchar() instead of taking an expensive
tjr
2004-03-10
1
-1
/
+1
*
Set the stream orientation explicitly in fgetln() instead of relying on
tjr
2004-03-10
1
-0
/
+1
*
Set stream orientation in puts().
tjr
2004-03-10
1
-0
/
+2
*
Backout the previous revision due to objections.
jb
2004-03-09
2
-10
/
+4
*
On 4.X it was possible for an application to initialise a local FILE
jb
2004-03-09
2
-4
/
+10
*
If handed a file pointer we can't write to, set errno properly to EBADF
jkh
2004-03-02
1
-1
/
+4
*
Document dependence of mktemp(3) on the non-reentrant arc4random(3).
green
2004-02-20
1
-0
/
+7
*
Merge vfscanf.c,v 1.35.
das
2004-01-31
1
-4
/
+10
*
Fix the handling of negative hexadecimal numbers in integer formats.
das
2004-01-31
1
-3
/
+9
*
Merge vfprintf.c, v1.61 and 1.62. For compatibility with __hdtoa()
das
2004-01-23
1
-19
/
+25
*
Bring the *printf(3) documentation up to date with the code:
das
2004-01-19
1
-37
/
+24
*
Implement __hdtoa() and __hldtoa() and enable printf() support for %a
das
2004-01-18
1
-5
/
+2
*
Prototype __hdtoa() and __hldtoa().
das
2004-01-18
1
-0
/
+2
*
Fix some bugs affecting the %a and %A format specifiers. Since
das
2004-01-18
1
-6
/
+16
*
Make intentions explicit with additional parenthesis.
nectar
2004-01-06
2
-8
/
+8
*
Remove unused variables and function declarations. Add missing headers.
nectar
2004-01-06
1
-2
/
+1
*
Fix prototype for getchar_unlocked().
tjr
2003-12-07
1
-1
/
+1
*
Use __sfvwrite() instead of __sputc() via __fputwc() to write to fake
tjr
2003-11-12
1
-1
/
+30
*
Pass NULL instead of a pointer to a zeroed mbstate_t object.
tjr
2003-11-05
6
-37
/
+17
*
Pass mbrtowc() and wcrtomb() NULL instead of a pointer to a freshly zeroed
tjr
2003-11-04
3
-9
/
+3
*
Fix a typo that caused the optimized single-byte locale path not to be taken.
tjr
2003-11-01
1
-1
/
+1
*
mdoc(7): Use the new feature of the .In macro.
ru
2003-09-08
2
-3
/
+3
*
Add more useful cross-references to the SEE ALSO section.
tjr
2003-07-05
1
-2
/
+7
*
Catch up with recent FP-related changes to scanf.3 and vfwscanf.c.
tjr
2003-07-05
1
-31
/
+16
*
Fix two incorrect uses of sizeof: we need to divide the size of the buffer
tjr
2003-07-05
1
-11
/
+6
*
Merge recent floating point conversion changes from vfscanf.c.
tjr
2003-07-05
1
-93
/
+175
*
When size is 1 should just null terminate the string. The dummy variable
jkh
2003-07-02
1
-3
/
+5
*
Update to reflect changes in vfscanf.c,v 1.32. Remove bogus
das
2003-06-28
1
-35
/
+14
*
Revamp scanf's floating-point-parsing algorithm to support
das
2003-06-28
1
-94
/
+172
*
Add or correct section number in .Xr. Use .Vt or .Fn
charnier
2003-06-08
1
-1
/
+1
*
Assorted mdoc(7) fixes.
ru
2003-05-22
1
-1
/
+1
*
%E-like %g and %G conversions should remove trailing zeroes unless
das
2003-04-19
2
-0
/
+14
*
Merge in vfprintf.c rev. 1.58.
tjr
2003-04-14
1
-9
/
+11
*
Fix a bug where printf was erroneously printing a decimal point for
das
2003-04-14
1
-8
/
+10
*
Catch up with recent vfprintf.c changes.
tjr
2003-04-07
1
-175
/
+215
*
__wcsconv(): free(convbuf) before returning NULL
ache
2003-04-07
1
-2
/
+4
*
Today just isn't my day. Remove some old commented out code that snuck
das
2003-04-07
1
-1
/
+1
*
- %e conversions with precision 0 should not cause a decimal point to
das
2003-04-07
1
-18
/
+22
*
Rework the floating point code in printf(). Significant changes:
das
2003-04-05
2
-151
/
+191
*
Add missing #include to unbreak previous commit.
das
2003-04-05
1
-0
/
+1
*
Correct some buffer sizes.
das
2003-04-05
3
-23
/
+42
*
Merge vfprintf.c revision 1.52.
tjr
2003-03-14
1
-2
/
+2
*
Kludge around a bug that results from printf() assuming that
das
2003-03-14
1
-1
/
+1
*
Unexpand RCS tag.
tjr
2003-03-14
1
-1
/
+1
*
MFp4: Catch up to recent __dtoa() interface changes and removal of cvt()'s
tjr
2003-03-13
1
-11
/
+10
*
Replace our ancient dtoa/strtod implementation with the gdtoa
das
2003-03-12
1
-9
/
+10
*
MFp4: Add the standard "the {fgetws,fputws} function will fail if" text
tjr
2003-03-09
2
-0
/
+6
*
mdoc(7) police: markup laundry.
ru
2003-02-23
4
-10
/
+12
[next]