Mercurial > ~dholland > hg > tradcpp > index.cgi
annotate CHANGES @ 127:a0a86380456e
fix for #if handling:
Don't eval the control expression of the first #if of a block when
already in a false block; it might not be valid. Reported by
Baptiste Daroussin.
author | David A. Holland |
---|---|
date | Wed, 12 Jun 2013 10:52:56 -0400 |
parents | 3ad1cd80f5a0 |
children | 1cda505ddc78 |
rev | line source |
---|---|
127 | 1 pending |
2 - don't eval the control expression of the first #if of a block when | |
3 already in a false block; it might not be valid. Reported by | |
4 Baptiste Daroussin. | |
5 | |
124 | 6 release 0.2 (20130611) |
102 | 7 - auto-recognize more builtin PowerPC and mips macros |
103 | 8 - pass -Wunused (partly from Baptiste Daroussin) |
104 | 9 - 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
|
10 - 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
|
11 - 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
|
12 from der Mouse, one of mine) |
107 | 13 - clean out usage of sys/cdefs.h macros and don't use the implementation |
14 namespace | |
109 | 15 - make -Wcomment work again |
112 | 16 - fix handling of relative includes |
110 | 17 - provide a man page |
115 | 18 - other minor improvements |
102 | 19 |
20 release 0.1 (20130610) | |
21 - first release, works with at least some imake templates |