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
/
fputws.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r320472,r320508,r320509:
kib
2017-07-13
1
-10
/
+10
*
Avoid possible cast degradation.
pfg
2014-07-22
1
-1
/
+1
*
As noted by Peter Jeremy, r234528 only partially fixed the infinite
das
2012-04-21
1
-1
/
+1
*
Fix a bug introduced in r187302 that was causing fputws() to enter an
das
2012-04-21
1
-1
/
+1
*
Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a
theraven
2011-11-20
1
-2
/
+15
*
Introduce a local variable and use it instead of passed in parameter
rdivacky
2009-01-15
1
-1
/
+3
*
Next stage of stdio cleanup: Retire __sFILEX and merge the fields back into
jhb
2008-04-17
1
-1
/
+1
*
Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are
tjr
2004-07-21
1
-1
/
+2
*
Use __wcsrtombs() and __sfvwrite() to convert and write the wide character
tjr
2004-07-21
1
-8
/
+25
*
Lock the file once per call and use the unlocked fgetwc()/fputwc() variants.
tjr
2002-09-20
1
-3
/
+6
*
Reimplement the functionality of fgetrune(), fputrune(), and fungetrune()
tjr
2002-09-18
1
-2
/
+1
*
Style: One space between "restrict" qualifier and "*".
tjr
2002-09-06
1
-1
/
+1
*
Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),
tjr
2002-08-13
1
-0
/
+51