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