You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ivan Grokhotkov 1d01586b62 newlib: fvprintf: fix get_arg for !_MB_CAPABLE 9 years ago
..
Makefile.am stdio: Fix make rule override 9 years ago
Makefile.in makedoc: make errors visible 9 years ago
asiprintf.c Throughout, run newlib with -Wall -Werror option and fix bugs and 14 years ago
asniprintf.c 2008-12-11 Craig Howland <howland@LGSInnovations.com> 18 years ago
asnprintf.c 2014-07-04 Bin Cheng <bin.cheng@arm.com> 12 years ago
asprintf.c 2014-07-04 Bin Cheng <bin.cheng@arm.com> 12 years ago
clearerr.c stdio: remove TRAD_SYNOPSIS 9 years ago
clearerr_u.c Implement BSD/GNU unlocked stdio extensions. 12 years ago
diprintf.c stdio: remove TRAD_SYNOPSIS 9 years ago
dprintf.c stdio: remove TRAD_SYNOPSIS 9 years ago
fclose.c stdio: remove TRAD_SYNOPSIS 9 years ago
fcloseall.c stdio: remove TRAD_SYNOPSIS 9 years ago
fdopen.c stdio: remove TRAD_SYNOPSIS 9 years ago
feof.c stdio: remove TRAD_SYNOPSIS 9 years ago
feof_u.c Implement BSD/GNU unlocked stdio extensions. 12 years ago
ferror.c stdio: remove TRAD_SYNOPSIS 9 years ago
ferror_u.c Implement BSD/GNU unlocked stdio extensions. 12 years ago
fflush.c stdio: remove TRAD_SYNOPSIS 9 years ago
fflush_u.c Implement BSD/GNU unlocked stdio extensions. 12 years ago
fgetc.c stdio: remove TRAD_SYNOPSIS 9 years ago
fgetc_u.c Implement BSD/GNU unlocked stdio extensions. 12 years ago
fgetpos.c stdio: remove TRAD_SYNOPSIS 9 years ago
fgets.c stdio: remove TRAD_SYNOPSIS 9 years ago
fgets_u.c Implement BSD/GNU unlocked stdio extensions. 12 years ago
fgetwc.c stdio: remove TRAD_SYNOPSIS 9 years ago
fgetwc_u.c Implement BSD/GNU unlocked stdio extensions. 12 years ago
fgetws.c stdio: remove TRAD_SYNOPSIS 9 years ago
fgetws_u.c Implement BSD/GNU unlocked stdio extensions. 12 years ago
fileno.c stdio: remove TRAD_SYNOPSIS 9 years ago
fileno_u.c Implement BSD/GNU unlocked stdio extensions. 12 years ago
findfp.c Introduce _REENT_GLOBAL_STDIO_STREAMS 9 years ago
fiprintf.c Add support for asnprintf, and improve *printf documentation. 20 years ago
fiscanf.c 2004-11-23 Jeff Johnston <jjohnstn@redhat.com> 22 years ago
flags.c * libc/stdio/flags.c (__sflags): Guard against using O_BINARY on systems which 14 years ago
floatio.h 2000-12-06 Jeff Johnston <jjohnstn@redhat.com> 26 years ago
fmemopen.c stdio: remove TRAD_SYNOPSIS 9 years ago
fopen.c stdio: remove TRAD_SYNOPSIS 9 years ago
fopencookie.c stdio: remove TRAD_SYNOPSIS 9 years ago
fprintf.c 2014-07-04 Bin Cheng <bin.cheng@arm.com> 12 years ago
fpurge.c stdio: remove TRAD_SYNOPSIS 9 years ago
fputc.c stdio: remove TRAD_SYNOPSIS 9 years ago
fputc_u.c Implement BSD/GNU unlocked stdio extensions. 12 years ago
fputs.c stdio: remove TRAD_SYNOPSIS 9 years ago
fputs_u.c Implement BSD/GNU unlocked stdio extensions. 12 years ago
fputwc.c stdio: remove TRAD_SYNOPSIS 9 years ago
fputwc_u.c Implement BSD/GNU unlocked stdio extensions. 12 years ago
fputws.c stdio: remove TRAD_SYNOPSIS 9 years ago
fputws_u.c Implement BSD/GNU unlocked stdio extensions. 12 years ago
fread.c stdio: remove TRAD_SYNOPSIS 9 years ago
fread_u.c Implement BSD/GNU unlocked stdio extensions. 12 years ago
freopen.c stdio: remove TRAD_SYNOPSIS 9 years ago
fscanf.c 2014-07-04 Bin Cheng <bin.cheng@arm.com> 12 years ago
fseek.c stdio: remove TRAD_SYNOPSIS 9 years ago
fseeko.c stdio: remove TRAD_SYNOPSIS 9 years ago
fsetlocking.c stdio: remove TRAD_SYNOPSIS 9 years ago
fsetpos.c stdio: remove TRAD_SYNOPSIS 9 years ago
ftell.c stdio: remove TRAD_SYNOPSIS 9 years ago
ftello.c newlib: ftello{64}: Handle appending stream without fflushing 9 years ago
funopen.c stdio: remove TRAD_SYNOPSIS 9 years ago
fvwrite.c * libc/stdio/fvwrite.c: Allow writing in larger chunks for fully 13 years ago
fvwrite.h * libc/stdio/fvwrite.h: change type of uio_resid from int to size_t to 13 years ago
fwalk.c * libc/stdio/fwalk.c (_fwalk_reent): Remove redundant test. 12 years ago
fwide.c stdio: remove TRAD_SYNOPSIS 9 years ago
fwprintf.c 2013-11-26 Julio Gutierrez <jgutleyva@gmail.com> 13 years ago
fwrite.c stdio: remove TRAD_SYNOPSIS 9 years ago
fwrite_u.c Implement BSD/GNU unlocked stdio extensions. 12 years ago
fwscanf.c 2013-11-26 Julio Gutierrez <jgutleyva@gmail.com> 13 years ago
getc.c stdio: remove TRAD_SYNOPSIS 9 years ago
getc_u.c 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 18 years ago
getchar.c stdio: remove TRAD_SYNOPSIS 9 years ago
getchar_u.c Correct a non-ANSI prototype in SYNOPSIS 11 years ago
getdelim.c stdio: remove TRAD_SYNOPSIS 9 years ago
getline.c stdio: remove TRAD_SYNOPSIS 9 years ago
gets.c stdio: remove TRAD_SYNOPSIS 9 years ago
getw.c stdio: remove TRAD_SYNOPSIS 9 years ago
getwc.c 2008-12-10 Corinna Vinschen <corinna@vinschen.de> 18 years ago
getwc_u.c Implement BSD/GNU unlocked stdio extensions. 12 years ago
getwchar.c stdio: remove TRAD_SYNOPSIS 9 years ago
getwchar_u.c Implement BSD/GNU unlocked stdio extensions. 12 years ago
iprintf.c Add support for asnprintf, and improve *printf documentation. 20 years ago
iscanf.c 2005-02-07 Antony King <antony.king@st.com> 22 years ago
local.h Enable _REENT_GLOBAL_STDIO_STREAMS for RTEMS 9 years ago
makebuf.c 2016-12-15 Giuseppe Musumeci <giuseppe.musumeci@broadcom.com> 10 years ago
mktemp.c stdio: remove TRAD_SYNOPSIS 9 years ago
nano-vfprintf.c fix incompatible pointer type for va_list in nano versions of printf and scanf for target like PowerPC 9 years ago
nano-vfprintf_float.c 2014-07-04 Bin Cheng <bin.cheng@arm.com> 12 years ago
nano-vfprintf_i.c * libc/stdio/nano-vfprintf_i.c (_printf_i): Use LONGINT when void* is 12 years ago
nano-vfprintf_local.h 2014-07-04 Bin Cheng <bin.cheng@arm.com> 12 years ago
nano-vfscanf.c fix incompatible pointer type for va_list in nano versions of printf and scanf for target like PowerPC 9 years ago
nano-vfscanf_float.c 2014-07-04 Bin Cheng <bin.cheng@arm.com> 12 years ago
nano-vfscanf_i.c 2014-07-04 Bin Cheng <bin.cheng@arm.com> 12 years ago
nano-vfscanf_local.h 2014-07-04 Bin Cheng <bin.cheng@arm.com> 12 years ago
open_memstream.c stdio: remove TRAD_SYNOPSIS 9 years ago
perror.c stdio: remove TRAD_SYNOPSIS 9 years ago
printf.c 2014-07-04 Bin Cheng <bin.cheng@arm.com> 12 years ago
putc.c stdio: remove TRAD_SYNOPSIS 9 years ago
putc_u.c 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 18 years ago
putchar.c stdio: remove TRAD_SYNOPSIS 9 years ago
putchar_u.c 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 18 years ago
puts.c stdio: remove TRAD_SYNOPSIS 9 years ago
putw.c stdio: remove TRAD_SYNOPSIS 9 years ago
putwc.c 2008-12-10 Corinna Vinschen <corinna@vinschen.de> 18 years ago
putwc_u.c Implement BSD/GNU unlocked stdio extensions. 12 years ago
putwchar.c stdio: remove TRAD_SYNOPSIS 9 years ago
putwchar_u.c Implement BSD/GNU unlocked stdio extensions. 12 years ago
refill.c * libc/stdio/fclose.c: Only use sfp lock to guard non-atomic 16 years ago
remove.c stdio: remove TRAD_SYNOPSIS 9 years ago
rename.c stdio: remove TRAD_SYNOPSIS 9 years ago
rewind.c stdio: remove TRAD_SYNOPSIS 9 years ago
rget.c 2008-03-11 Jeff Johnston <jjohnstn@redhat.com> 19 years ago
scanf.c 2014-07-04 Bin Cheng <bin.cheng@arm.com> 12 years ago
sccl.c 2004-11-23 Jeff Johnston <jjohnstn@redhat.com> 22 years ago
setbuf.c stdio: remove TRAD_SYNOPSIS 9 years ago
setbuffer.c stdio: remove TRAD_SYNOPSIS 9 years ago
setlinebuf.c stdio: remove TRAD_SYNOPSIS 9 years ago
setvbuf.c stdio: remove TRAD_SYNOPSIS 9 years ago
siprintf.c stdio: remove TRAD_SYNOPSIS 9 years ago
siscanf.c stdio: remove TRAD_SYNOPSIS 9 years ago
sniprintf.c 2008-04-14 Jeff Johnston <jjohnstn@redhat.com> 19 years ago
snprintf.c 2014-07-04 Bin Cheng <bin.cheng@arm.com> 12 years ago
sprintf.c stdio: remove TRAD_SYNOPSIS 9 years ago
sscanf.c stdio: remove TRAD_SYNOPSIS 9 years ago
stdio.c * libc/include/stdio.h (funopen): Change prototype of 13 years ago
stdio.tex Fix makedoc markup used in texinfo source 11 years ago
stdio_ext.c stdio: remove TRAD_SYNOPSIS 9 years ago
swprintf.c stdio: remove TRAD_SYNOPSIS 9 years ago
swscanf.c stdio: remove TRAD_SYNOPSIS 9 years ago
tmpfile.c stdio: remove TRAD_SYNOPSIS 9 years ago
tmpnam.c stdio: remove TRAD_SYNOPSIS 9 years ago
ungetc.c stdio: remove TRAD_SYNOPSIS 9 years ago
ungetwc.c stdio: remove TRAD_SYNOPSIS 9 years ago
vasiprintf.c Throughout, run newlib with -Wall -Werror option and fix bugs and 14 years ago
vasniprintf.c 2008-12-11 Craig Howland <howland@LGSInnovations.com> 18 years ago
vasnprintf.c 2014-07-04 Bin Cheng <bin.cheng@arm.com> 12 years ago
vasprintf.c 2014-07-04 Bin Cheng <bin.cheng@arm.com> 12 years ago
vdiprintf.c 2008-03-07 Jeff Johnston <jjohnstn@redhat.com> 19 years ago
vdprintf.c 2014-07-04 Bin Cheng <bin.cheng@arm.com> 12 years ago
vfieeefp.h Add __packed to struct ldieee 9 years ago
vfprintf.c newlib: fvprintf: fix get_arg for !_MB_CAPABLE 9 years ago
vfscanf.c newlib: vfscanf: Implement %l[ 9 years ago
vfwprintf.c stdio: remove TRAD_SYNOPSIS 9 years ago
vfwscanf.c newlib: vfwscanf: fix negation bug in %[ conversion 9 years ago
viprintf.c stdio: remove TRAD_SYNOPSIS 9 years ago
viscanf.c stdio: remove TRAD_SYNOPSIS 9 years ago
vprintf.c 2014-07-04 Bin Cheng <bin.cheng@arm.com> 12 years ago
vscanf.c 2014-07-04 Bin Cheng <bin.cheng@arm.com> 12 years ago
vsiprintf.c 2011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org> 15 years ago
vsiscanf.c * libc/include/wchar.h (fwscanf, swscanf, vfwscanf, vswscanf, vwscanf, 18 years ago
vsniprintf.c 2011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org> 15 years ago
vsnprintf.c 2014-07-04 Bin Cheng <bin.cheng@arm.com> 12 years ago
vsprintf.c 2014-07-04 Bin Cheng <bin.cheng@arm.com> 12 years ago
vsscanf.c 2014-07-04 Bin Cheng <bin.cheng@arm.com> 12 years ago
vswprintf.c 2013-11-26 Julio Gutierrez <jgutleyva@gmail.com> 13 years ago
vswscanf.c 2013-11-26 Julio Gutierrez <jgutleyva@gmail.com> 13 years ago
vwprintf.c 2013-11-26 Julio Gutierrez <jgutleyva@gmail.com> 13 years ago
vwscanf.c 2013-11-26 Julio Gutierrez <jgutleyva@gmail.com> 13 years ago
wbuf.c printf: set errno for read-only stream 15 years ago
wprintf.c 2013-11-26 Julio Gutierrez <jgutleyva@gmail.com> 13 years ago
wscanf.c 2013-11-26 Julio Gutierrez <jgutleyva@gmail.com> 13 years ago
wsetup.c printf: set errno for read-only stream 15 years ago