Mike Frysinger 623f8de43a used hidden close vor 19 Jahren
..
.indent.pro c1fe19d4c1 Bug ugly formatting update vor 25 Jahren
Makefile ba31c6c463 Remove TOPDIR vor 20 Jahren
Makefile.in a794254f4c Don't build empty objects, remove unused vars, update copyright vor 20 Jahren
_READ.c 3ce6992e99 use hidden read/write symbols vor 19 Jahren
_WRITE.c 3ce6992e99 use hidden read/write symbols vor 19 Jahren
__fbufsize.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. vor 21 Jahren
__flbf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. vor 21 Jahren
__fpending.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. vor 21 Jahren
__fpurge.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. vor 21 Jahren
__freadable.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. vor 21 Jahren
__freading.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. vor 21 Jahren
__fsetlocking.c 855dca36fe Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_internal, do not use cascading aliases vor 20 Jahren
__fwritable.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. vor 21 Jahren
__fwriting.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. vor 21 Jahren
_adjust_pos.c 5da06322c2 Hide more of stdio,getdents, use internal __raise vor 20 Jahren
_cs_funcs.c f32600208f Convert all users of earlier hiddens vor 20 Jahren
_flushlbf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. vor 21 Jahren
_fopen.c f32600208f Convert all users of earlier hiddens vor 20 Jahren
_fpmaxtostr.c 06f8a796e2 Implement hidden *scanf vor 20 Jahren
_fwrite.c 8a0b43005a Hide mostly used functions vor 20 Jahren
_load_inttype.c 5da06322c2 Hide more of stdio,getdents, use internal __raise vor 20 Jahren
_rfill.c 5da06322c2 Hide more of stdio,getdents, use internal __raise vor 20 Jahren
_stdio.c 8b7e919bac Hide _stdio_init/term, sorry, one change went mistakenly into the earlier commit vor 20 Jahren
_stdio.h d482ef60da Get rid of warnings, use internals, create new hidden versions vor 20 Jahren
_store_inttype.c 5da06322c2 Hide more of stdio,getdents, use internal __raise vor 20 Jahren
_trans2r.c 5da06322c2 Hide more of stdio,getdents, use internal __raise vor 20 Jahren
_trans2w.c f32600208f Convert all users of earlier hiddens vor 20 Jahren
_uintmaxtostr.c 86450311eb _uintmaxtostr is only internally used, we do not need a rename, uClibc_uintmaxtostr.h is only internal header, remove from target vor 20 Jahren
_wcommit.c 5da06322c2 Hide more of stdio,getdents, use internal __raise vor 20 Jahren
_wfwrite.c de77369cf4 Hide some of mem* and str* vor 20 Jahren
asprintf.c e385ba0d0d Hide some of the f* *printf, use them as well vor 20 Jahren
clearerr.c 0d5d9538d1 Remove trailing ; after *alias() vor 20 Jahren
ctermid.c 8a0b43005a Hide mostly used functions vor 20 Jahren
dprintf.c e385ba0d0d Hide some of the f* *printf, use them as well vor 20 Jahren
fclose.c 623f8de43a used hidden close vor 19 Jahren
fcloseall.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. vor 21 Jahren
fdopen.c f32600208f Convert all users of earlier hiddens vor 20 Jahren
feof.c 0d5d9538d1 Remove trailing ; after *alias() vor 20 Jahren
ferror.c 0d5d9538d1 Remove trailing ; after *alias() vor 20 Jahren
fflush.c 1dd571b7a1 Hidden fflush, adapt fopen to hack in libc-internal.h vor 20 Jahren
fgetc.c c0ffa5031a Forgot about the macros ;-( vor 20 Jahren
fgetpos.c 25fbf2080e Hide some vor 20 Jahren
fgetpos64.c ae4a1d587a tabs -> spaces vor 20 Jahren
fgets.c d482ef60da Get rid of warnings, use internals, create new hidden versions vor 20 Jahren
fgetwc.c d482ef60da Get rid of warnings, use internals, create new hidden versions vor 20 Jahren
fgetws.c 0d5d9538d1 Remove trailing ; after *alias() vor 20 Jahren
fileno.c 0d5d9538d1 Remove trailing ; after *alias() vor 20 Jahren
flockfile.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. vor 21 Jahren
fmemopen.c e385ba0d0d Hide some of the f* *printf, use them as well vor 20 Jahren
fopen.c d482ef60da Get rid of warnings, use internals, create new hidden versions vor 20 Jahren
fopen64.c d482ef60da Get rid of warnings, use internals, create new hidden versions vor 20 Jahren
fopencookie.c e385ba0d0d Hide some of the f* *printf, use them as well vor 20 Jahren
fprintf.c 06f8a796e2 Implement hidden *scanf vor 20 Jahren
fputc.c c0ffa5031a Forgot about the macros ;-( vor 20 Jahren
fputs.c d482ef60da Get rid of warnings, use internals, create new hidden versions vor 20 Jahren
fputwc.c 0d5d9538d1 Remove trailing ; after *alias() vor 20 Jahren
fputws.c d482ef60da Get rid of warnings, use internals, create new hidden versions vor 20 Jahren
fread.c f445c58e70 Do hidden fread/fwrite/fclose vor 20 Jahren
freopen.c b882004687 simplify Makefile rules for handling of LFS files by tweaking the way we compile the source files as suggested by psm vor 20 Jahren
freopen64.c a794254f4c Don't build empty objects, remove unused vars, update copyright vor 20 Jahren
fseeko.c f32600208f Convert all users of earlier hiddens vor 20 Jahren
fseeko64.c a794254f4c Don't build empty objects, remove unused vars, update copyright vor 20 Jahren
fsetpos.c f32600208f Convert all users of earlier hiddens vor 20 Jahren
fsetpos64.c f32600208f Convert all users of earlier hiddens vor 20 Jahren
ftello.c 25fbf2080e Hide some vor 20 Jahren
ftello64.c a794254f4c Don't build empty objects, remove unused vars, update copyright vor 20 Jahren
ftrylockfile.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. vor 21 Jahren
funlockfile.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. vor 21 Jahren
fwide.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. vor 21 Jahren
fwprintf.c 06f8a796e2 Implement hidden *scanf vor 20 Jahren
fwrite.c f445c58e70 Do hidden fread/fwrite/fclose vor 20 Jahren
getchar.c 0d5d9538d1 Remove trailing ; after *alias() vor 20 Jahren
getdelim.c c885bf5cf9 More hiding, including __mempcpy vor 20 Jahren
getline.c c885bf5cf9 More hiding, including __mempcpy vor 20 Jahren
gets.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. vor 21 Jahren
getw.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. vor 21 Jahren
getwchar.c d482ef60da Get rid of warnings, use internals, create new hidden versions vor 20 Jahren
old_vfprintf.c d482ef60da Get rid of warnings, use internals, create new hidden versions vor 20 Jahren
open_memstream.c e385ba0d0d Hide some of the f* *printf, use them as well vor 20 Jahren
perror.c e1caf0011e Use internal \*_strerror_r vor 20 Jahren
popen.c d482ef60da Get rid of warnings, use internals, create new hidden versions vor 20 Jahren
printf.c 60acdef205 Implement all needed hidden *printf and correct vasprintf, thx blindvt vor 20 Jahren
putchar.c 0d5d9538d1 Remove trailing ; after *alias() vor 20 Jahren
puts.c 855dca36fe Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_internal, do not use cascading aliases vor 20 Jahren
putw.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. vor 21 Jahren
putwchar.c 0d5d9538d1 Remove trailing ; after *alias() vor 20 Jahren
remove.c 20453d82ab Do hidden fopen*/remove vor 20 Jahren
rewind.c f32600208f Convert all users of earlier hiddens vor 20 Jahren
scanf.c d482ef60da Get rid of warnings, use internals, create new hidden versions vor 20 Jahren
setbuf.c 765696aac5 More hiding, 300 left vor 20 Jahren
setbuffer.c 765696aac5 More hiding, 300 left vor 20 Jahren
setlinebuf.c 765696aac5 More hiding, 300 left vor 20 Jahren
setvbuf.c 765696aac5 More hiding, 300 left vor 20 Jahren
snprintf.c 60acdef205 Implement all needed hidden *printf and correct vasprintf, thx blindvt vor 20 Jahren
sprintf.c 60acdef205 Implement all needed hidden *printf and correct vasprintf, thx blindvt vor 20 Jahren
swprintf.c e385ba0d0d Hide some of the f* *printf, use them as well vor 20 Jahren
tempnam.c 8a0b43005a Hide mostly used functions vor 20 Jahren
tmpfile.c dccb72133b Use __remove and remove trailing ; vor 20 Jahren
tmpnam.c 8a0b43005a Hide mostly used functions vor 20 Jahren
tmpnam_r.c 3d9e386284 Remove function declartions from include/features.h, create vor 23 Jahren
ungetc.c 765696aac5 More hiding, 300 left vor 20 Jahren
ungetwc.c 53b5f21c9c Hide more vor 20 Jahren
vasprintf.c 60acdef205 Implement all needed hidden *printf and correct vasprintf, thx blindvt vor 20 Jahren
vdprintf.c 60acdef205 Implement all needed hidden *printf and correct vasprintf, thx blindvt vor 20 Jahren
vfprintf.c d482ef60da Get rid of warnings, use internals, create new hidden versions vor 20 Jahren
vprintf.c 60acdef205 Implement all needed hidden *printf and correct vasprintf, thx blindvt vor 20 Jahren
vsnprintf.c 60acdef205 Implement all needed hidden *printf and correct vasprintf, thx blindvt vor 20 Jahren
vsprintf.c 60acdef205 Implement all needed hidden *printf and correct vasprintf, thx blindvt vor 20 Jahren
vswprintf.c 60acdef205 Implement all needed hidden *printf and correct vasprintf, thx blindvt vor 20 Jahren
vwprintf.c 60acdef205 Implement all needed hidden *printf and correct vasprintf, thx blindvt vor 20 Jahren
wprintf.c 60acdef205 Implement all needed hidden *printf and correct vasprintf, thx blindvt vor 20 Jahren