Discussion:
CVS commit: pcc/arch
Iain Hibbert
2012-09-26 18:51:41 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Wed Sep 26 18:51:41 UTC 2012

Modified Files:
pcc/arch/i386: local2.c
pcc/arch/nova: local2.c

Log Message:
there is only stdout for code


To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.168 pcc/arch/i386/local2.c
cvs rdiff -u -r1.7 -r1.8 pcc/arch/nova/local2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Iain Hibbert
2012-09-26 19:00:20 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Wed Sep 26 19:00:20 UTC 2012

Modified Files:
pcc/arch/amd64: local2.c
pcc/arch/i386: local2.c

Log Message:
don't mix printf() and fprintf(stdout)


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pcc/arch/amd64/local2.c
cvs rdiff -u -r1.168 -r1.169 pcc/arch/i386/local2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Iain Hibbert
2012-09-26 20:22:42 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Wed Sep 26 20:22:42 UTC 2012

Modified Files:
pcc/arch/arm: local2.c
pcc/arch/m16c: local2.c
pcc/arch/mips: local2.c
pcc/arch/nova: local2.c
pcc/arch/pdp10: local2.c
pcc/arch/powerpc: local2.c
pcc/arch/vax: local2.c

Log Message:
more stdout usage -> printf


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pcc/arch/arm/local2.c
cvs rdiff -u -r1.40 -r1.41 pcc/arch/m16c/local2.c
cvs rdiff -u -r1.25 -r1.26 pcc/arch/mips/local2.c
cvs rdiff -u -r1.8 -r1.9 pcc/arch/nova/local2.c
cvs rdiff -u -r1.103 -r1.104 pcc/arch/pdp10/local2.c
cvs rdiff -u -r1.25 -r1.26 pcc/arch/powerpc/local2.c
cvs rdiff -u -r1.35 -r1.36 pcc/arch/vax/local2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Loading...