Discussion:
CVS commit: pcc/cc/cpp
Iain Hibbert
2014-05-27 18:20:35 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Tue May 27 18:20:35 UTC 2014

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

Log Message:
style nits


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pcc/cc/cpp/token.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Iain Hibbert
2014-05-28 08:52:42 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Wed May 28 08:52:42 UTC 2014

Modified Files:
pcc/cc/cpp: cpp.c cpp.h cpy.y token.c

Log Message:
remove extra whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.190 -r1.191 pcc/cc/cpp/cpp.c
cvs rdiff -u -r1.67 -r1.68 pcc/cc/cpp/cpp.h
cvs rdiff -u -r1.20 -r1.21 pcc/cc/cpp/cpy.y
cvs rdiff -u -r1.112 -r1.113 pcc/cc/cpp/token.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Iain Hibbert
2014-05-28 20:20:54 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Wed May 28 20:20:54 UTC 2014

Modified Files:
pcc/cc/cpp: Makefile.in cpp.c token.c

Log Message:
rework the universal-character-name support
- only handle ucn in identifiers, string literals and char constants
- do not require unicode.c
- do not require ctype.h
- retire u8error() function


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pcc/cc/cpp/Makefile.in
cvs rdiff -u -r1.191 -r1.192 pcc/cc/cpp/cpp.c
cvs rdiff -u -r1.113 -r1.114 pcc/cc/cpp/token.c

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

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

Log Message:
reject UCN with values given in C99 6.4.3.2
from Antoine Leca, on pcc-list (slightly differently)


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 pcc/cc/cpp/token.c

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

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

Log Message:
Rework the parsing of #include and #include_next directives. All
characters except the closing " or > are valid in a header-name.

this should fix an issue reported by Antoine Leca, on pcc-list


To generate a diff of this commit:
cvs rdiff -u -r1.192 -r1.193 pcc/cc/cpp/cpp.c

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

Loading...