Mercurial > ~dholland > hg > tradcpp > index.cgi
annotate CHANGES @ 126:cb08e397ce7b
Test nested ifs.
author | David A. Holland |
---|---|
date | Wed, 12 Jun 2013 10:51:10 -0400 |
parents | 3ad1cd80f5a0 |
children | a0a86380456e |
rev | line source |
---|---|
124 | 1 release 0.2 (20130611) |
102 | 2 - auto-recognize more builtin PowerPC and mips macros |
103 | 3 - pass -Wunused (partly from Baptiste Daroussin) |
104 | 4 - 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
|
5 - 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
|
6 - 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
|
7 from der Mouse, one of mine) |
107 | 8 - clean out usage of sys/cdefs.h macros and don't use the implementation |
9 namespace | |
109 | 10 - make -Wcomment work again |
112 | 11 - fix handling of relative includes |
110 | 12 - provide a man page |
115 | 13 - other minor improvements |
102 | 14 |
15 release 0.1 (20130610) | |
16 - first release, works with at least some imake templates |