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