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