Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison CHANGES @ 135:eaae8014a94a
Don't assert and leak memory if failing during argument collection.
Once you have a -D option or a -include foo option, you need to clean
up the arrays those are accumulated in if you die before they're
collected and handled.
author | David A. Holland |
---|---|
date | Tue, 09 Jul 2013 13:35:40 -0400 |
parents | 31fc4251ec3b |
children | 0816803b22d1 |
comparison
equal
deleted
inserted
replaced
134:b17209c1ced5 | 135:eaae8014a94a |
---|---|
1 pending | |
2 - Don't leak memory and assert if a bad command-line option comes | |
3 after a -D or a -include foo. | |
4 | |
1 release 0.3 (20130616) | 5 release 0.3 (20130616) |
2 - Don't eval the control expression of the first #if of a block when | 6 - 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 | 7 already in a false block; it might not be valid. Reported by |
4 Baptiste Daroussin. | 8 Baptiste Daroussin. |
5 - Don't recognize comments within character constants. | 9 - Don't recognize comments within character constants. |