summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fgetwc.c
AgeCommit message (Expand)Author
2012-03-15- ansify, knf.christos
2012-03-13PR/45989: Martin Husemann: lint invocation does include -w only on i386christos
2009-10-25revert some of dsl's changes to make things build on i386; he can undo whatchristos
2009-10-25Lint is differentially far too picky...dsl
2009-10-24Remove a load of pointless casts - one that even lint doesn't bleat about.dsl
2007-04-01oops, fix miss-increment fp->_p.tnozaki
2007-04-01mbrtowc(3) never return correct multibyte length of L'\0'.tnozaki
2007-04-01don't use __sgetc() to avoid overwriting fwide(3) orientationtnozaki
2006-07-03SUSv3 said, if an encoding error occurs, the error indicatortnozaki
2005-06-12Add missing __RCSID()lukem
2003-03-07add fgetws() and fputws() (lib/20576).tshiozak
2003-01-18Merge the nathanw_sa branch.thorpej
2001-12-07- make FILE structure extensible without breaking binary-compatibility.yamt