Home | History | Annotate | Download | only in stdio
History log of /src/lib/libc/stdio/fgetwc.c
RevisionDateAuthorComments
 1.13  15-Mar-2012  christos - ansify, knf.
- no functional changes
 1.12  13-Mar-2012  christos PR/45989: Martin Husemann: lint invocation does include -w only on i386

- turn lint -w for all the platforms after fixing the lint warnings.
- add _DIAGASSERTS() for casts that would assign values to types that
would not fit.
- change types, add casts
- change into ansii prototypes
- turn on _DIAGNOSTIC for libc (during current, to be eliminated for release
builds)

approved by core@
 1.11  25-Oct-2009  christos branches: 1.11.6;
revert some of dsl's changes to make things build on i386; he can undo what
he wants when he comes back.
 1.10  25-Oct-2009  dsl Lint is differentially far too picky...
Remove some warnings that only appear on i386 (not on amd64) and that
for some reason best known to others are deemed fatal for i386.
Making this code 'pass lint' does absolutely nothing for its readability (etc).
 1.9  24-Oct-2009  dsl Remove a load of pointless casts - one that even lint doesn't bleat about.
 1.8  01-Apr-2007  tnozaki oops, fix miss-increment fp->_p.
 1.7  01-Apr-2007  tnozaki mbrtowc(3) never return correct multibyte length of L'\0'.
 1.6  01-Apr-2007  tnozaki don't use __sgetc() to avoid overwriting fwide(3) orientation
(__srget() call by __sgetc() uses _SET_ORIENTATION macro).
 1.5  03-Jul-2006  tnozaki SUSv3 said, if an encoding error occurs, the error indicator
for the stream shall be set.
 1.4  12-Jun-2005  lukem Add missing __RCSID()
 1.3  07-Mar-2003  tshiozak add fgetws() and fputws() (lib/20576).

Note: fgetws.c, fgetws.3, fputws.c and fputws.3 are obtained from FreeBSD,
and fitted by sigsegv@infoseek.jp and me.
 1.2  18-Jan-2003  thorpej Merge the nathanw_sa branch.
 1.1  07-Dec-2001  yamt branches: 1.1.2;
- make FILE structure extensible without breaking binary-compatibility.
- add fputwc, fgetwc, fwide and related functions.
- add hooks needed to maintain the orientation of file stream.
 1.1.2.3  06-Feb-2002  nathanw #include "reentrant.h" before "local.h" so that the thread types used
in fileext.h are avaliable.
 1.1.2.2  28-Jan-2002  nathanw Catch up to -current.
 1.1.2.1  07-Dec-2001  nathanw file fgetwc.c was added on branch nathanw_sa on 2002-01-28 20:50:53 +0000
 1.11.6.1  17-Apr-2012  yamt sync with head

RSS XML Feed