acadia-newlib/newlib/libc/stdio
Jeff Johnston b334e6660a 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/stdio/local.h (CHECK_INIT): Evaluate argument only once.
	(CHECK_STD_INIT): Likewise.
	* libc/stdio/fgetc.c (fgetc): Use local variable for _REENT.
	* libc/stdio/fgetwc.c (fwgetc): Likewise.
	* libc/stdio/fgetws.c (fgetws): Likewise.
	* libc/stdio/fputc.c (fputc): Likewise.
	* libc/stdio/fputwc.c (fputwc): Likewise.
	* libc/stdio/fputws.c (fputws): Likewise.
	* libc/stdio/getc.c (getc): Likewise.
	* libc/stdio/getchar.c (_getchar_r): Likewise.
	* libc/stdio/putc.c (putc): Likewise.
	* libc/stdio/putchar.c (putchar): Likewise.
	* libc/stdio/scanf.c (scanf): Likewise.
	* libc/stdio/setvbuf.c (setvbuf): Likewise.
	* libc/stdio/ungetwc.c (ungetwc): Likewise.
	* libc/stdio/vfscanf.c (VFSCANF): Likewise.
	* libc/stdio/vfwscanf.c (VFWSCANF): Likewise.
	* libc/stdio/viprintf.c (viprintf): Likewise.
	* libc/stdio/viscanf.c (viscanf): Likewise.
	* libc/stdio/vprintf.c (vprintf): Likewise.
	* libc/stdio/vscanf.c (vscanf): Likewise.
	* libc/stdio/vwprintf.c (vwprintf): Likewise.
	* libc/stdio/vwscanf.c (vwscanf): Likewise.
	* libc/stdio/wscanf.c (wscanf): Likewise.
	* libc/stdlib/ecvtbuf.c (fcvtbuf): Likewise.
	(fcvtbuf): Likewise.
	(ecvtbuf): Likewise.
	(ecvtbuf): Likewise.
	* libc/stdlib/mblen.c (mblen): Likewise.
	* libc/stdlib/mbrlen.c (mbrlen): Likewise.
	* libc/stdlib/mbrtowc.c (mbrtowc): Likewise.
	* libc/stdlib/mbtowc.c (mbtowc): Likewise.
	* libc/stdlib/rand.c (srand): Likewise.
	(rand): Likewise.
	* libc/stdlib/wcrtomb.c (wcrtomb): Likewise.
	* libc/stdlib/wctob.c (wctob): Likewise.
	* libc/stdlib/wctomb.c (wctomb): Likewise.
	* libc/string/strtok.c (strtok): Likewise.
	* libc/time/asctime.c (asctime): Likewise.
	* libc/time/gmtime.c (gmtime): Likewise.
	* libc/time/lcltime.c (lcltime): Likewise.
2013-04-29 21:06:23 +00:00
..
Makefile.am * acconfig.h (_WCHAR_ORIENT): Undef 2013-04-12 12:05:31 +00:00
Makefile.in * acconfig.h (_WCHAR_ORIENT): Undef 2013-04-12 12:05:31 +00:00
asiprintf.c Throughout, run newlib with -Wall -Werror option and fix bugs and 2012-08-08 11:04:18 +00:00
asniprintf.c
asnprintf.c
asprintf.c Throughout, run newlib with -Wall -Werror option and fix bugs and 2012-08-08 11:04:18 +00:00
clearerr.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 2012-05-30 08:58:42 +00:00
diprintf.c
dprintf.c
fclose.c 2013-03-26 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-03-26 16:07:55 +00:00
fcloseall.c
fdopen.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 2012-05-30 08:58:42 +00:00
feof.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 2012-05-30 08:58:42 +00:00
ferror.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 2012-05-30 08:58:42 +00:00
fflush.c 2013-04-10 Bin Cheng <bin.cheng@arm.com> 2013-04-10 18:47:46 +00:00
fgetc.c 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-29 21:06:23 +00:00
fgetpos.c
fgets.c * libc/stdlib/btowc.c (btowc): Cast to avoid compiler warning. 2012-08-10 15:21:57 +00:00
fgetwc.c 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-29 21:06:23 +00:00
fgetws.c 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-29 21:06:23 +00:00
fileno.c * libc/stdio/fileno.c (fileno): Check if f is a valid stream. If not, 2012-07-09 12:13:16 +00:00
findfp.c 2013-04-25 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-25 15:29:19 +00:00
fiprintf.c
fiscanf.c
flags.c * libc/stdio/flags.c (__sflags): Guard against using O_BINARY on systems which 2012-08-23 04:19:59 +00:00
floatio.h
fmemopen.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 2012-05-30 08:58:42 +00:00
fopen.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 2012-05-30 08:58:42 +00:00
fopencookie.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 2012-05-30 08:58:42 +00:00
fprintf.c
fpurge.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 2012-05-30 08:58:42 +00:00
fputc.c 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-29 21:06:23 +00:00
fputs.c * acconfig.h (_FVWRITE_IN_STREAMIO): Undefine. 2013-03-27 09:38:39 +00:00
fputwc.c 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-29 21:06:23 +00:00
fputws.c 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-29 21:06:23 +00:00
fread.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 2012-05-30 08:58:42 +00:00
freopen.c 2013-03-26 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-03-26 16:07:55 +00:00
fscanf.c * libc/stdio/fscanf.c (fscanf): Call _vfscanf_r instead of __svfscanf_r 2011-07-15 08:04:17 +00:00
fseek.c * libc/include/sys/reent.h (__sFILE): Change type of _offset 2012-11-29 16:28:30 +00:00
fseeko.c 2013-04-10 Bin Cheng <bin.cheng@arm.com> 2013-04-10 18:47:46 +00:00
fsetpos.c
ftell.c * libc/include/sys/reent.h (__sFILE): Change type of _offset 2012-11-29 16:28:30 +00:00
ftello.c * libc/include/sys/reent.h (__sFILE): Change type of _offset 2012-11-29 16:28:30 +00:00
funopen.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 2012-05-30 08:58:42 +00:00
fvwrite.c * fvwrite.c (__sfvwrite_r): Set __SMBF flag to avoid double free in 2011-12-20 09:06:58 +00:00
fvwrite.h
fwalk.c * libc/stdio/fclose.c: Only use sfp lock to guard non-atomic 2011-01-28 10:49:11 +00:00
fwide.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 2012-05-30 08:58:42 +00:00
fwprintf.c
fwrite.c * acconfig.h (_FVWRITE_IN_STREAMIO): Undefine. 2013-03-27 09:38:39 +00:00
fwscanf.c * libc/stdio/fscanf.c (fscanf): Call _vfscanf_r instead of __svfscanf_r 2011-07-15 08:04:17 +00:00
getc.c 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-29 21:06:23 +00:00
getc_u.c
getchar.c 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-29 21:06:23 +00:00
getchar_u.c
getdelim.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 2012-05-30 08:58:42 +00:00
getline.c
gets.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 2012-05-30 08:58:42 +00:00
getw.c
getwc.c
getwchar.c
iprintf.c
iscanf.c
local.h 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-29 21:06:23 +00:00
makebuf.c 2013-04-10 Bin Cheng <bin.cheng@arm.com> 2013-04-10 18:47:46 +00:00
mktemp.c Throughout, run newlib with -Wall -Werror option and fix bugs and 2012-08-08 11:04:18 +00:00
open_memstream.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 2012-05-30 08:58:42 +00:00
perror.c strerror: allow user hook to comply with POSIX rules 2011-05-25 18:41:10 +00:00
printf.c
putc.c 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-29 21:06:23 +00:00
putc_u.c
putchar.c 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-29 21:06:23 +00:00
putchar_u.c
puts.c * acconfig.h (_FVWRITE_IN_STREAMIO): Undefine. 2013-03-27 09:38:39 +00:00
putw.c
putwc.c
putwchar.c
refill.c * libc/stdio/fclose.c: Only use sfp lock to guard non-atomic 2011-01-28 10:49:11 +00:00
remove.c
rename.c
rewind.c
rget.c
scanf.c 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-29 21:06:23 +00:00
sccl.c
setbuf.c
setbuffer.c
setlinebuf.c
setvbuf.c 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-29 21:06:23 +00:00
siprintf.c
siscanf.c
sniprintf.c
snprintf.c
sprintf.c * libc/stdio/sprintf.c: Document 'm' conversion specifier. 2012-01-13 09:13:57 +00:00
sscanf.c
stdio.c
stdio.tex
swprintf.c * libc/stdio/sprintf.c: Document 'm' conversion specifier. 2012-01-13 09:13:57 +00:00
swscanf.c
tmpfile.c
tmpnam.c
ungetc.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 2012-05-30 08:58:42 +00:00
ungetwc.c 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-29 21:06:23 +00:00
vasiprintf.c Throughout, run newlib with -Wall -Werror option and fix bugs and 2012-08-08 11:04:18 +00:00
vasniprintf.c
vasnprintf.c
vasprintf.c Throughout, run newlib with -Wall -Werror option and fix bugs and 2012-08-08 11:04:18 +00:00
vdiprintf.c
vdprintf.c
vfieeefp.h * libc/stdio/vfieeefp.h (ldieee): Fix typo. 2013-04-08 09:34:35 +00:00
vfprintf.c * acconfig.h (_WCHAR_ORIENT): Undef 2013-04-12 12:05:31 +00:00
vfscanf.c 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-29 21:06:23 +00:00
vfwprintf.c * acconfig.h (_FVWRITE_IN_STREAMIO): Undefine. 2013-03-27 09:38:39 +00:00
vfwscanf.c 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-29 21:06:23 +00:00
viprintf.c 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-29 21:06:23 +00:00
viscanf.c 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-29 21:06:23 +00:00
vprintf.c 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-29 21:06:23 +00:00
vscanf.c 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-29 21:06:23 +00:00
vsiprintf.c 2011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org> 2011-08-19 17:00:32 +00:00
vsiscanf.c
vsniprintf.c 2011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org> 2011-08-19 17:00:32 +00:00
vsnprintf.c 2011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org> 2011-08-19 17:00:32 +00:00
vsprintf.c 2011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org> 2011-08-19 17:00:32 +00:00
vsscanf.c
vswprintf.c
vswscanf.c
vwprintf.c 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-29 21:06:23 +00:00
vwscanf.c 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-29 21:06:23 +00:00
wbuf.c printf: set errno for read-only stream 2011-06-14 03:56:05 +00:00
wprintf.c
wscanf.c 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-29 21:06:23 +00:00
wsetup.c printf: set errno for read-only stream 2011-06-14 03:56:05 +00:00