Mercurial > ~dholland > hg > tradcpp > index.cgi
annotate CHANGES @ 137:0816803b22d1
Improve usage reporting.
Since imake is a principal application for tradcpp and imake carefully
hides what it's doing when you run it, when rejecting an invalid
option be sure to report *what* that option is.
author | David A. Holland |
---|---|
date | Tue, 09 Jul 2013 13:43:27 -0400 |
parents | eaae8014a94a |
children | 85b66cc0344e |
rev | line source |
---|---|
135
eaae8014a94a
Don't assert and leak memory if failing during argument collection.
David A. Holland
parents:
133
diff
changeset
|
1 pending |
eaae8014a94a
Don't assert and leak memory if failing during argument collection.
David A. Holland
parents:
133
diff
changeset
|
2 - Don't leak memory and assert if a bad command-line option comes |
eaae8014a94a
Don't assert and leak memory if failing during argument collection.
David A. Holland
parents:
133
diff
changeset
|
3 after a -D or a -include foo. |
137 | 4 - Since imake is a principal application for tradcpp and imake carefully |
5 hides what it's doing when you run it, when rejecting an invalid option | |
6 be sure to report *what* that option is. | |
135
eaae8014a94a
Don't assert and leak memory if failing during argument collection.
David A. Holland
parents:
133
diff
changeset
|
7 |
133 | 8 release 0.3 (20130616) |
128
1cda505ddc78
Don't expand macros within character constants.
David A. Holland
parents:
127
diff
changeset
|
9 - Don't eval the control expression of the first #if of a block when |
127 | 10 already in a false block; it might not be valid. Reported by |
11 Baptiste Daroussin. | |
128
1cda505ddc78
Don't expand macros within character constants.
David A. Holland
parents:
127
diff
changeset
|
12 - 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
|
13 - 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
|
14 or within character constants either. |
127 | 15 |
124 | 16 release 0.2 (20130611) |
102 | 17 - auto-recognize more builtin PowerPC and mips macros |
103 | 18 - pass -Wunused (partly from Baptiste Daroussin) |
104 | 19 - 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
|
20 - 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
|
21 - 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
|
22 from der Mouse, one of mine) |
107 | 23 - clean out usage of sys/cdefs.h macros and don't use the implementation |
24 namespace | |
109 | 25 - make -Wcomment work again |
112 | 26 - fix handling of relative includes |
110 | 27 - provide a man page |
115 | 28 - other minor improvements |
102 | 29 |
30 release 0.1 (20130610) | |
31 - first release, works with at least some imake templates |