Mercurial > ~dholland > hg > tradcpp > index.cgi
annotate CHANGES @ 134:b17209c1ced5
Added tag release-0.3 for changeset 31fc4251ec3b
author | David A. Holland |
---|---|
date | Sun, 16 Jun 2013 22:41:27 -0400 |
parents | 31fc4251ec3b |
children | eaae8014a94a |
rev | line source |
---|---|
133 | 1 release 0.3 (20130616) |
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. |
129
2e1496dd96c4
Don't recognize macro argument parens or commas within quotes.
David A. Holland
parents:
128
diff
changeset
|
6 - Don't recognize macro argument parentheses or commas within strings, |
2e1496dd96c4
Don't recognize macro argument parens or commas within quotes.
David A. Holland
parents:
128
diff
changeset
|
7 or within character constants either. |
127 | 8 |
124 | 9 release 0.2 (20130611) |
102 | 10 - auto-recognize more builtin PowerPC and mips macros |
103 | 11 - pass -Wunused (partly from Baptiste Daroussin) |
104 | 12 - 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
|
13 - 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
|
14 - 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
|
15 from der Mouse, one of mine) |
107 | 16 - clean out usage of sys/cdefs.h macros and don't use the implementation |
17 namespace | |
109 | 18 - make -Wcomment work again |
112 | 19 - fix handling of relative includes |
110 | 20 - provide a man page |
115 | 21 - other minor improvements |
102 | 22 |
23 release 0.1 (20130610) | |
24 - first release, works with at least some imake templates |