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
*
We should never zero-pad INF or NaN (yielding silly strings like "00inf")
das
2007-05-08
1
-0
/
+1
*
Use C comments since we now preprocess these files with CPP.
deischen
2007-04-29
1
-3
/
+5
*
Grammer correction from: emaste
phk
2007-04-19
1
-1
/
+1
*
Loosen return value spec for fputs to be standards compliant so people
phk
2007-04-19
1
-5
/
+2
*
o Add ENVIRONMENT section and mention there that TMPDIR is ignored
maxim
2007-03-16
1
-1
/
+14
*
Remove 3rd clause, renumber, ok per email
imp
2007-01-12
1
-4
/
+1
*
Per Regents of the University of Calfornia letter, remove advertising
imp
2007-01-09
100
-400
/
+0
*
Fix rounding of 0xf for hex fp formats.
das
2007-01-03
1
-2
/
+2
*
Revert the rev. 1.4, it causes breakage on most arches except i386.
kib
2006-10-23
1
-4
/
+1
*
Workaround for (what seems to be) compiler error for gcc 3.4.6. On
kib
2006-10-21
1
-1
/
+4
*
file == NULL:
ache
2006-10-16
1
-9
/
+14
*
Honor errno obtained from __sflags
ache
2006-10-16
1
-1
/
+3
*
Back out ftruncate error handling. There can some file tipes
ache
2006-10-16
1
-9
/
+2
*
Do real seek
ache
2006-10-15
1
-3
/
+11
*
Use correct type in va_arg argument.
kan
2006-09-21
2
-2
/
+2
*
Markup fixes.
ru
2006-09-17
1
-1
/
+1
*
Remove alpha left-overs.
ru
2006-08-22
1
-1
/
+1
*
Oops, correct the weak reference (s/fclose/fcloseall).
deischen
2006-04-22
1
-1
/
+1
*
Now that libc has fcloseall(), remove _cleanup() from the list
deischen
2006-04-22
1
-1
/
+0
*
Add fcloseall() to libc. This removes the need to export _cleanup().
deischen
2006-04-22
5
-4
/
+60
*
Add missing #if's for NO_FLOATING_POINT
phk
2006-04-01
5
-4
/
+16
*
Add __collate_load_error and __collate_range_cmp to the list of
deischen
2006-03-30
1
-0
/
+1
*
Add each directory's symbol map file to SYM_MAPS.
deischen
2006-03-13
1
-0
/
+2
*
Add symbol maps and initial symbol version definitions to libc.
deischen
2006-03-13
1
-0
/
+144
*
Fix the %Q printf extension to behave as expected
phk
2006-03-02
1
-19
/
+9
*
Remove spurious "union arg" from printf.h
phk
2006-02-04
1
-2
/
+3
*
Add missing 's' suffix on alternate rendition of time.
phk
2006-01-31
1
-1
/
+1
*
Make the %V{is} extension handle a NULL pointer like %s does: output "(null)"
phk
2006-01-25
5
-1
/
+187
*
Explicitely use a "signed char" instead of a "char", for those archs where
cognet
2005-12-22
1
-2
/
+2
*
Add an extensible version of our *printf(3) implementation to libc
phk
2005-12-16
9
-0
/
+2054
*
With current pthread implementations, a mutex initialization will
davidxu
2005-12-16
3
-9
/
+19
*
/* You're not supposed to hit this problem */
phk
2005-12-13
1
-2
/
+2
*
Fix prototype.
ru
2005-11-23
2
-2
/
+2
*
Use the correct function name as .Nm argument.
brueffer
2005-09-18
1
-1
/
+1
*
Move the declaration of __cleanup to libc_private.h as it is used in both
stefanf
2005-09-12
2
-2
/
+3
*
Remove references to nonexistent "FreeBSD Security Architecture" document.
tjr
2005-09-05
3
-15
/
+0
*
Include <sys/types.h> and <limits.h> ourselves, don't assume they are included
stefanf
2005-08-20
2
-0
/
+2
*
Speed up __wcsconv() (and hence the printf() %ls format):
tjr
2005-07-24
1
-34
/
+30
*
The header glue.h should provide just a declaration for the variable
stefanf
2005-05-13
1
-1
/
+2
*
The correct description for mode "w" is
des
2005-05-04
1
-1
/
+1
*
Be bug-for-bug compatible with the C standard with respect to
das
2005-04-16
2
-4
/
+16
*
Remove unused variable.
stefanf
2005-04-08
1
-3
/
+2
*
Fix EOVERFLOW detection in vswprintf(3)
fjoe
2005-02-21
1
-4
/
+5
*
Sort sections.
ru
2005-01-20
3
-55
/
+55
*
Scheduled mdoc(7) sweep.
ru
2005-01-11
1
-1
/
+3
*
Document that the length modifier l is ignored for floating point
stefanf
2004-10-16
1
-1
/
+3
*
Don't add integers to void pointers.
stefanf
2004-10-03
1
-1
/
+2
*
Don't forget to va_end() the va_list we get from va_copy().
des
2004-08-26
2
-0
/
+2
*
note that it is the caller's responsibility to free any buffer passed
alfred
2004-08-24
1
-0
/
+5
*
Fix an off-by-one bug that caused the first character of the buffer to
tjr
2004-08-06
1
-2
/
+1
[next]