Peter S. Mazinger 3a7ac9c7a7 Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much. hace 18 años
..
.indent.pro c1fe19d4c1 Bug ugly formatting update hace 24 años
Makefile 3a7ac9c7a7 Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much. hace 18 años
_READ.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
_WRITE.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
__fbufsize.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
__flbf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
__fpending.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
__fpurge.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
__freadable.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
__freading.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
__fsetlocking.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
__fwritable.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
__fwriting.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
_adjust_pos.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
_cs_funcs.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
_flushlbf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
_fopen.c eacee75ca5 Forgot to change name of builtin buffer during last rewrite. hace 19 años
_fpmaxtostr.c b0a7157456 Sigh... I wasn't checking for output errors. NIST/PCTS caught it. hace 19 años
_fwrite.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
_load_inttype.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
_rfill.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
_stdio.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
_stdio.h 3a03e34abc Fix a couple of issues in configurations I hadn't tested. hace 20 años
_store_inttype.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
_trans2r.c acd92003c8 Avoid compiler warnings. hace 19 años
_trans2w.c acd92003c8 Avoid compiler warnings. hace 19 años
_uintmaxtostr.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
_wcommit.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
_wfwrite.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
asprintf.c f8d5244380 weaks moved after the related function so gcc4 won't warn hace 18 años
clearerr.c f8d5244380 weaks moved after the related function so gcc4 won't warn hace 18 años
ctermid.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
dprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
fclose.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
fcloseall.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
fdopen.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
feof.c f8d5244380 weaks moved after the related function so gcc4 won't warn hace 18 años
ferror.c f8d5244380 weaks moved after the related function so gcc4 won't warn hace 18 años
fflush.c f8d5244380 weaks moved after the related function so gcc4 won't warn hace 18 años
fgetc.c f8d5244380 weaks moved after the related function so gcc4 won't warn hace 18 años
fgetpos.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
fgets.c f8d5244380 weaks moved after the related function so gcc4 won't warn hace 18 años
fgetwc.c f8d5244380 weaks moved after the related function so gcc4 won't warn hace 18 años
fgetws.c f8d5244380 weaks moved after the related function so gcc4 won't warn hace 18 años
fileno.c f8d5244380 weaks moved after the related function so gcc4 won't warn hace 18 años
flockfile.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
fmemopen.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
fopen.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
fopencookie.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
fprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
fputc.c f8d5244380 weaks moved after the related function so gcc4 won't warn hace 18 años
fputs.c f8d5244380 weaks moved after the related function so gcc4 won't warn hace 18 años
fputwc.c f8d5244380 weaks moved after the related function so gcc4 won't warn hace 18 años
fputws.c f8d5244380 weaks moved after the related function so gcc4 won't warn hace 18 años
fread.c f8d5244380 weaks moved after the related function so gcc4 won't warn hace 18 años
freopen.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
fseeko.c f8d5244380 weaks moved after the related function so gcc4 won't warn hace 18 años
fsetpos.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
ftello.c f8d5244380 weaks moved after the related function so gcc4 won't warn hace 18 años
ftrylockfile.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
funlockfile.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
fwide.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
fwprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
fwrite.c f8d5244380 weaks moved after the related function so gcc4 won't warn hace 18 años
getchar.c f8d5244380 weaks moved after the related function so gcc4 won't warn hace 18 años
getdelim.c f8d5244380 weaks moved after the related function so gcc4 won't warn hace 18 años
getline.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
gets.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
getw.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
getwchar.c f8d5244380 weaks moved after the related function so gcc4 won't warn hace 18 años
old_vfprintf.c 4dd29ad132 Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibc hace 19 años
open_memstream.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
perror.c 4dd29ad132 Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibc hace 19 años
popen.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
printf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
putchar.c f8d5244380 weaks moved after the related function so gcc4 won't warn hace 18 años
puts.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
putw.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
putwchar.c f8d5244380 weaks moved after the related function so gcc4 won't warn hace 18 años
remove.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
rewind.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
scanf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
setbuf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
setbuffer.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
setlinebuf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
setvbuf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
snprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
sprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
swprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
tempnam.c 3d9e386284 Remove function declartions from include/features.h, create hace 22 años
tmpfile.c 6737908f74 Ok, this commit is _huge_ and its gonna change the world. I've hace 21 años
tmpnam.c 3d9e386284 Remove function declartions from include/features.h, create hace 22 años
tmpnam_r.c 3d9e386284 Remove function declartions from include/features.h, create hace 22 años
ungetc.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
ungetwc.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
vasprintf.c 371ca78703 When I broke up the stdio code, the "support pre C99 compilers" va_copy compat hace 19 años
vdprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
vfprintf.c b0a7157456 Sigh... I wasn't checking for output errors. NIST/PCTS caught it. hace 19 años
vprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
vsnprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
vsprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
vswprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
vwprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años
wprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. hace 20 años