Discussion:
CVS commit: pcc
Anders Magnusson
2012-10-12 01:00:02 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Fri Oct 12 01:00:02 UTC 2012

Modified Files:
pcc: DATESTAMP

Log Message:
new date 20121012


To generate a diff of this commit:
cvs rdiff -u -r1.246 -r1.247 pcc/DATESTAMP

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2012-10-15 01:00:02 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Mon Oct 15 01:00:02 UTC 2012

Modified Files:
pcc: DATESTAMP

Log Message:
new date 20121015


To generate a diff of this commit:
cvs rdiff -u -r1.247 -r1.248 pcc/DATESTAMP

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Iain Hibbert
2012-10-17 10:44:29 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Wed Oct 17 10:44:29 UTC 2012

Modified Files:
pcc: config.h.in configure configure.ac

Log Message:
HAVE_CPP_VARARG_MACRO_GCC definition and test are not required


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pcc/config.h.in
cvs rdiff -u -r1.103 -r1.104 pcc/configure
cvs rdiff -u -r1.120 -r1.121 pcc/configure.ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2012-10-18 01:00:02 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Thu Oct 18 01:00:02 UTC 2012

Modified Files:
pcc: DATESTAMP

Log Message:
new date 20121018


To generate a diff of this commit:
cvs rdiff -u -r1.248 -r1.249 pcc/DATESTAMP

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2012-10-20 01:00:02 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sat Oct 20 01:00:02 UTC 2012

Modified Files:
pcc: DATESTAMP

Log Message:
new date 20121020


To generate a diff of this commit:
cvs rdiff -u -r1.249 -r1.250 pcc/DATESTAMP

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Iain Hibbert
2012-10-20 20:15:44 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Sat Oct 20 20:15:44 UTC 2012

Modified Files:
pcc/cc/ccom: pass1.h
pcc/cc/cxxcom: pass1.h
pcc/mip: match.c pass2.h

Log Message:
remove defunct variable declarations: fldshf, fldsz, instruct,
strucoff, brkflag, ltyp, rtyp & roverlap

also, rstatus which is used in mkext but not the compiler


To generate a diff of this commit:
cvs rdiff -u -r1.252 -r1.253 pcc/cc/ccom/pass1.h
cvs rdiff -u -r1.3 -r1.4 pcc/cc/cxxcom/pass1.h
cvs rdiff -u -r1.99 -r1.100 pcc/mip/match.c
cvs rdiff -u -r1.135 -r1.136 pcc/mip/pass2.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2012-10-21 01:00:01 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sun Oct 21 01:00:01 UTC 2012

Modified Files:
pcc: DATESTAMP

Log Message:
new date 20121021


To generate a diff of this commit:
cvs rdiff -u -r1.250 -r1.251 pcc/DATESTAMP

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2012-10-22 01:00:02 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Mon Oct 22 01:00:02 UTC 2012

Modified Files:
pcc: DATESTAMP

Log Message:
new date 20121022


To generate a diff of this commit:
cvs rdiff -u -r1.251 -r1.252 pcc/DATESTAMP

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Iain Hibbert
2012-10-22 09:18:52 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Mon Oct 22 09:18:52 UTC 2012

Modified Files:
pcc/cc/ccom: trees.c
pcc/cc/cxxcom: trees.c
pcc/mip: reader.c

Log Message:
mark intentional fall through on case statements
appeases lint and makes code reading easier


To generate a diff of this commit:
cvs rdiff -u -r1.318 -r1.319 pcc/cc/ccom/trees.c
cvs rdiff -u -r1.6 -r1.7 pcc/cc/cxxcom/trees.c
cvs rdiff -u -r1.283 -r1.284 pcc/mip/reader.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2012-10-23 01:00:02 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Tue Oct 23 01:00:02 UTC 2012

Modified Files:
pcc: DATESTAMP

Log Message:
new date 20121023


To generate a diff of this commit:
cvs rdiff -u -r1.252 -r1.253 pcc/DATESTAMP

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2012-10-26 01:00:02 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Fri Oct 26 01:00:02 UTC 2012

Modified Files:
pcc: DATESTAMP

Log Message:
new date 20121026


To generate a diff of this commit:
cvs rdiff -u -r1.253 -r1.254 pcc/DATESTAMP

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Iain Hibbert
2012-10-26 11:04:39 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Fri Oct 26 11:04:39 UTC 2012

Modified Files:
pcc/cc/cc: cc.c
pcc/os/darwin: ccconfig.h
pcc/os/netbsd: ccconfig.h

Log Message:
change EARLY_SETUP -> PCC_EARLY_SETUP,
and EARLY_ARG_CHECK -> PCC_EARLY_ARG_CHECK

and be consistent about statement terminators in the macros


To generate a diff of this commit:
cvs rdiff -u -r1.259 -r1.260 pcc/cc/cc/cc.c
cvs rdiff -u -r1.17 -r1.18 pcc/os/darwin/ccconfig.h
cvs rdiff -u -r1.25 -r1.26 pcc/os/netbsd/ccconfig.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2012-10-27 01:00:02 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sat Oct 27 01:00:02 UTC 2012

Modified Files:
pcc: DATESTAMP

Log Message:
new date 20121027


To generate a diff of this commit:
cvs rdiff -u -r1.254 -r1.255 pcc/DATESTAMP

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2012-10-29 02:00:02 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Mon Oct 29 02:00:02 UTC 2012

Modified Files:
pcc: DATESTAMP

Log Message:
new date 20121029


To generate a diff of this commit:
cvs rdiff -u -r1.255 -r1.256 pcc/DATESTAMP

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2012-10-30 02:00:02 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Tue Oct 30 02:00:02 UTC 2012

Modified Files:
pcc: DATESTAMP

Log Message:
new date 20121030


To generate a diff of this commit:
cvs rdiff -u -r1.256 -r1.257 pcc/DATESTAMP

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2012-11-01 02:00:02 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Thu Nov 1 02:00:02 UTC 2012

Modified Files:
pcc: DATESTAMP

Log Message:
new date 20121101


To generate a diff of this commit:
cvs rdiff -u -r1.257 -r1.258 pcc/DATESTAMP

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2012-11-03 02:00:02 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sat Nov 3 02:00:02 UTC 2012

Modified Files:
pcc: DATESTAMP

Log Message:
new date 20121103


To generate a diff of this commit:
cvs rdiff -u -r1.258 -r1.259 pcc/DATESTAMP

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

Loading...