Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison CHANGES @ 184:d359d9b86327
Don't rely on anonymous unions.
They break on... dun dun dun... Solaris. Such a shock.
author | David A. Holland |
---|---|
date | Fri, 12 Jun 2015 03:35:01 -0400 |
parents | 4c3375895c6e |
children | 9637bf434f8e |
comparison
equal
deleted
inserted
replaced
183:4c3375895c6e | 184:d359d9b86327 |
---|---|
1 pending | 1 pending |
2 - Don't rely on <stdbool.h> existing, as (predictably) it doesn't | 2 - Don't rely on <stdbool.h> existing, as (predictably) it doesn't |
3 work on Solaris. | 3 work on Solaris. |
4 - Similarly, don't rely on C11 anonymous unions as the Solaris | |
5 compiler vomits on them. | |
4 - Typo fix in man page from Jason McIntyre; and change "Usage" to | 6 - Typo fix in man page from Jason McIntyre; and change "Usage" to |
5 "usage" in usage for pedantic reasons, from Igor Sobrado. | 7 "usage" in usage for pedantic reasons, from Igor Sobrado. |
6 - Accept "-" as either input or output file name to mean stdin or | 8 - Accept "-" as either input or output file name to mean stdin or |
7 stdout respectively. Suggested by Jonathan Gray. | 9 stdout respectively. Suggested by Jonathan Gray. |
8 - Fix output spacing behavior to match gcc when newlines appear in or | 10 - Fix output spacing behavior to match gcc when newlines appear in or |