comparison CHANGES @ 129:2e1496dd96c4

Don't recognize macro argument parens or commas within quotes.
author David A. Holland
date Sun, 16 Jun 2013 22:06:57 -0400
parents 1cda505ddc78
children 31fc4251ec3b
comparison
equal deleted inserted replaced
128:1cda505ddc78 129:2e1496dd96c4
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 - Don't recognize comments within character constants.
6 - Don't recognize macro argument parentheses or commas within strings,
7 or within character constants either.
6 8
7 release 0.2 (20130611) 9 release 0.2 (20130611)
8 - auto-recognize more builtin PowerPC and mips macros 10 - auto-recognize more builtin PowerPC and mips macros
9 - pass -Wunused (partly from Baptiste Daroussin) 11 - pass -Wunused (partly from Baptiste Daroussin)
10 - allow absolute paths in include files (partly from Baptiste Daroussin) 12 - allow absolute paths in include files (partly from Baptiste Daroussin)