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
/
fputwc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a
theraven
2011-11-20
1
-4
/
+16
*
Next stage of stdio cleanup: Retire __sFILEX and merge the fields back into
jhb
2008-04-17
1
-2
/
+1
*
Call __mbrtowc() and __wcrtomb() directly instead of taking detours
tjr
2004-07-20
1
-1
/
+2
*
Associate a multibyte conversion state object with each stream. Reset it
tjr
2004-05-22
1
-5
/
+3
*
Prepare to handle trivial state-dependent encodings. Full support for
tjr
2004-04-07
1
-1
/
+4
*
Pass mbrtowc() and wcrtomb() NULL instead of a pointer to a freshly zeroed
tjr
2003-11-04
1
-3
/
+1
*
Fix a typo that caused the optimized single-byte locale path not to be taken.
tjr
2003-11-01
1
-1
/
+1
*
Set the error bit on the stream if an encoding error occurs. Improve
tjr
2002-10-16
1
-1
/
+3
*
Introduce unlocked versions of fputwc() and fgetwc() called __fputwc()
tjr
2002-09-20
1
-11
/
+21
*
Optimise the common case where no special encoding is in use (LC_CTYPE is "C"
tjr
2002-09-18
1
-5
/
+23
*
Reimplement the functionality of fgetrune(), fputrune(), and fungetrune()
tjr
2002-09-18
1
-2
/
+13
*
Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),
tjr
2002-08-13
1
-0
/
+46