Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison CHANGES @ 191:c8d4ab9aeff0
don't use "remove" as a local variable; fails on gcc4.1
(because of remove() in stdio.h)
author | David A. Holland |
---|---|
date | Fri, 12 Jun 2015 20:06:55 -0400 |
parents | 557824449ec7 |
children | 255db24bc29b |
comparison
equal
deleted
inserted
replaced
190:6947cd2cde79 | 191:c8d4ab9aeff0 |
---|---|
1 pending | |
2 - Don't use "remove" as a local variable as gcc 4.1 gets upset | |
3 about it vs. remove(3) in stdio.h. | |
4 | |
1 release 0.5 (20150612) | 5 release 0.5 (20150612) |
2 - Don't report unclosed comments as "No newline at end of file". | 6 - Don't report unclosed comments as "No newline at end of file". |
3 - Don't rely on <stdbool.h> existing, as (predictably) it doesn't | 7 - Don't rely on <stdbool.h> existing, as (predictably) it doesn't |
4 work on Solaris. | 8 work on Solaris. |
5 - Similarly, don't rely on C11 anonymous unions as the Solaris | 9 - Similarly, don't rely on C11 anonymous unions as the Solaris |