doc: document sticky-EOF issue
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 16 Sep 2012 17:37:16 +0000 (10:37 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 16 Sep 2012 17:37:55 +0000 (10:37 -0700)
commitead34780b88448b7ccd9ffd18968a3cef76aa14c
treef6ea89f4897b791f351b35610db7eacef7239608
parentc3d1ccfdb375b4cb1b912116c084a61422ef47e3
doc: document sticky-EOF issue

* doc/posix-functions/fgetc.texi (fgetc):
* doc/posix-functions/fgets.texi (fgets):
* doc/posix-functions/fread.texi (fread):
* doc/posix-functions/fscanf.texi (fscanf):
* doc/posix-functions/getc.texi (getc):
* doc/posix-functions/getchar.texi (getchar):
* doc/posix-functions/scanf.texi (scanf):
Mention that glibc and default Solaris do not conform to
C99 and POSIX-2001 or later, with respect to how getchar
etc. behave when feof reports nonzero.
ChangeLog
doc/posix-functions/fgetc.texi
doc/posix-functions/fgets.texi
doc/posix-functions/fread.texi
doc/posix-functions/fscanf.texi
doc/posix-functions/getc.texi
doc/posix-functions/getchar.texi
doc/posix-functions/scanf.texi