CVS commit: src/external/bsd/pcc/dist/pcc/cc/ccom

2014-08-13 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Wed Aug 13 13:37:20 UTC 2014

Modified Files:
src/external/bsd/pcc/dist/pcc/cc/ccom: cgram.y

Log Message:
update to r1.377 from upstream, commit message from ragge:

Allow for use of restrict in array declarations (as gcc does).
Fixes gnu regex compilation as reported by William D. Jones on
NetBSD current-users.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.7 -r1.2 src/external/bsd/pcc/dist/pcc/cc/ccom/cgram.y

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



CVS commit: src/external/bsd/pcc/dist/pcc/cc/ccom

2014-03-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Mar 21 01:17:40 UTC 2014

Modified Files:
src/external/bsd/pcc/dist/pcc/cc/ccom: trees.c

Log Message:
fix Big Endian compilation


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/pcc/dist/pcc/cc/ccom/trees.c

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



CVS commit: src/external/bsd/pcc/dist/pcc/cc/ccom

2012-03-26 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Mar 26 22:06:04 UTC 2012

Modified Files:
src/external/bsd/pcc/dist/pcc/cc/ccom: ccom.1

Log Message:
Remove unnecessary Ns; fix formatting nit.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/pcc/dist/pcc/cc/ccom/ccom.1

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



CVS commit: src/external/bsd/pcc/dist/pcc/cc/ccom

2012-03-12 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Mon Mar 12 09:09:40 UTC 2012

Modified Files:
src/external/bsd/pcc/dist/pcc/cc/ccom: gcc_compat.c pass1.h

Log Message:
recognise (but ignore) the __returns_twice__ GCC attribute


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.2 \
src/external/bsd/pcc/dist/pcc/cc/ccom/gcc_compat.c \
src/external/bsd/pcc/dist/pcc/cc/ccom/pass1.h

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



CVS commit: src/external/bsd/pcc/dist/pcc/cc/ccom

2011-08-10 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Wed Aug 10 08:08:39 UTC 2011

Modified Files:
src/external/bsd/pcc/dist/pcc/cc/ccom: pftn.c

Log Message:
fix up some undefined behaviour, to appease gcc 4.5


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/pcc/dist/pcc/cc/ccom/pftn.c

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