aboutsummaryrefslogtreecommitdiff
path: root/tcc-doc.texi
Commit message (Collapse)AuthorAgeFilesLines
* -fdollar-in-identifiers switch which enables '$' in identifiersseyko2015-04-121-0/+3
| | | | | | | | | | library Cello: http://libcello.org/ which uses `$` and several variations of as macros. There is also RayLanguage which also uses it as a macro for a kind of ObjC style message passing: https://github.com/kojiba/RayLanguage This is a patch from Daniel Holden.
* fix the bug #31403: parser bug in structureseyko2015-04-101-0/+5
| | | | | | - a warning: unnamed struct/union that defines no instances - allow a nested named struct declaration w/o identifier only when option -fms-extensions is used
* tcc-doc.texi: Explain VT_LLOCAL a bit better.Edmund Grimley Evans2015-02-201-2/+4
| | | | And delete the sentence about it being removed.
* corrected a typoVincent Lefevre2014-04-071-1/+1
|
* Def signedness != signed != unsigned for charThomas Preud'homme2014-02-061-1/+1
| | | | | | | | When checking for exact compatibility between types (such as in __builtin_types_compatible_p) consider the case of default signedness to be incompatible with both of the explicit signedness for char. That is, char is incompatible with signed char *and* unsigned char, no matter what the default signedness for char is.
* Add support for runtime selection of float ABIThomas Preud'homme2014-01-081-0/+3
|
* Don't say compiler flags are warning optionsThomas Preud'homme2014-01-071-1/+1
|
* Don't enable bound check if libgcc is usedThomas Preud'homme2014-01-061-1/+1
| | | | | Bound check rely on some functions provided by libtcc. It should therefore not be enabled when libgcc is used.
* document $CPATH, $C_INCLUDE_PATH, $LIBRARY_PATHUrs Janssen2013-02-201-3/+22
|
* remove doubled prototypeUrs Janssen2013-02-181-2/+1
| | | | | fix documentation about __TINYC__ define __STDC_HOSTED__ like __STDC__
* add version number to manpageUrs Janssen2013-02-171-2/+3
| | | | | | | 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)
* - document -dumpversionUrs Janssen2013-02-151-0/+3
| | | | - fixed a broken prototype
* tcc --help: update option summarygrischka2013-02-101-28/+40
| | | | tcc-doc.texi: also
* tcc.h: declare CValue.tab[LDOUBLE_SIZE/4]grischka2013-02-081-1/+1
| | | | | | | | Should fix some warnings wrt. access out of array bounds. tccelf.c: fix "static function unused" warning x86_64-gen.c: fix "ctype.ref uninitialzed" warning and cleanup tcc-win32.txt: remove obsolete limitation notes.
* Inform user that -b only exists on i386.Thomas Preud'homme2012-03-131-0/+2
|
* tcc-doc: remove obsolete '-o option must also be given'grischka2011-05-171-6/+4
|
* update documentation to reflect VLA changesJoe Soroka2011-04-091-3/+3
|
* re-apply VLA by Thomas Preud'hommeJoe Soroka2011-04-061-3/+15
|
* revert "update VT_STRUCT_SHIFT for new VT_VLA"Joe Soroka2011-02-041-1/+1
|
* Revert "Implement C99 Variable Length Arrays"Thomas Preud'homme2011-02-051-14/+2
| | | | This reverts commit a5a50eaafeea0d3ca47bc8fb6baf983743470c60.
* Revert "Reorder increasingly VT_* constants in tcc.h"Thomas Preud'homme2011-02-051-12/+12
| | | | This reverts commit 7f00523e2e1938fc3558164521fe3ecefd9e1747.
* update VT_STRUCT_SHIFT for new VT_VLAJoe Soroka2011-02-041-1/+1
|
* Reorder increasingly VT_* constants in tcc.hThomas Preud'homme2011-02-041-12/+12
|
* Implement C99 Variable Length ArraysThomas Preud'homme2011-02-041-2/+14
| | | | | | | Implement C99 Variable Length Arrays in tinycc: - Support VLA with multiple level (nested vla) - Update documentation with regards to VT_VLA - Add a testsuite in tcctest.c
* Add missing dircategory and direntry to texi fileThomas Preud'homme2010-09-101-0/+4
|
* tcc: add "-Wl,-rpath=path" option (library search path)grischka2009-12-191-0/+6
|
* document -print-search-dirsBernhard Reutner-Fischer2009-12-011-0/+4
| | | | Signed-off-by: aldot <rep.dot.nop@gmail.com>
* win32: readme.txt->tcc-win32.txt, update tcc-docgrischka2009-04-181-18/+16
|
* update manual, changeloggrischka2008-03-311-12/+19
|
* added verbosity levels (-vv -vvv)grischka2008-03-311-1/+1
|
* Accept standard input as an inputstream (Hanzac Chen)grischka2008-03-311-4/+12
|
* updatebellard2005-06-171-0/+17
|
* win32 mergebellard2005-04-141-3/+3
|
* updatebellard2004-11-081-26/+48
|
* updatebellard2004-11-081-1/+3
|
* updatebellard2004-10-231-0/+26
|
* both .globl and .global directives are accepted by asbellard2004-10-021-0/+2
|
* added -funsigned-char, -fsigned-char and -Wimplicit-function-declarationbellard2003-10-171-2/+19
|
* updatebellard2003-10-041-2/+22
|
* fixed -w option - doc update (thanx to Romain Francoise)bellard2003-10-041-2/+9
|
* updatebellard2003-05-241-9/+50
|
* automatic man page generation from tcc-doc.texibellard2003-05-181-4/+25
|
* updatebellard2003-04-131-16/+20
|
* spell fixes + texinfo format fixes by Peter Lundbellard2003-04-101-132/+213
|
* updatebellard2003-04-091-3/+6
|
* updatebellard2003-01-061-1/+126
|
* updatebellard2002-11-031-23/+35
|
* updatebellard2002-09-081-21/+24
|
* updatebellard2002-08-311-1/+12
|
* updatedbellard2002-08-181-14/+11
|