Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison CHANGES @ 128:1cda505ddc78
Don't expand macros within character constants.
author | David A. Holland |
---|---|
date | Fri, 14 Jun 2013 20:59:24 -0400 |
parents | a0a86380456e |
children | 2e1496dd96c4 |
comparison
equal
deleted
inserted
replaced
127:a0a86380456e | 128:1cda505ddc78 |
---|---|
1 pending | 1 pending |
2 - don't eval the control expression of the first #if of a block when | 2 - 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 | 3 already in a false block; it might not be valid. Reported by |
4 Baptiste Daroussin. | 4 Baptiste Daroussin. |
5 - Don't recognize comments within character constants. | |
5 | 6 |
6 release 0.2 (20130611) | 7 release 0.2 (20130611) |
7 - auto-recognize more builtin PowerPC and mips macros | 8 - auto-recognize more builtin PowerPC and mips macros |
8 - pass -Wunused (partly from Baptiste Daroussin) | 9 - pass -Wunused (partly from Baptiste Daroussin) |
9 - allow absolute paths in include files (partly from Baptiste Daroussin) | 10 - allow absolute paths in include files (partly from Baptiste Daroussin) |