Mercurial > ~dholland > hg > tradcpp > index.cgi
annotate CHANGES @ 141:63414cddf09c
Accept and ignore -m32.
I thought this had been handled a long time back, but apparently not. :-?
author | David A. Holland |
---|---|
date | Wed, 10 Jul 2013 13:48:07 -0400 |
parents | 85b66cc0344e |
children | ed45f2d8d3bc |
rev | line source |
---|---|
141 | 1 pending |
2 - Fix stupid build problem introduced in 0.3.1. | |
3 - Accept and ignore -m32. I thought this had already been done, but | |
4 apparently not. | |
5 | |
138 | 6 release 0.3.1 (20130709) |
135
eaae8014a94a
Don't assert and leak memory if failing during argument collection.
David A. Holland
parents:
133
diff
changeset
|
7 - 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
|
8 after a -D or a -include foo. |
137 | 9 - Since imake is a principal application for tradcpp and imake carefully |
10 hides what it's doing when you run it, when rejecting an invalid option | |
11 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
|
12 |
133 | 13 release 0.3 (20130616) |
128
1cda505ddc78
Don't expand macros within character constants.
David A. Holland
parents:
127
diff
changeset
|
14 - Don't eval the control expression of the first #if of a block when |
127 | 15 already in a false block; it might not be valid. Reported by |
16 Baptiste Daroussin. | |
128
1cda505ddc78
Don't expand macros within character constants.
David A. Holland
parents:
127
diff
changeset
|
17 - 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
|
18 - 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
|
19 or within character constants either. |
127 | 20 |
124 | 21 release 0.2 (20130611) |
102 | 22 - auto-recognize more builtin PowerPC and mips macros |
103 | 23 - pass -Wunused (partly from Baptiste Daroussin) |
104 | 24 - 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
|
25 - 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
|
26 - 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
|
27 from der Mouse, one of mine) |
107 | 28 - clean out usage of sys/cdefs.h macros and don't use the implementation |
29 namespace | |
109 | 30 - make -Wcomment work again |
112 | 31 - fix handling of relative includes |
110 | 32 - provide a man page |
115 | 33 - other minor improvements |
102 | 34 |
35 release 0.1 (20130610) | |
36 - first release, works with at least some imake templates |