Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison 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 |
comparison
equal
deleted
inserted
replaced
136:59680a727e9d | 137:0816803b22d1 |
---|---|
1 pending | 1 pending |
2 - Don't leak memory and assert if a bad command-line option comes | 2 - Don't leak memory and assert if a bad command-line option comes |
3 after a -D or a -include foo. | 3 after a -D or a -include foo. |
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. | |
4 | 7 |
5 release 0.3 (20130616) | 8 release 0.3 (20130616) |
6 - Don't eval the control expression of the first #if of a block when | 9 - Don't eval the control expression of the first #if of a block when |
7 already in a false block; it might not be valid. Reported by | 10 already in a false block; it might not be valid. Reported by |
8 Baptiste Daroussin. | 11 Baptiste Daroussin. |