aboutsummaryrefslogtreecommitdiff
path: root/tcc-doc.texi
diff options
context:
space:
mode:
authorUrs Janssen <urs@hq.tin.org>2013-02-17 00:48:51 +0100
committerUrs Janssen <urs@hq.tin.org>2013-02-17 00:48:51 +0100
commit0bdbd49eac6ced7fbf6b5d2f5a13d7e9f3df54db (patch)
treeb3acd59ac51d9d8e426b6546fd6840e381c0982e /tcc-doc.texi
parentd5e22108a0dc48899e44a158f91d5b3215eb7fe6 (diff)
downloadtinycc-0bdbd49eac6ced7fbf6b5d2f5a13d7e9f3df54db.tar.gz
tinycc-0bdbd49eac6ced7fbf6b5d2f5a13d7e9f3df54db.tar.bz2
add version number to manpage
avoid c++/c99 style comments in preprocessor directives avoid leadings whitespaces in preprocessor directives mention implemented variable length arrays in documentation fixed ambiguous option in texi2html call (Austin English)
Diffstat (limited to 'tcc-doc.texi')
-rw-r--r--tcc-doc.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/tcc-doc.texi b/tcc-doc.texi
index 42ca806..f5e6d6d 100644
--- a/tcc-doc.texi
+++ b/tcc-doc.texi
@@ -388,13 +388,14 @@ and floating point numbers (@code{long double}, @code{double}, and
@section ISOC99 extensions
TCC implements many features of the new C standard: ISO C99. Currently
-missing items are: complex and imaginary numbers and variable length
-arrays.
+missing items are: complex and imaginary numbers.
Currently implemented ISOC99 features:
@itemize
+@item variable length arrays.
+
@item 64 bit @code{long long} types are fully supported.
@item The boolean type @code{_Bool} is supported.