[Pcc-commit] CVS commit: pcc/cc/cpp

2017-06-24 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Jun 24 16:29:39 UTC 2017 Modified Files: pcc/cc/cpp: cpp.c Log Message: String parsing in macro expansion was slightly incorrect. Fixes bug reported by Tim Kelly. To generate a diff of this commit: cvs rdiff -u -r1.302

[Pcc-commit] CVS commit: pcc/cc/cpp/tests

2017-06-24 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Jun 24 16:28:23 UTC 2017 Added Files: pcc/cc/cpp/tests: test21 Log Message: t case for string parse bug. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pcc/cc/cpp/tests/test21 Please note that diffs are not

[Pcc-commit] CVS commit: pcc/cc/cpp

2017-06-24 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Jun 24 14:19:03 UTC 2017 Modified Files: pcc/cc/cpp: cpp.c Log Message: Inline putob() on two places to speed up processing (due to gprof). To generate a diff of this commit: cvs rdiff -u -r1.301 -r1.302 pcc/cc/cpp/cpp.c

[Pcc-commit] CVS commit: pcc/cc/cpp

2017-06-24 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Jun 24 10:42:06 UTC 2017 Modified Files: pcc/cc/cpp: cpp.c token.c Log Message: Support libvmf for macro storage. Bugfix libvmf use for input buffers. To generate a diff of this commit: cvs rdiff -u -r1.300 -r1.301

[Pcc-commit] CVS commit: pcc

2017-06-23 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Jun 24 01:00:02 UTC 2017 Modified Files: pcc: DATESTAMP Log Message: new date 20170624 To generate a diff of this commit: cvs rdiff -u -r1.585 -r1.586 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/cc/cpp

2017-06-23 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Fri Jun 23 10:30:27 UTC 2017 Modified Files: pcc/cc/cpp: cpp.c Log Message: Rewrite macro storage code slightly. Fixes bug with small buffers. To generate a diff of this commit: cvs rdiff -u -r1.299 -r1.300 pcc/cc/cpp/cpp.c

[Pcc-commit] CVS commit: pcc/cc/cpp/tests

2017-06-23 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Fri Jun 23 09:59:35 UTC 2017 Added Files: pcc/cc/cpp/tests: test20 Log Message: A test that may break everything. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pcc/cc/cpp/tests/test20 Please note that diffs are not

[Pcc-commit] CVS commit: pcc

2017-06-17 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Jun 18 01:00:02 UTC 2017 Modified Files: pcc: DATESTAMP Log Message: new date 20170618 To generate a diff of this commit: cvs rdiff -u -r1.584 -r1.585 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/cc/cpp

2017-06-17 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Jun 17 14:46:48 UTC 2017 Modified Files: pcc/cc/cpp: cpp.c Log Message: Cleanup some pointer arithmetic. To generate a diff of this commit: cvs rdiff -u -r1.298 -r1.299 pcc/cc/cpp/cpp.c Please note that diffs are not

[Pcc-commit] CVS commit: pcc/cc/cpp

2017-06-17 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Jun 17 14:30:49 UTC 2017 Modified Files: pcc/cc/cpp: cpp.c Log Message: Must rescan argument buffer if any expansion was found. Fixes bug reported on pcc-list by Marian Buschsieweke. To generate a diff of this commit: cvs

[Pcc-commit] CVS commit: pcc/cc/cpp

2017-06-16 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Fri Jun 16 07:01:49 UTC 2017 Modified Files: pcc/cc/cpp: cpp.c Log Message: Delete trailing whitespaces in defines by traversing from beginning of macro instead of end. The latter could cause erroneous findings if the macro ended

[Pcc-commit] CVS commit: pcc

2017-04-02 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Apr 3 01:00:02 UTC 2017 Modified Files: pcc: DATESTAMP Log Message: new date 20170403 To generate a diff of this commit: cvs rdiff -u -r1.582 -r1.583 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/cc/cc

2017-04-02 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Apr 2 08:28:28 UTC 2017 Modified Files: pcc/cc/cc: cc.c Log Message: Convert -rdynamic to --export-dynamic to linker. Adds missing option reported by Vitaliy V. Tokarev. To generate a diff of this commit: cvs rdiff -u

[Pcc-commit] CVS commit: pcc/arch/i386

2017-04-01 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Apr 1 09:44:50 UTC 2017 Modified Files: pcc/arch/i386: table.c Log Message: One step further towards char in int regs. To generate a diff of this commit: cvs rdiff -u -r1.148 -r1.149 pcc/arch/i386/table.c Please note that

[Pcc-commit] CVS commit: pcc

2017-03-26 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Mar 27 01:00:02 UTC 2017 Modified Files: pcc: DATESTAMP Log Message: new date 20170327 To generate a diff of this commit: cvs rdiff -u -r1.580 -r1.581 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc

2017-03-26 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Mar 26 18:14:14 UTC 2017 Modified Files: pcc/arch/amd64: local2.c pcc/mip: regs.c Log Message: Ensure that the rnames array is the size of all registers, and that NULL entries do not affect xasm checking. Bugfix given

[Pcc-commit] CVS commit: pcc

2017-03-19 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Mar 20 02:00:02 UTC 2017 Modified Files: pcc: DATESTAMP Log Message: new date 20170320 To generate a diff of this commit: cvs rdiff -u -r1.579 -r1.580 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/cc/cxxcom

2017-03-16 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Thu Mar 16 16:32:51 UTC 2017 Modified Files: pcc/cc/cxxcom: main.c Log Message: Need xscp definition. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pcc/cc/cxxcom/main.c Please note that diffs are not public

[Pcc-commit] CVS commit: pcc/mip

2017-03-16 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Thu Mar 16 16:19:51 UTC 2017 Modified Files: pcc/mip: optim2.c Log Message: Small reorder of constant propagation. To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 pcc/mip/optim2.c Please note that diffs are not

[Pcc-commit] CVS commit: pcc

2017-03-15 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Thu Mar 16 02:00:02 UTC 2017 Modified Files: pcc: DATESTAMP Log Message: new date 20170316 To generate a diff of this commit: cvs rdiff -u -r1.577 -r1.578 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc

2017-03-15 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Wed Mar 15 08:31:48 UTC 2017 Modified Files: pcc/cc/ccom: main.c pcc/mip: manifest.h optim2.c Log Message: Add code for simple constant propagation. Not enabled by default. To generate a diff of this commit: cvs rdiff

[Pcc-commit] CVS commit: pcc

2017-03-13 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Tue Mar 14 02:00:01 UTC 2017 Modified Files: pcc: DATESTAMP Log Message: new date 20170314 To generate a diff of this commit: cvs rdiff -u -r1.576 -r1.577 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/cc/cc

2017-03-13 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Mar 13 18:03:48 UTC 2017 Modified Files: pcc/cc/cc: cc.c Log Message: Enable ssa by default. To generate a diff of this commit: cvs rdiff -u -r1.313 -r1.314 pcc/cc/cc/cc.c Please note that diffs are not public domain; they

[Pcc-commit] CVS commit: pcc/cc/ccom

2017-03-13 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Mar 13 15:53:27 UTC 2017 Modified Files: pcc/cc/ccom: trees.c Log Message: Use int for expanded bitfields instead of the field type. To generate a diff of this commit: cvs rdiff -u -r1.379 -r1.380 pcc/cc/ccom/trees.c

[Pcc-commit] CVS commit: pcc

2017-03-11 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Mar 12 02:00:02 UTC 2017 Modified Files: pcc: DATESTAMP Log Message: new date 20170312 To generate a diff of this commit: cvs rdiff -u -r1.575 -r1.576 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc

2017-03-11 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Mar 11 09:22:09 UTC 2017 Modified Files: pcc/arch/i386: macdefs.h order.c table.c pcc/mip: match.c mkext.c pass2.h reader.c regs.c pcc/os/openbsd: ccconfig.h Log Message: Change how instruction needs are

[Pcc-commit] CVS commit: pcc

2017-03-02 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Fri Mar 3 02:00:02 UTC 2017 Modified Files: pcc: DATESTAMP Log Message: new date 20170303 To generate a diff of this commit: cvs rdiff -u -r1.574 -r1.575 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/common

2017-03-02 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Thu Mar 2 21:13:44 UTC 2017 Modified Files: pcc/common: softfloat.h Log Message: Update prototypes. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pcc/common/softfloat.h Please note that diffs are not public

[Pcc-commit] CVS commit: pcc/common

2017-03-02 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Thu Mar 2 21:13:20 UTC 2017 Added Files: pcc/common: softfloat.c strtodg.c Log Message: Files for softfloat and constant conversion. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pcc/common/softfloat.c

[Pcc-commit] CVS commit: pcc/arch/i386

2017-03-02 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Thu Mar 2 21:11:52 UTC 2017 Modified Files: pcc/arch/i386: local.c Log Message: Do not try to print out soft floats here. To generate a diff of this commit: cvs rdiff -u -r1.202 -r1.203 pcc/arch/i386/local.c Please note that

[Pcc-commit] CVS commit: pcc/cc/ccom

2017-03-02 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Thu Mar 2 21:10:45 UTC 2017 Modified Files: pcc/cc/ccom: Makefile.in builtins.c pass1.h scan.l trees.c Log Message: Add initial support for softfloat. From Antoine Leca, slightly altered by myself. To generate a diff of this

[Pcc-commit] CVS commit: pcc/cc/cpp/tests

2017-02-27 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Feb 27 19:34:48 UTC 2017 Modified Files: pcc/cc/cpp/tests: res14 test14 Log Message: Add test for the \n macro readin bug. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pcc/cc/cpp/tests/res14 cvs rdiff -u

[Pcc-commit] CVS commit: pcc/cc/cpp

2017-02-27 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Feb 27 19:31:23 UTC 2017 Modified Files: pcc/cc/cpp: cpp.c Log Message: Only print out a space after \n if not first char on line, otherwise concatenation won't work. Fixes bug reported by M. Levinson. To generate a diff

[Pcc-commit] CVS commit: pcc/cc/ccom

2017-02-27 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Feb 27 17:36:22 UTC 2017 Modified Files: pcc/cc/ccom: builtins.c Log Message: Add __builtin_popcount and friends. From Vitalie Ciubotaru. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 pcc/cc/ccom/builtins.c

[Pcc-commit] CVS commit: pcc

2017-02-26 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Feb 27 02:00:02 UTC 2017 Modified Files: pcc: DATESTAMP Log Message: new date 20170227 To generate a diff of this commit: cvs rdiff -u -r1.572 -r1.573 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/cc/cpp

2017-02-26 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Feb 26 09:08:56 UTC 2017 Modified Files: pcc/cc/cpp: cpp.c Log Message: Fix bug causing libpng to fail. Reported by Tim Kelly. To generate a diff of this commit: cvs rdiff -u -r1.294 -r1.295 pcc/cc/cpp/cpp.c Please note

[Pcc-commit] CVS commit: pcc

2017-02-18 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Feb 19 02:00:01 UTC 2017 Modified Files: pcc: DATESTAMP Log Message: new date 20170219 To generate a diff of this commit: cvs rdiff -u -r1.571 -r1.572 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc

2017-02-16 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Fri Feb 17 02:00:01 UTC 2017 Modified Files: pcc: DATESTAMP Log Message: new date 20170217 To generate a diff of this commit: cvs rdiff -u -r1.570 -r1.571 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/arch/pdp7

2017-02-16 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Thu Feb 16 18:55:31 UTC 2017 Modified Files: pcc/arch/pdp7: code.c local.c local2.c macdefs.h order.c table.c Log Message: Add some support to select between 9 and 18 bit chars. To generate a diff of this commit: cvs rdiff -u

[Pcc-commit] CVS commit: pcc

2017-02-11 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Feb 12 02:00:01 UTC 2017 Modified Files: pcc: DATESTAMP Log Message: new date 20170212 To generate a diff of this commit: cvs rdiff -u -r1.569 -r1.570 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/arch/pdp7

2017-02-11 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Feb 11 09:20:01 UTC 2017 Modified Files: pcc/arch/pdp7: local.c local2.c macdefs.h order.c table.c Log Message: Introduce 7 emulated regs. Make use of emulated FP and SP. To generate a diff of this commit: cvs rdiff -u

[Pcc-commit] CVS commit: pcc

2017-02-06 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Tue Feb 7 02:00:02 UTC 2017 Modified Files: pcc: DATESTAMP Log Message: new date 20170207 To generate a diff of this commit: cvs rdiff -u -r1.568 -r1.569 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/arch/pdp7

2017-02-06 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Feb 6 21:09:02 UTC 2017 Modified Files: pcc/arch/pdp7: table.c Log Message: More added table entries. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pcc/arch/pdp7/table.c Please note that diffs are not

[Pcc-commit] CVS commit: pcc/arch/pdp7

2017-02-05 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Feb 5 19:30:43 UTC 2017 Modified Files: pcc/arch/pdp7: code.c local.c local2.c table.c Log Message: Fix a few allocation bugs. Add more instructions. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

[Pcc-commit] CVS commit: pcc/arch/pdp7

2017-02-05 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Feb 5 14:55:20 UTC 2017 Modified Files: pcc/arch/pdp7: local.c local2.c macdefs.h order.c table.c Log Message: Add more instructions and logic. Passes first 11 tests by Warren Toomey. To generate a diff of this commit:

[Pcc-commit] CVS commit: pcc

2017-02-03 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Feb 4 02:00:02 UTC 2017 Modified Files: pcc: DATESTAMP Log Message: new date 20170204 To generate a diff of this commit: cvs rdiff -u -r1.566 -r1.567 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/arch/pdp7

2017-02-03 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Fri Feb 3 09:19:55 UTC 2017 Modified Files: pcc/arch/pdp7: table.c Log Message: MINUS/DIV from Warren Toomey. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pcc/arch/pdp7/table.c Please note that diffs are not

[Pcc-commit] CVS commit: pcc/arch/pdp7

2017-01-23 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Jan 23 17:45:32 UTC 2017 Modified Files: pcc/arch/pdp7: order.c table.c Log Message: Fix link bug. Fake OREG for UMUL to make code generator happy. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

[Pcc-commit] CVS commit: pcc

2017-01-22 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Jan 23 02:00:02 UTC 2017 Modified Files: pcc: DATESTAMP Log Message: new date 20170123 To generate a diff of this commit: cvs rdiff -u -r1.564 -r1.565 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/arch/pdp7

2017-01-22 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Jan 22 18:06:51 UTC 2017 Modified Files: pcc/arch/pdp7: local.c local2.c table.c Log Message: More fixes to strings etc... To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pcc/arch/pdp7/local.c cvs rdiff -u -r1.4

[Pcc-commit] CVS commit: pcc

2017-01-21 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Jan 22 02:00:02 UTC 2017 Modified Files: pcc: DATESTAMP Log Message: new date 20170122 To generate a diff of this commit: cvs rdiff -u -r1.563 -r1.564 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/arch/pdp7

2017-01-21 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Jan 21 17:18:46 UTC 2017 Modified Files: pcc/arch/pdp7: code.c local.c local2.c macdefs.h order.c table.c Log Message: More fixes for pdp7. Char emulation added. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

[Pcc-commit] CVS commit: pcc/arch/pdp7

2017-01-21 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Wed Jan 18 07:42:01 UTC 2017 Added Files: pcc/arch/pdp7: macdefs.h Log Message: Oops, forgot this. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pcc/arch/pdp7/macdefs.h Please note that diffs are not public domain;

[Pcc-commit] CVS commit: pcc

2017-01-21 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Wed Jan 18 08:45:47 UTC 2017 Modified Files: pcc/arch/pdp7: macdefs.h pcc/os/none: ccconfig.h Log Message: Fixes for pdp7, from Warren Toomey. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

[Pcc-commit] CVS commit: pcc/arch/pdp7

2017-01-21 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Wed Jan 18 18:02:08 UTC 2017 Modified Files: pcc/arch/pdp7: code.c local.c local2.c macdefs.h table.c Log Message: Add code to handle arguments and (some) conditionals. x(a){ int i; for (i = 0; i < a; i++) z(i); } seems to

[Pcc-commit] CVS commit: pcc

2017-01-21 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Fri Jan 20 02:00:02 UTC 2017 Modified Files: pcc: DATESTAMP Log Message: new date 20170120 To generate a diff of this commit: cvs rdiff -u -r1.562 -r1.563 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc

2017-01-21 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Thu Jan 19 02:00:02 UTC 2017 Modified Files: pcc: DATESTAMP Log Message: new date 20170119 To generate a diff of this commit: cvs rdiff -u -r1.561 -r1.562 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/arch/pdp7

2017-01-21 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Thu Jan 19 07:56:18 UTC 2017 Modified Files: pcc/arch/pdp7: code.c macdefs.h Log Message: Missed #define in code.c for c++. Don't print out .file directives. Bugs from Warren Toomey. To generate a diff of this commit: cvs rdiff

[Pcc-commit] CVS commit: pcc

2017-01-17 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Wed Jan 18 02:00:02 UTC 2017 Modified Files: pcc: DATESTAMP Log Message: new date 20170118 To generate a diff of this commit: cvs rdiff -u -r1.560 -r1.561 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc

2017-01-17 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Tue Jan 17 20:53:52 UTC 2017 Modified Files: pcc: config.sub configure configure.ac Log Message: Understand pdp7 as architecture. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pcc/config.sub cvs rdiff -u -r1.133

[Pcc-commit] CVS commit: pcc/arch/pdp7

2017-01-17 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Tue Jan 17 19:48:36 UTC 2017 Added Files: pcc/arch/pdp7: code.c local.c local2.c order.c table.c Log Message: Initial files for pdp7 port. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pcc/arch/pdp7/code.c

[Pcc-commit] CVS commit: pcc/arch/pdp11

2017-01-17 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Tue Jan 17 13:12:14 UTC 2017 Modified Files: pcc/arch/pdp11: code.c local.c local2.c macdefs.h order.c Log Message: Update pdp11 to redcent changes. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

[Pcc-commit] CVS commit: pcc

2016-12-11 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Dec 12 02:00:02 UTC 2016 Modified Files: pcc: DATESTAMP Log Message: new date 20161212 To generate a diff of this commit: cvs rdiff -u -r1.559 -r1.560 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/arch/amd64

2016-12-11 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Dec 11 13:41:27 UTC 2016 Modified Files: pcc/arch/amd64: code.c Log Message: Fix classification bug that revealed itself by compiling gawk. To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 pcc/arch/amd64/code.c

[Pcc-commit] CVS commit: pcc

2016-12-04 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Dec 5 02:00:02 UTC 2016 Modified Files: pcc: DATESTAMP Log Message: new date 20161205 To generate a diff of this commit: cvs rdiff -u -r1.558 -r1.559 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/cc/cpp

2016-12-04 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Dec 4 12:55:05 UTC 2016 Modified Files: pcc/cc/cpp: cpp.c cpp.h Log Message: Slightly change syntax in how cmac works. Fixes bug when wrapping buffers. To generate a diff of this commit: cvs rdiff -u -r1.293 -r1.294

[Pcc-commit] CVS commit: pcc

2016-12-01 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Fri Dec 2 02:00:02 UTC 2016 Modified Files: pcc: DATESTAMP Log Message: new date 20161202 To generate a diff of this commit: cvs rdiff -u -r1.557 -r1.558 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/cc/cpp

2016-12-01 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Thu Dec 1 20:58:58 UTC 2016 Modified Files: pcc/cc/cpp: cpp.c cpp.h token.c Log Message: Use segmented macro buffers. No limits anymore. To generate a diff of this commit: cvs rdiff -u -r1.292 -r1.293 pcc/cc/cpp/cpp.c cvs

[Pcc-commit] CVS commit: pcc/cc/ccom

2016-11-21 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Nov 21 20:56:38 UTC 2016 Modified Files: pcc/cc/ccom: builtins.c Log Message: Do not call eve again for __builtin_types_compatible_p(). Fixes bug reported by Tim Kelly. To generate a diff of this commit: cvs rdiff -u

[Pcc-commit] CVS commit: pcc/cc/cpp

2016-11-21 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Nov 21 19:17:02 UTC 2016 Modified Files: pcc/cc/cpp: token.c Log Message: Fix bug causing '\'' '\"' at the same line fail if flslvl. Fixes curl bug reported by Tim Kelly. To generate a diff of this commit: cvs rdiff -u

[Pcc-commit] CVS commit: pcc

2016-11-16 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Wed Nov 16 19:47:01 UTC 2016 Modified Files: pcc: configure configure.ac Log Message: It's --with-yasm, not --use-yasm, from Tim Kelly. To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 pcc/configure cvs rdiff -u

[Pcc-commit] CVS commit: pcc

2016-11-14 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Tue Nov 15 02:00:02 UTC 2016 Modified Files: pcc: DATESTAMP Log Message: new date 20161115 To generate a diff of this commit: cvs rdiff -u -r1.554 -r1.555 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/cc/cpp

2016-11-14 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Nov 14 15:22:20 UTC 2016 Modified Files: pcc/cc/cpp: cpp.c Log Message: Fix bug causing buffer overwrite. Reported by Tim Kelly. To generate a diff of this commit: cvs rdiff -u -r1.291 -r1.292 pcc/cc/cpp/cpp.c Please note

[Pcc-commit] CVS commit: pcc

2016-11-06 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Nov 7 02:00:02 UTC 2016 Modified Files: pcc: DATESTAMP Log Message: new date 20161107 To generate a diff of this commit: cvs rdiff -u -r1.553 -r1.554 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc

2016-10-17 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Tue Oct 18 01:00:02 UTC 2016 Modified Files: pcc: DATESTAMP Log Message: new date 20161018 To generate a diff of this commit: cvs rdiff -u -r1.552 -r1.553 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/cc/cpp

2016-10-17 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Oct 17 17:12:11 UTC 2016 Modified Files: pcc/cc/cpp: cpp.c Log Message: Must read char directly from input buffer after BLKID in readargs, otherwise block number 13 will be discarded. Bug reported by Brian Callahan. To

[Pcc-commit] CVS commit: pcc

2016-10-16 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Oct 17 01:00:02 UTC 2016 Modified Files: pcc: DATESTAMP Log Message: new date 20161017 To generate a diff of this commit: cvs rdiff -u -r1.551 -r1.552 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/cc/cc

2016-10-16 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Oct 16 09:15:58 UTC 2016 Modified Files: pcc/cc/cc: cc.c Log Message: Understand PIE better, from Brian Callahan. To generate a diff of this commit: cvs rdiff -u -r1.312 -r1.313 pcc/cc/cc/cc.c Please note that diffs are

[Pcc-commit] CVS commit: pcc/cc/cpp

2016-10-16 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Oct 16 09:12:11 UTC 2016 Modified Files: pcc/cc/cpp: cpp.c Log Message: LP64 fix, from Brian Callahan. To generate a diff of this commit: cvs rdiff -u -r1.289 -r1.290 pcc/cc/cpp/cpp.c Please note that diffs are not public

[Pcc-commit] CVS commit: pcc/os/openbsd

2016-10-16 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Oct 16 09:10:55 UTC 2016 Modified Files: pcc/os/openbsd: ccconfig.h Log Message: Fix OpenBSD definitions, from Brian Callahan. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pcc/os/openbsd/ccconfig.h Please

[Pcc-commit] CVS commit: pcc/arch/amd64

2016-10-16 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Oct 16 09:09:16 UTC 2016 Modified Files: pcc/arch/amd64: local.c Log Message: Long long fix, from Iain Hibbert. To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 pcc/arch/amd64/local.c Please note that diffs

[Pcc-commit] CVS commit: pcc

2016-10-15 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Oct 16 01:00:01 UTC 2016 Modified Files: pcc: DATESTAMP Log Message: new date 20161016 To generate a diff of this commit: cvs rdiff -u -r1.550 -r1.551 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/cc/cpp

2016-10-15 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Oct 15 12:52:05 UTC 2016 Modified Files: pcc/cc/cpp: cpp.c Log Message: Slight cleanup of #line directive. To generate a diff of this commit: cvs rdiff -u -r1.288 -r1.289 pcc/cc/cpp/cpp.c Please note that diffs are not

[Pcc-commit] CVS commit: pcc/cc/cpp

2016-10-15 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Oct 15 09:12:38 UTC 2016 Modified Files: pcc/cc/cpp: cpp.c pcc/cc/cpp/tests: res16C res3 Log Message: Merge readargs 1 & 2. Fix test cases for late cpp changes. To generate a diff of this commit: cvs rdiff -u

[Pcc-commit] CVS commit: pcc

2016-10-14 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Oct 15 01:00:02 UTC 2016 Modified Files: pcc: DATESTAMP Log Message: new date 20161015 To generate a diff of this commit: cvs rdiff -u -r1.549 -r1.550 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/cc/cpp

2016-10-14 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Fri Oct 14 16:22:18 UTC 2016 Modified Files: pcc/cc/cpp: cpp.c Log Message: Slightly improve readargs(). To generate a diff of this commit: cvs rdiff -u -r1.286 -r1.287 pcc/cc/cpp/cpp.c Please note that diffs are not public

[Pcc-commit] CVS commit: pcc/cc/cpp

2016-10-13 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Thu Oct 13 18:20:36 UTC 2016 Modified Files: pcc/cc/cpp: cpp.c cpp.h token.c Log Message: Convert more macro routines to use buf. To generate a diff of this commit: cvs rdiff -u -r1.285 -r1.286 pcc/cc/cpp/cpp.c cvs rdiff -u

[Pcc-commit] CVS commit: pcc-libs/libsoftfloat

2016-10-12 Thread Anders Magnusson
Module Name:pcc-libs Committed By: ragge Date: Wed Oct 12 18:22:29 UTC 2016 Modified Files: pcc-libs/libsoftfloat: softfloat-specialize Log Message: Fix one more warning. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

[Pcc-commit] CVS commit: pcc-libs/libsoftfloat

2016-10-12 Thread Anders Magnusson
Module Name:pcc-libs Committed By: ragge Date: Wed Oct 12 16:08:26 UTC 2016 Modified Files: pcc-libs/libsoftfloat: softfloat-specialize pcc-libs/libsoftfloat/bits64: softfloat-macros softfloat.c Log Message: Make libpcc compile with -Wall -Wextra -Wtruncate.

[Pcc-commit] CVS commit: pcc/mip

2016-10-12 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Wed Oct 12 07:46:58 UTC 2016 Modified Files: pcc/mip: common.c Log Message: More explaining text for Wpointer_sign, patch from Brian Callahan. To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124 pcc/mip/common.c

[Pcc-commit] CVS commit: pcc

2016-10-11 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Wed Oct 12 01:00:02 UTC 2016 Modified Files: pcc: DATESTAMP Log Message: new date 20161012 To generate a diff of this commit: cvs rdiff -u -r1.546 -r1.547 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc-libs

2016-10-11 Thread Anders Magnusson
Module Name:pcc-libs Committed By: ragge Date: Tue Oct 11 15:51:45 UTC 2016 Modified Files: pcc-libs: configure configure.ac Log Message: Add some OpenBSD targets. From Brian Callahan. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pcc-libs/configure

[Pcc-commit] CVS commit: pcc/os/openbsd

2016-10-11 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Tue Oct 11 15:34:39 UTC 2016 Modified Files: pcc/os/openbsd: ccconfig.h Log Message: Let OpenBSD use libpcc. From Brian Callahan. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pcc/os/openbsd/ccconfig.h Please

[Pcc-commit] CVS commit: pcc/cc/cpp

2016-10-11 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Tue Oct 11 15:28:11 UTC 2016 Modified Files: pcc/cc/cpp: cpp.c Log Message: Remove unused var, from Brian Callahan. To generate a diff of this commit: cvs rdiff -u -r1.283 -r1.284 pcc/cc/cpp/cpp.c Please note that diffs are

[Pcc-commit] CVS commit: pcc/mip

2016-10-11 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Tue Oct 11 15:27:38 UTC 2016 Modified Files: pcc/mip: optim2.c Log Message: Fix formatting, from Brian Callahan. To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 pcc/mip/optim2.c Please note that diffs are not

[Pcc-commit] CVS commit: pcc

2016-10-11 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Tue Oct 11 13:48:24 UTC 2016 Modified Files: pcc/arch/amd64: code.c pcc/cc/cc: cc.c pcc/cc/ccom: cgram.y gcc_compat.c init.c pftn.c scan.l symtabs.c pcc/cc/cpp: cpp.c token.c pcc/cc/cxxcom: cgram.y

[Pcc-commit] CVS commit: pcc

2016-10-10 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Tue Oct 11 01:00:02 UTC 2016 Modified Files: pcc: DATESTAMP Log Message: new date 20161011 To generate a diff of this commit: cvs rdiff -u -r1.545 -r1.546 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/cc/cc

2016-10-10 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Oct 10 20:15:58 UTC 2016 Modified Files: pcc/cc/cc: cc.c Log Message: Fixes for cc.c, mostly from Brian Callahan. To generate a diff of this commit: cvs rdiff -u -r1.310 -r1.311 pcc/cc/cc/cc.c Please note that diffs are

[Pcc-commit] CVS commit: pcc/arch/amd64

2016-10-10 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Oct 10 19:02:59 UTC 2016 Modified Files: pcc/arch/amd64: code.c local.c local2.c Log Message: Ensure these files compile cleanly. Slightly modified patch from Brian Callahan. To generate a diff of this commit: cvs rdiff -u

[Pcc-commit] CVS commit: pcc/cc/cc

2016-10-10 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Oct 10 11:27:49 UTC 2016 Modified Files: pcc/cc/cc: cc.1 Log Message: Add some options to man page. From Brian Callahan in Jira#PCC-576. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pcc/cc/cc/cc.1 Please

<    1   2   3   4   5   6   7   8   9   10   >