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.
 
 
 
 
 
 
Corinna Vinschen 1772168778 * libc/stdio/vfprintf.c (__sbprintf): Fix comment. 14 years ago
..
Makefile.am Add fpurge. 17 years ago
Makefile.in 2011-12-19 Jeff Johnston <jjohnstn@redhat.com> 15 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 2008-11-24 Craig Howland <howland@LGSInnovations.com> 18 years ago
asprintf.c Throughout, run newlib with -Wall -Werror option and fix bugs and 14 years ago
clearerr.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
diprintf.c 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 18 years ago
dprintf.c 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 18 years ago
fclose.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
fcloseall.c 2004-04-23 Artem B. Bityuckiy <abitytsky@softminecorp.com> 23 years ago
fdopen.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
feof.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
ferror.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
fflush.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
fgetc.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
fgetpos.c 2005-02-07 Antony King <antony.king@st.com> 22 years ago
fgets.c * libc/stdlib/btowc.c (btowc): Cast to avoid compiler warning. 14 years ago
fgetwc.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
fgetws.c * libc/stdio/fgetws.c (_fgetws_r): Call _mbsnrtowcs_r rather than 14 years ago
fileno.c * libc/stdio/fileno.c (fileno): Check if f is a valid stream. If not, 14 years ago
findfp.c * libc/stdio/findfp.c (__sinit): Avoid infinite recursion on 14 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 * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
fopen.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
fopencookie.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
fprintf.c Add support for asnprintf, and improve *printf documentation. 20 years ago
fpurge.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
fputc.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
fputs.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
fputwc.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
fputws.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
fread.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
freopen.c Throughout, run newlib with -Wall -Werror option and fix bugs and 14 years ago
fscanf.c * libc/stdio/fscanf.c (fscanf): Call _vfscanf_r instead of __svfscanf_r 15 years ago
fseek.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
fseeko.c 2004-04-23 Artem B. Bityuckiy <abitytsky@softminecorp.com> 23 years ago
fsetpos.c 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 18 years ago
ftell.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
ftello.c 2004-04-23 Artem B. Bityuckiy <abitytsky@softminecorp.com> 23 years ago
funopen.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
fvwrite.c * fvwrite.c (__sfvwrite_r): Set __SMBF flag to avoid double free in 15 years ago
fvwrite.h 2007-03-15 Eric Blake <ebb9@byu.net> 20 years ago
fwalk.c * libc/stdio/fclose.c: Only use sfp lock to guard non-atomic 16 years ago
fwide.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
fwprintf.c * libc/include/stdio.h (__VALIST): Guard against multiple definition. 18 years ago
fwrite.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
fwscanf.c * libc/stdio/fscanf.c (fscanf): Call _vfscanf_r instead of __svfscanf_r 15 years ago
getc.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
getc_u.c 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 18 years ago
getchar.c 2006-06-14 Jeff Johnston <jjohnstn@redhat.com> 20 years ago
getchar_u.c 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 18 years ago
getdelim.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
getline.c 2004-04-23 Artem B. Bityuckiy <abitytsky@softminecorp.com> 23 years ago
gets.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
getw.c 2005-10-28 Bob Wilson <bob.wilson@acm.org> 21 years ago
getwc.c 2008-12-10 Corinna Vinschen <corinna@vinschen.de> 18 years ago
getwchar.c 2008-12-12 Ralf Corsepius <ralf.corsepius@rtems.org> 18 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 * libc/stdio/local.h (_newlib_sfp_lock_exit): Fix typo in non-pthread 14 years ago
makebuf.c 2008-01-03 Jeff Johnston <jjohnstn@redhat.com> 19 years ago
mktemp.c Throughout, run newlib with -Wall -Werror option and fix bugs and 14 years ago
open_memstream.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
perror.c strerror: allow user hook to comply with POSIX rules 15 years ago
printf.c Add support for asnprintf, and improve *printf documentation. 20 years ago
putc.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
putc_u.c 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 18 years ago
putchar.c 2006-06-14 Jeff Johnston <jjohnstn@redhat.com> 20 years ago
putchar_u.c 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 18 years ago
puts.c 2008-12-10 Corinna Vinschen <corinna@vinschen.de> 18 years ago
putw.c 2005-10-28 Bob Wilson <bob.wilson@acm.org> 21 years ago
putwc.c 2008-12-10 Corinna Vinschen <corinna@vinschen.de> 18 years ago
putwchar.c 2008-12-12 Ralf Corsepius <ralf.corsepius@rtems.org> 18 years ago
refill.c * libc/stdio/fclose.c: Only use sfp lock to guard non-atomic 16 years ago
remove.c 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 18 years ago
rename.c 2007-09-18 Jeff Johnston <jjohnstn@redhat.com> 19 years ago
rewind.c * libc/stdio/rewind.c (rewind): Fix regression of 2003-08-22. 19 years ago
rget.c 2008-03-11 Jeff Johnston <jjohnstn@redhat.com> 19 years ago
scanf.c * libc/stdio/fscanf.c (fscanf): Call _vfscanf_r instead of __svfscanf_r 15 years ago
sccl.c 2004-11-23 Jeff Johnston <jjohnstn@redhat.com> 22 years ago
setbuf.c 2004-04-23 Artem B. Bityuckiy <abitytsky@softminecorp.com> 23 years ago
setbuffer.c 2004-09-16 Antony King <antony.king@st.com> 22 years ago
setlinebuf.c 2004-04-23 Artem B. Bityuckiy <abitytsky@softminecorp.com> 23 years ago
setvbuf.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
siprintf.c 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 18 years ago
siscanf.c * libc/include/wchar.h (fwscanf, swscanf, vfwscanf, vswscanf, vwscanf, 18 years ago
sniprintf.c 2008-04-14 Jeff Johnston <jjohnstn@redhat.com> 19 years ago
snprintf.c 2008-04-14 Jeff Johnston <jjohnstn@redhat.com> 19 years ago
sprintf.c * libc/stdio/sprintf.c: Document 'm' conversion specifier. 15 years ago
sscanf.c * libc/include/wchar.h (fwscanf, swscanf, vfwscanf, vswscanf, vwscanf, 18 years ago
stdio.c * libc/include/wchar.h (fwscanf, swscanf, vfwscanf, vswscanf, vwscanf, 18 years ago
stdio.tex Add fpurge. 17 years ago
swprintf.c * libc/stdio/sprintf.c: Document 'm' conversion specifier. 15 years ago
swscanf.c * libc/stdio/swscanf.c: Some documentation corrections. 18 years ago
tmpfile.c * stdio/tmpfile.c: Include <sys/stat.h>. 20 years ago
tmpnam.c 2004-04-23 Artem B. Bityuckiy <abitytsky@softminecorp.com> 23 years ago
ungetc.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
ungetwc.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 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 2008-11-24 Craig Howland <howland@LGSInnovations.com> 18 years ago
vasprintf.c Throughout, run newlib with -Wall -Werror option and fix bugs and 14 years ago
vdiprintf.c 2008-03-07 Jeff Johnston <jjohnstn@redhat.com> 19 years ago
vdprintf.c 2008-03-07 Jeff Johnston <jjohnstn@redhat.com> 19 years ago
vfieeefp.h 2007-08-31 Antony King <antony.king@st.com> 19 years ago
vfprintf.c * libc/stdio/vfprintf.c (__sbprintf): Fix comment. 14 years ago
vfscanf.c Throughout, run newlib with -Wall -Werror option and fix bugs and 14 years ago
vfwprintf.c * libc/stdio/vfwprintf.c (_VFWPRINTF_R): Fix guard around state to 14 years ago
vfwscanf.c * libc/stdio/local.h (_newlib_flockfile_start): New macro to 14 years ago
viprintf.c 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 18 years ago
viscanf.c 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 18 years ago
vprintf.c 2005-02-07 Antony King <antony.king@st.com> 22 years ago
vscanf.c 2005-02-07 Antony King <antony.king@st.com> 22 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 2011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org> 15 years ago
vsprintf.c 2011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org> 15 years ago
vsscanf.c * libc/include/wchar.h (fwscanf, swscanf, vfwscanf, vswscanf, vwscanf, 18 years ago
vswprintf.c * libc/stdio/swprintf.c (_swprintf_r, swprintf): 18 years ago
vswscanf.c * libc/include/wchar.h (fwscanf, swscanf, vfwscanf, vswscanf, vwscanf, 18 years ago
vwprintf.c * libc/include/stdio.h (__VALIST): Guard against multiple definition. 18 years ago
vwscanf.c * libc/include/wchar.h (fwscanf, swscanf, vfwscanf, vswscanf, vwscanf, 18 years ago
wbuf.c printf: set errno for read-only stream 15 years ago
wprintf.c * libc/include/stdio.h (__VALIST): Guard against multiple definition. 18 years ago
wscanf.c * libc/stdio/fscanf.c (fscanf): Call _vfscanf_r instead of __svfscanf_r 15 years ago
wsetup.c printf: set errno for read-only stream 15 years ago