Peter S. Mazinger 8a0b43005a Hide mostly used functions 19 years ago
..
.indent.pro c1fe19d4c1 Bug ugly formatting update 24 years ago
Makefile ba31c6c463 Remove TOPDIR 19 years ago
Makefile.in a794254f4c Don't build empty objects, remove unused vars, update copyright 19 years ago
_READ.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 19 years ago
_WRITE.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 19 years ago
__fbufsize.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
__flbf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
__fpending.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
__fpurge.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
__freadable.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
__freading.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
__fsetlocking.c f3b4c74b53 100 JUMP relocs less (remaining 431) by hiding internally used ones 19 years ago
__fwritable.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
__fwriting.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
_adjust_pos.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 19 years ago
_cs_funcs.c 8a0b43005a Hide mostly used functions 19 years ago
_flushlbf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
_fopen.c 8a0b43005a Hide mostly used functions 19 years ago
_fpmaxtostr.c 8a0b43005a Hide mostly used functions 19 years ago
_fwrite.c 8a0b43005a Hide mostly used functions 19 years ago
_load_inttype.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 19 years ago
_rfill.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 19 years ago
_stdio.c 8a0b43005a Hide mostly used functions 19 years ago
_stdio.h de77369cf4 Hide some of mem* and str* 19 years ago
_store_inttype.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 19 years ago
_trans2r.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 19 years ago
_trans2w.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 19 years ago
_uintmaxtostr.c 8a0b43005a Hide mostly used functions 19 years ago
_wcommit.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 19 years ago
_wfwrite.c de77369cf4 Hide some of mem* and str* 19 years ago
asprintf.c f8d5244380 weaks moved after the related function so gcc4 won't warn 19 years ago
clearerr.c f8d5244380 weaks moved after the related function so gcc4 won't warn 19 years ago
ctermid.c 8a0b43005a Hide mostly used functions 19 years ago
dprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
fclose.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
fcloseall.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
fdopen.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
feof.c f8d5244380 weaks moved after the related function so gcc4 won't warn 19 years ago
ferror.c f8d5244380 weaks moved after the related function so gcc4 won't warn 19 years ago
fflush.c 25fbf2080e Hide some 19 years ago
fgetc.c 5c2de4b255 Change internal name __f[ge,pu]tc_unlocked to __libc_x 19 years ago
fgetpos.c 25fbf2080e Hide some 19 years ago
fgetpos64.c ae4a1d587a tabs -> spaces 19 years ago
fgets.c cd1e4095bd Use internal version of *_unlocked 19 years ago
fgetwc.c d24608f995 Hiding again 19 years ago
fgetws.c 25fbf2080e Hide some 19 years ago
fileno.c 25fbf2080e Hide some 19 years ago
flockfile.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
fmemopen.c 8a0b43005a Hide mostly used functions 19 years ago
fopen.c b882004687 simplify Makefile rules for handling of LFS files by tweaking the way we compile the source files as suggested by psm 19 years ago
fopen64.c a794254f4c Don't build empty objects, remove unused vars, update copyright 19 years ago
fopencookie.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
fprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
fputc.c 5c2de4b255 Change internal name __f[ge,pu]tc_unlocked to __libc_x 19 years ago
fputs.c 8a0b43005a Hide mostly used functions 19 years ago
fputwc.c 25fbf2080e Hide some 19 years ago
fputws.c 9d083cc253 Hide some wcs* 19 years ago
fread.c 8a0b43005a Hide mostly used functions 19 years ago
freopen.c b882004687 simplify Makefile rules for handling of LFS files by tweaking the way we compile the source files as suggested by psm 19 years ago
freopen64.c a794254f4c Don't build empty objects, remove unused vars, update copyright 19 years ago
fseeko.c 25fbf2080e Hide some 19 years ago
fseeko64.c a794254f4c Don't build empty objects, remove unused vars, update copyright 19 years ago
fsetpos.c b882004687 simplify Makefile rules for handling of LFS files by tweaking the way we compile the source files as suggested by psm 19 years ago
fsetpos64.c 627734d648 tabs -> spaces 19 years ago
ftello.c 25fbf2080e Hide some 19 years ago
ftello64.c a794254f4c Don't build empty objects, remove unused vars, update copyright 19 years ago
ftrylockfile.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
funlockfile.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
fwide.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
fwprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
fwrite.c 25fbf2080e Hide some 19 years ago
getchar.c 25fbf2080e Hide some 19 years ago
getdelim.c f3b4c74b53 100 JUMP relocs less (remaining 431) by hiding internally used ones 19 years ago
getline.c f3b4c74b53 100 JUMP relocs less (remaining 431) by hiding internally used ones 19 years ago
gets.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
getw.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
getwchar.c f8d5244380 weaks moved after the related function so gcc4 won't warn 19 years ago
old_vfprintf.c 8a0b43005a Hide mostly used functions 19 years ago
open_memstream.c 8a0b43005a Hide mostly used functions 19 years ago
perror.c 4dd29ad132 Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibc 20 years ago
popen.c 8a0b43005a Hide mostly used functions 19 years ago
printf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
putchar.c f8d5244380 weaks moved after the related function so gcc4 won't warn 19 years ago
puts.c cd1e4095bd Use internal version of *_unlocked 19 years ago
putw.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
putwchar.c f8d5244380 weaks moved after the related function so gcc4 won't warn 19 years ago
remove.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
rewind.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
scanf.c 8a0b43005a Hide mostly used functions 19 years ago
setbuf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
setbuffer.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
setlinebuf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
setvbuf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
snprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
sprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
swprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
tempnam.c 8a0b43005a Hide mostly used functions 19 years ago
tmpfile.c 8a0b43005a Hide mostly used functions 19 years ago
tmpnam.c 8a0b43005a Hide mostly used functions 19 years ago
tmpnam_r.c 3d9e386284 Remove function declartions from include/features.h, create 23 years ago
ungetc.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
ungetwc.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
vasprintf.c 371ca78703 When I broke up the stdio code, the "support pre C99 compilers" va_copy compat 20 years ago
vdprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
vfprintf.c 8a0b43005a Hide mostly used functions 19 years ago
vprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
vsnprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
vsprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
vswprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
vwprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago
wprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 21 years ago