comparison CHANGES @ 186:9637bf434f8e

Don't report unclosed comments as "no newline at end of file". If we get EOF in the "middle" of a line but there's a newline at the end of the buffer we've got, it's because we're in the middle of a comment. So, say so.
author David A. Holland
date Fri, 12 Jun 2015 04:13:41 -0400
parents d359d9b86327
children 557824449ec7
comparison
equal deleted inserted replaced
185:16b4451e34b8 186:9637bf434f8e
1 pending 1 pending
2 - Don't report unclosed comments as "No newline at end of file".
2 - Don't rely on <stdbool.h> existing, as (predictably) it doesn't 3 - Don't rely on <stdbool.h> existing, as (predictably) it doesn't
3 work on Solaris. 4 work on Solaris.
4 - Similarly, don't rely on C11 anonymous unions as the Solaris 5 - Similarly, don't rely on C11 anonymous unions as the Solaris
5 compiler vomits on them. 6 compiler vomits on them.
6 - Typo fix in man page from Jason McIntyre; and change "Usage" to 7 - Typo fix in man page from Jason McIntyre; and change "Usage" to