Discussion:
CVS commit: pcc/cc/ccom
Anders Magnusson
2014-07-01 16:09:36 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Tue Jul 1 16:09:36 UTC 2014

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

Log Message:
Call external functions for complex mul/div.


To generate a diff of this commit:
cvs rdiff -u -r1.376 -r1.377 pcc/cc/ccom/pftn.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-07-02 12:14:34 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Wed Jul 2 12:14:34 UTC 2014

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

Log Message:
Fix bad naming of complex routines, and avoid a spurious segfault.


To generate a diff of this commit:
cvs rdiff -u -r1.377 -r1.378 pcc/cc/ccom/pftn.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-07-02 15:31:41 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Wed Jul 2 15:31:41 UTC 2014

Modified Files:
pcc/cc/ccom: cgram.y pftn.c

Log Message:
Understand || and && between complex numbers.
Allow for complex numbers to be used without comparisions in
conditional statements.
Fixes Jira#PCC-451 and Jira#PCC-442 by Fred J. Tydeman.


To generate a diff of this commit:
cvs rdiff -u -r1.375 -r1.376 pcc/cc/ccom/cgram.y
cvs rdiff -u -r1.378 -r1.379 pcc/cc/ccom/pftn.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-07-03 17:30:31 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Thu Jul 3 17:30:31 UTC 2014

Modified Files:
pcc/cc/ccom: scan.l

Log Message:
Must handle + as well as - when parsing hex constants.
Fixes Jira#PCC-301 by Fred J. Tydeman (reopened).


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 pcc/cc/ccom/scan.l

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-07-05 09:05:53 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sat Jul 5 09:05:53 UTC 2014

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

Log Message:
When using logical operators on constants the result must always be INT.
Yet one more fallout from the time where everything was int.
Fixes Jira#PCC-455 by Volkmar Klatt.


To generate a diff of this commit:
cvs rdiff -u -r1.329 -r1.330 pcc/cc/ccom/trees.c

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

Loading...