From 0bdbd49eac6ced7fbf6b5d2f5a13d7e9f3df54db Mon Sep 17 00:00:00 2001 From: Urs Janssen Date: Sun, 17 Feb 2013 00:48:51 +0100 Subject: 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) --- tcc-doc.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tcc-doc.texi') 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. -- cgit v1.3.1