Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison CHANGES @ 205:dd0d2bfe4962
Recognize __aarch64__ and __riscv__.
__aarch64__ was sent in simultaneously by several people at once,
which was a little freaky, but whatever.
author | David A. Holland |
---|---|
date | Mon, 21 Jan 2019 21:18:50 -0500 |
parents | bdc672634010 |
children | 9aa91d3fe3a3 |
comparison
equal
deleted
inserted
replaced
204:bdc672634010 | 205:dd0d2bfe4962 |
---|---|
6 reasonable to presume that any input that violates these | 6 reasonable to presume that any input that violates these |
7 constraints is someone screwing around and not a serious attempt | 7 constraints is someone screwing around and not a serious attempt |
8 to compile or preprocess anything useful. Done in response to | 8 to compile or preprocess anything useful. Done in response to |
9 n2129, but without getting into any of the silliness found there. | 9 n2129, but without getting into any of the silliness found there. |
10 - Recognize __ia64__ for IA64 builds. | 10 - Recognize __ia64__ for IA64 builds. |
11 - Recognize __aarch64__ for 64-bit ARM builds, as sent in by | |
12 various people. | |
13 - Recognize __riscv__ and __riscv64__ for risc-v builds. | |
11 | 14 |
12 release 0.5.2 (20160904) | 15 release 0.5.2 (20160904) |
13 - Fix typo in -U usage message, noticed by Joerg. | 16 - Fix typo in -U usage message, noticed by Joerg. |
14 - Add a -debuglog option to send an execution trace to a file. | 17 - Add a -debuglog option to send an execution trace to a file. |
15 Intended to be used when debugging imake templates and other | 18 Intended to be used when debugging imake templates and other |