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. 18 년 전
..
.indent.pro c1fe19d4c1 Bug ugly formatting update 23 년 전
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. 18 년 전
_READ.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 년 전
_WRITE.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 년 전
__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 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 년 전
_cs_funcs.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 년 전
_flushlbf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 년 전
_fopen.c eacee75ca5 Forgot to change name of builtin buffer during last rewrite. 19 년 전
_fpmaxtostr.c b0a7157456 Sigh... I wasn't checking for output errors. NIST/PCTS caught it. 19 년 전
_fwrite.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 년 전
_load_inttype.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 년 전
_rfill.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 년 전
_stdio.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 년 전
_stdio.h 3a03e34abc Fix a couple of issues in configurations I hadn't tested. 20 년 전
_store_inttype.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 년 전
_trans2r.c acd92003c8 Avoid compiler warnings. 19 년 전
_trans2w.c acd92003c8 Avoid compiler warnings. 19 년 전
_uintmaxtostr.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 년 전
_wcommit.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 년 전
_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 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 년 전
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 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 년 전
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 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 년 전
fseeko.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 년 전
fsetpos.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 년 전
ftello.c f8d5244380 weaks moved after the related function so gcc4 won't warn 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 4dd29ad132 Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibc 19 년 전
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 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 년 전
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 b0a7157456 Sigh... I wasn't checking for output errors. NIST/PCTS caught it. 19 년 전
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 년 전