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
/
ungetwc.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
*
Include <sys/types.h> and <limits.h> ourselves, don't assume they are included
stefanf
2005-08-20
1
-0
/
+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
/
+2
*
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
-1
/
+3
*
Add an unlocked version of ungetwc(), __ungetwc(), that __vfwscanf()
tjr
2002-09-22
1
-9
/
+21
*
Lock and unlock the file once per call and use the unlocked version of
tjr
2002-09-20
1
-7
/
+11
*
Reimplement the functionality of fgetrune(), fputrune(), and fungetrune()
tjr
2002-09-18
1
-2
/
+15
*
Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),
tjr
2002-08-13
1
-0
/
+46