Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   rillig
Date:           Thu Feb  3 20:32:38 UTC 2022

Modified Files:
        src/doc: CHANGES
        src/tools: README

Log Message:
tools: allow tools to use C99

The previous requirement was that tools should only use C89 features.
Several tools did not follow this rule for years.  Since nobody
complained about not being able to build NetBSD in a C89 environment,
drop that rule, now requiring C99.

https://mail-index.netbsd.org/tech-toolchain/2022/01/30/msg004091.html


To generate a diff of this commit:
cvs rdiff -u -r1.2858 -r1.2859 src/doc/CHANGES
cvs rdiff -u -r1.4 -r1.5 src/tools/README

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index