Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison CHANGES @ 183:4c3375895c6e
Don't use <stdbool.h> unless __STDC__ is large enough.
Works around Solaris's broken environment.
author | David A. Holland |
---|---|
date | Fri, 12 Jun 2015 03:28:19 -0400 |
parents | f7814226906c |
children | d359d9b86327 |
comparison
equal
deleted
inserted
replaced
182:f7814226906c | 183:4c3375895c6e |
---|---|
1 pending | 1 pending |
2 - Don't rely on <stdbool.h> existing, as (predictably) it doesn't | |
3 work on Solaris. | |
2 - Typo fix in man page from Jason McIntyre; and change "Usage" to | 4 - Typo fix in man page from Jason McIntyre; and change "Usage" to |
3 "usage" in usage for pedantic reasons, from Igor Sobrado. | 5 "usage" in usage for pedantic reasons, from Igor Sobrado. |
4 - Accept "-" as either input or output file name to mean stdin or | 6 - Accept "-" as either input or output file name to mean stdin or |
5 stdout respectively. Suggested by Jonathan Gray. | 7 stdout respectively. Suggested by Jonathan Gray. |
6 - Fix output spacing behavior to match gcc when newlines appear in or | 8 - Fix output spacing behavior to match gcc when newlines appear in or |