Peter S. Mazinger ba31c6c463 Remove TOPDIR 18 年之前
..
.indent.pro c1fe19d4c1 Bug ugly formatting update 23 年之前
Makefile ba31c6c463 Remove TOPDIR 18 年之前
Makefile.in a794254f4c Don't build empty objects, remove unused vars, update copyright 18 年之前
_READ.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 18 年之前
_WRITE.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 18 年之前
__fbufsize.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
__flbf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
__fpending.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
__fpurge.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
__freadable.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
__freading.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
__fsetlocking.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
__fwritable.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
__fwriting.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
_adjust_pos.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 18 年之前
_cs_funcs.c 8a87f4950a Update copyright notice 18 年之前
_flushlbf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
_fopen.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 18 年之前
_fpmaxtostr.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 18 年之前
_fwrite.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 18 年之前
_load_inttype.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 18 年之前
_rfill.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 18 年之前
_stdio.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 18 年之前
_stdio.h f5eeb59b7d make sure we pull in features.h 18 年之前
_store_inttype.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 18 年之前
_trans2r.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 18 年之前
_trans2w.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 18 年之前
_uintmaxtostr.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
_wcommit.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 18 年之前
_wfwrite.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
asprintf.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 年之前
clearerr.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 年之前
ctermid.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
dprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
fclose.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
fcloseall.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
fdopen.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
feof.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 年之前
ferror.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 年之前
fflush.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 年之前
fgetc.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 年之前
fgetpos.c b882004687 simplify Makefile rules for handling of LFS files by tweaking the way we compile the source files as suggested by psm 18 年之前
fgetpos64.c a794254f4c Don't build empty objects, remove unused vars, update copyright 18 年之前
fgets.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 年之前
fgetwc.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 年之前
fgetws.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 年之前
fileno.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 年之前
flockfile.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
fmemopen.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
fopen.c b882004687 simplify Makefile rules for handling of LFS files by tweaking the way we compile the source files as suggested by psm 18 年之前
fopen64.c a794254f4c Don't build empty objects, remove unused vars, update copyright 18 年之前
fopencookie.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
fprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
fputc.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 年之前
fputs.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 年之前
fputwc.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 年之前
fputws.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 年之前
fread.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 年之前
freopen.c b882004687 simplify Makefile rules for handling of LFS files by tweaking the way we compile the source files as suggested by psm 18 年之前
freopen64.c a794254f4c Don't build empty objects, remove unused vars, update copyright 18 年之前
fseeko.c 100e79a3df fix tab issue properly by not using tabs 18 年之前
fseeko64.c a794254f4c Don't build empty objects, remove unused vars, update copyright 18 年之前
fsetpos.c b882004687 simplify Makefile rules for handling of LFS files by tweaking the way we compile the source files as suggested by psm 18 年之前
fsetpos64.c a794254f4c Don't build empty objects, remove unused vars, update copyright 18 年之前
ftello.c 100e79a3df fix tab issue properly by not using tabs 18 年之前
ftello64.c a794254f4c Don't build empty objects, remove unused vars, update copyright 18 年之前
ftrylockfile.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
funlockfile.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
fwide.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
fwprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
fwrite.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 年之前
getchar.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 年之前
getdelim.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 年之前
getline.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
gets.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
getw.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
getwchar.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 年之前
old_vfprintf.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 18 年之前
open_memstream.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
perror.c 4dd29ad132 Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibc 19 年之前
popen.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
printf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
putchar.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 年之前
puts.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
putw.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
putwchar.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 年之前
remove.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
rewind.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
scanf.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 18 年之前
setbuf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
setbuffer.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
setlinebuf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
setvbuf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
snprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
sprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
swprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
tempnam.c 3d9e386284 Remove function declartions from include/features.h, create 22 年之前
tmpfile.c 6737908f74 Ok, this commit is _huge_ and its gonna change the world. I've 21 年之前
tmpnam.c 3d9e386284 Remove function declartions from include/features.h, create 22 年之前
tmpnam_r.c 3d9e386284 Remove function declartions from include/features.h, create 22 年之前
ungetc.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
ungetwc.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
vasprintf.c 371ca78703 When I broke up the stdio code, the "support pre C99 compilers" va_copy compat 19 年之前
vdprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
vfprintf.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 18 年之前
vprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
vsnprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
vsprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
vswprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
vwprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前
wprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年之前