comparison CHANGES @ 127:a0a86380456e

fix for #if handling: Don't eval the control expression of the first #if of a block when already in a false block; it might not be valid. Reported by Baptiste Daroussin.
author David A. Holland
date Wed, 12 Jun 2013 10:52:56 -0400
parents 3ad1cd80f5a0
children 1cda505ddc78
comparison
equal deleted inserted replaced
126:cb08e397ce7b 127:a0a86380456e
1 pending
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
4 Baptiste Daroussin.
5
1 release 0.2 (20130611) 6 release 0.2 (20130611)
2 - auto-recognize more builtin PowerPC and mips macros 7 - auto-recognize more builtin PowerPC and mips macros
3 - pass -Wunused (partly from Baptiste Daroussin) 8 - pass -Wunused (partly from Baptiste Daroussin)
4 - allow absolute paths in include files (partly from Baptiste Daroussin) 9 - allow absolute paths in include files (partly from Baptiste Daroussin)
5 - don't use getprogname() in the name of portability 10 - don't use getprogname() in the name of portability