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 24 سال پیش
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 19 سال پیش
clearerr.c f8d5244380 weaks moved after the related function so gcc4 won't warn 19 سال پیش
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 19 سال پیش
ferror.c f8d5244380 weaks moved after the related function so gcc4 won't warn 19 سال پیش
fflush.c f8d5244380 weaks moved after the related function so gcc4 won't warn 19 سال پیش
fgetc.c f8d5244380 weaks moved after the related function so gcc4 won't warn 19 سال پیش
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 19 سال پیش
fgetwc.c f8d5244380 weaks moved after the related function so gcc4 won't warn 19 سال پیش
fgetws.c f8d5244380 weaks moved after the related function so gcc4 won't warn 19 سال پیش
fileno.c f8d5244380 weaks moved after the related function so gcc4 won't warn 19 سال پیش
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 19 سال پیش
fputs.c f8d5244380 weaks moved after the related function so gcc4 won't warn 19 سال پیش
fputwc.c f8d5244380 weaks moved after the related function so gcc4 won't warn 19 سال پیش
fputws.c f8d5244380 weaks moved after the related function so gcc4 won't warn 19 سال پیش
fread.c f8d5244380 weaks moved after the related function so gcc4 won't warn 19 سال پیش
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 19 سال پیش
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 19 سال پیش
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 19 سال پیش
getchar.c f8d5244380 weaks moved after the related function so gcc4 won't warn 19 سال پیش
getdelim.c f8d5244380 weaks moved after the related function so gcc4 won't warn 19 سال پیش
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 19 سال پیش
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 19 سال پیش
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 19 سال پیش
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 سال پیش