Source-Changes archive

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

CVS commit: src/tools



Module Name:    src
Committed By:   apb
Date:           Sat Jan  3 13:20:11 UTC 2015

Modified Files:
        src/tools: README

Log Message:
Update documentation about tools being restricted to C89 (or not).

It's not practical for the C89 restriction to be maintained for
compilers, but it is still desirable for most tools.  The "long long"
data type is in wide use despite not being in C89.  C99 library features
(as opposed to language features) can often be added to the compat
framework when the need becomes apparent.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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