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
/
fgetwc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Next stage of stdio cleanup: Retire __sFILEX and merge the fields back into
jhb
2008-04-17
1
-1
/
+1
*
Call __mbrtowc() and __wcrtomb() directly instead of taking detours
tjr
2004-07-20
1
-1
/
+2
*
Slightly reorganize and simplify.
tjr
2004-07-09
1
-24
/
+11
*
Perform conversions straight from the stream buffer instead of scanning
tjr
2004-05-22
1
-18
/
+19
*
Associate a multibyte conversion state object with each stream. Reset it
tjr
2004-05-22
1
-16
/
+13
*
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
*
Set the error bit on the stream if an encoding error occurs. Improve
tjr
2002-10-16
1
-0
/
+1
*
Introduce unlocked versions of fputwc() and fgetwc() called __fputwc()
tjr
2002-09-20
1
-7
/
+21
*
Optimise the common case where no special encoding is in use (LC_CTYPE is "C"
tjr
2002-09-18
1
-3
/
+25
*
Logic error in previous: don't exit the loop when an incomplete multibyte
tjr
2002-09-18
1
-1
/
+1
*
Reimplement the functionality of fgetrune(), fputrune(), and fungetrune()
tjr
2002-09-18
1
-11
/
+27
*
Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),
tjr
2002-08-13
1
-0
/
+56