Discussion:
CVS commit: pcc/cc/cc
Anders Magnusson
2012-09-23 08:39:48 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sun Sep 23 08:39:48 UTC 2012

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

Log Message:
Fix bug causing pcc not to obey just - as input.


To generate a diff of this commit:
cvs rdiff -u -r1.254 -r1.255 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
2012-09-24 11:32:32 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Mon Sep 24 11:32:32 UTC 2012

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

Log Message:
if we fail to gettmp(), do exit-with-cleanup


To generate a diff of this commit:
cvs rdiff -u -r1.255 -r1.256 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
2012-09-24 11:38:24 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Mon Sep 24 11:38:24 UTC 2012

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

Log Message:
upgrade 'option' warnings to errors


To generate a diff of this commit:
cvs rdiff -u -r1.256 -r1.257 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
2012-09-24 11:44:29 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Mon Sep 24 11:44:29 UTC 2012

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

Log Message:
upon reflection, don't accumulate option errors.. if the option
is unknown, we don't know anything about the rest of the command line


To generate a diff of this commit:
cvs rdiff -u -r1.257 -r1.258 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...