Discussion:
CVS commit: pcc/cc/cc
mickey-LVe2Dp0Iy+
2014-05-07 14:08:05 UTC
Permalink
Module Name: pcc
Committed By: mickey
Date: Wed May 7 14:08:05 UTC 2014

Modified Files:
pcc/cc/cc: cc.c

Log Message:
only print file being compiled if it is being compiled; ragge@ ok


To generate a diff of this commit:
cvs rdiff -u -r1.269 -r1.270 pcc/cc/cc/cc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Iain Hibbert
2014-05-09 18:55:09 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Fri May 9 18:55:09 UTC 2014

Modified Files:
pcc/cc/cc: cc.c

Log Message:
check the suffix of the filename, allow p++ to compile C++ files..

fixes PCC-427 by me


To generate a diff of this commit:
cvs rdiff -u -r1.270 -r1.271 pcc/cc/cc/cc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-05-11 12:11:00 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sun May 11 12:11:00 UTC 2014

Modified Files:
pcc/cc/cc: cc.c

Log Message:
Fix bug causing -M behave like -MD. Fixes Jira#PCC-431 by Iain Hibbert.


To generate a diff of this commit:
cvs rdiff -u -r1.271 -r1.272 pcc/cc/cc/cc.c

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

Loading...