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 år sedan
..
.indent.pro c1fe19d4c1 Bug ugly formatting update 23 år sedan
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 år sedan
_READ.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
_WRITE.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
__fbufsize.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
__flbf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
__fpending.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
__fpurge.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
__freadable.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
__freading.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
__fsetlocking.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
__fwritable.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
__fwriting.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
_adjust_pos.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
_cs_funcs.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
_flushlbf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
_fopen.c eacee75ca5 Forgot to change name of builtin buffer during last rewrite. 19 år sedan
_fpmaxtostr.c b0a7157456 Sigh... I wasn't checking for output errors. NIST/PCTS caught it. 19 år sedan
_fwrite.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
_load_inttype.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
_rfill.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
_stdio.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
_stdio.h 3a03e34abc Fix a couple of issues in configurations I hadn't tested. 20 år sedan
_store_inttype.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
_trans2r.c acd92003c8 Avoid compiler warnings. 19 år sedan
_trans2w.c acd92003c8 Avoid compiler warnings. 19 år sedan
_uintmaxtostr.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
_wcommit.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
_wfwrite.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
asprintf.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 år sedan
clearerr.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 år sedan
ctermid.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
dprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
fclose.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
fcloseall.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
fdopen.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
feof.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 år sedan
ferror.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 år sedan
fflush.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 år sedan
fgetc.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 år sedan
fgetpos.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
fgets.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 år sedan
fgetwc.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 år sedan
fgetws.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 år sedan
fileno.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 år sedan
flockfile.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
fmemopen.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
fopen.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
fopencookie.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
fprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
fputc.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 år sedan
fputs.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 år sedan
fputwc.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 år sedan
fputws.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 år sedan
fread.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 år sedan
freopen.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
fseeko.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 år sedan
fsetpos.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
ftello.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 år sedan
ftrylockfile.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
funlockfile.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
fwide.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
fwprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
fwrite.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 år sedan
getchar.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 år sedan
getdelim.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 år sedan
getline.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
gets.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
getw.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
getwchar.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 år sedan
old_vfprintf.c 4dd29ad132 Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibc 19 år sedan
open_memstream.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
perror.c 4dd29ad132 Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibc 19 år sedan
popen.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
printf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
putchar.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 år sedan
puts.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
putw.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
putwchar.c f8d5244380 weaks moved after the related function so gcc4 won't warn 18 år sedan
remove.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
rewind.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
scanf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
setbuf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
setbuffer.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
setlinebuf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
setvbuf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
snprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
sprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
swprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
tempnam.c 3d9e386284 Remove function declartions from include/features.h, create 22 år sedan
tmpfile.c 6737908f74 Ok, this commit is _huge_ and its gonna change the world. I've 21 år sedan
tmpnam.c 3d9e386284 Remove function declartions from include/features.h, create 22 år sedan
tmpnam_r.c 3d9e386284 Remove function declartions from include/features.h, create 22 år sedan
ungetc.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
ungetwc.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
vasprintf.c 371ca78703 When I broke up the stdio code, the "support pre C99 compilers" va_copy compat 19 år sedan
vdprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
vfprintf.c b0a7157456 Sigh... I wasn't checking for output errors. NIST/PCTS caught it. 19 år sedan
vprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
vsnprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
vsprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
vswprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
vwprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan
wprintf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 år sedan