Denis Vlasenko c6df9c9452 more of warning fixes, mostly pointer signedness mismatches 15 years ago
..
.indent.pro c1fe19d4c1 Bug ugly formatting update 23 years ago
Makefile ba31c6c463 Remove TOPDIR 18 years ago
Makefile.in b74c3aa1a9 - less verbose make clean 15 years ago
_READ.c b133fe1cac next portion of libc_hidden_proto removal 15 years ago
_WRITE.c b133fe1cac next portion of libc_hidden_proto removal 15 years ago
__fbufsize.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 years ago
__flbf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 years ago
__fpending.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 years ago
__fpurge.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 years ago
__freadable.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 years ago
__freading.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 years ago
__fsetlocking.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
__fwritable.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 years ago
__fwriting.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 years ago
__psfs_do_numeric.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
__psfs_parse_spec.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
__scan_cookie.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
_adjust_pos.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 18 years ago
_cs_funcs.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
_flushlbf.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
_fopen.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
_fpmaxtostr.c 1f020b1786 - trim any trailing whitespace 16 years ago
_fwrite.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block 16 years ago
_load_inttype.c 05e75260d6 Get rid of missing prototype warnings 18 years ago
_ppfs_init.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
_ppfs_parsespec.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
_ppfs_prepargs.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
_ppfs_setargs.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
_rfill.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 18 years ago
_scanf.c c6df9c9452 more of warning fixes, mostly pointer signedness mismatches 15 years ago
_stdio.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
_stdio.h c33ce133b9 fix some unneeded PLT references 15 years ago
_store_inttype.c 544bc399b7 fix from Roman Kononov for reading in of 64bit types 17 years ago
_trans2r.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 18 years ago
_trans2w.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
_uintmaxtostr.c 1f020b1786 - trim any trailing whitespace 16 years ago
_vfprintf.c d0f22a0224 heed multiple warnings of the type 15 years ago
_vfprintf_internal.c 36ac7bee0f Factor out the core of vprintf() into separate function 16 years ago
_vfwprintf_internal.c 36ac7bee0f Factor out the core of vprintf() into separate function 16 years ago
_wcommit.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 18 years ago
_wfwrite.c c6df9c9452 more of warning fixes, mostly pointer signedness mismatches 15 years ago
asprintf.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
clearerr.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 years ago
clearerr_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
ctermid.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block 16 years ago
dprintf.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
fclose.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
fcloseall.c 933df87e4e libc_hidden_proto removal, a few more functions 15 years ago
fdopen.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
feof.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 years ago
feof_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
ferror.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 years ago
ferror_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
fflush.c c33ce133b9 fix some unneeded PLT references 15 years ago
fflush_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
fgetc.c d763ce093b fix improperly hidden fputc_unlocked 15 years ago
fgetc_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
fgetpos.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 years ago
fgetpos64.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 years ago
fgets.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
fgets_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
fgetwc.c eebbc87bcc more of pointer signedness warnings removed 15 years ago
fgetwc_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
fgetws.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
fgetws_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
fileno.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
fileno_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
flockfile.c 99d6c367c4 stdio update from mjn3 17 years ago
fmemopen.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
fopen.c b133fe1cac next portion of libc_hidden_proto removal 15 years ago
fopen64.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 years ago
fopencookie.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
fprintf.c b133fe1cac next portion of libc_hidden_proto removal 15 years ago
fputc.c d763ce093b fix improperly hidden fputc_unlocked 15 years ago
fputc_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
fputs.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
fputs_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
fputwc.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
fputwc_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
fputws.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
fputws_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
fread.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
fread_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
freopen.c 933df87e4e libc_hidden_proto removal, a few more functions 15 years ago
freopen64.c a794254f4c Don't build empty objects, remove unused vars, update copyright 18 years ago
fscanf.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
fseeko.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
fseeko64.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 years ago
fsetpos.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 years ago
fsetpos64.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 years ago
ftello.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
ftello64.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 years ago
ftrylockfile.c 99d6c367c4 stdio update from mjn3 17 years ago
funlockfile.c 99d6c367c4 stdio update from mjn3 17 years ago
fwide.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 years ago
fwprintf.c 32167ca3b6 fix improperly hidden fwprintf. 15 years ago
fwrite.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
fwrite_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
fwscanf.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
getchar.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
getchar_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
getdelim.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
getline.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
gets.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
getw.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
getwchar.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
getwchar_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
old_vfprintf.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
open_memstream.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
parse_printf_format.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
perror.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
popen.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
printf.c b133fe1cac next portion of libc_hidden_proto removal 15 years ago
putchar.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
putchar_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
puts.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
putw.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
putwchar.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
putwchar_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
register_printf_function.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
remove.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
rewind.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
scanf.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
setbuf.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
setbuffer.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
setlinebuf.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
setvbuf.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
snprintf.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
sprintf.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
sscanf.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
swprintf.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
swscanf.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
tempnam.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block 16 years ago
tmpfile.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
tmpnam.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block 16 years ago
tmpnam_r.c 3d9e386284 Remove function declartions from include/features.h, create 22 years ago
ungetc.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
ungetwc.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
vasprintf.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
vdprintf.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
vfprintf.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
vfscanf.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
vfwprintf.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
vfwscanf.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
vprintf.c b133fe1cac next portion of libc_hidden_proto removal 15 years ago
vscanf.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
vsnprintf.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
vsprintf.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
vsscanf.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
vswprintf.c c6df9c9452 more of warning fixes, mostly pointer signedness mismatches 15 years ago
vswscanf.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
vwprintf.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
vwscanf.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago
wprintf.c cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
wscanf.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 years ago