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