Mercurial > ~dholland > hg > tradcpp > index.cgi
annotate CHANGES @ 128:1cda505ddc78
Don't expand macros within character constants.
author | David A. Holland |
---|---|
date | Fri, 14 Jun 2013 20:59:24 -0400 |
parents | a0a86380456e |
children | 2e1496dd96c4 |
rev | line source |
---|---|
127 | 1 pending |
128
1cda505ddc78
Don't expand macros within character constants.
David A. Holland
parents:
127
diff
changeset
|
2 - Don't eval the control expression of the first #if of a block when |
127 | 3 already in a false block; it might not be valid. Reported by |
4 Baptiste Daroussin. | |
128
1cda505ddc78
Don't expand macros within character constants.
David A. Holland
parents:
127
diff
changeset
|
5 - Don't recognize comments within character constants. |
127 | 6 |
124 | 7 release 0.2 (20130611) |
102 | 8 - auto-recognize more builtin PowerPC and mips macros |
103 | 9 - pass -Wunused (partly from Baptiste Daroussin) |
104 | 10 - allow absolute paths in include files (partly from Baptiste Daroussin) |
105
600f36cd7353
don't use getprogname() in the name of portability
David A. Holland
parents:
104
diff
changeset
|
11 - don't use getprogname() in the name of portability |
106
ecec7c16e3ba
add a couple more tests, taken from the 2010 tech-toolchain thread
David A. Holland
parents:
105
diff
changeset
|
12 - add tests arising from December 2010 tech-toolchain thread (one |
ecec7c16e3ba
add a couple more tests, taken from the 2010 tech-toolchain thread
David A. Holland
parents:
105
diff
changeset
|
13 from der Mouse, one of mine) |
107 | 14 - clean out usage of sys/cdefs.h macros and don't use the implementation |
15 namespace | |
109 | 16 - make -Wcomment work again |
112 | 17 - fix handling of relative includes |
110 | 18 - provide a man page |
115 | 19 - other minor improvements |
102 | 20 |
21 release 0.1 (20130610) | |
22 - first release, works with at least some imake templates |