aboutsummaryrefslogtreecommitdiff
path: root/tccpp.c
Commit message (Expand)AuthorAgeFilesLines
* tccpp: alternative #pragma push/pop_macrogrischka2015-04-231-11/+36
* Revert "* and #pragma pop_macro("macro_name")"grischka2015-04-231-32/+0
* "#pragma once" implementationseyko2015-04-211-1/+3
* * and #pragma pop_macro("macro_name")seyko2015-04-211-0/+34
* -fdollar-in-identifiers addonseyko2015-04-201-7/+11
* clarify error message when library not foundseyko2015-04-161-2/+1
* implement #pragma comment(lib,...)Steven G. Messervey2015-04-151-0/+27
* Revert "implement #pragma comment(lib,...)"Steven G. Messervey2015-04-151-38/+0
* implement #pragma comment(lib,...)Steven G. Messervey2015-04-151-0/+38
* -fdollar-in-identifiers switch which enables '$' in identifiersseyko2015-04-121-4/+8
* fix a preprocessor for .Sseyko2015-04-101-3/+16
* fix a preprocessor for .Sseyko2015-04-101-2/+6
* fix a preprocessor for .Sseyko2015-04-101-17/+13
* fix to allow build tcc by build-tcc.batseyko2015-03-191-1/+1
* tcc_free(table_ident) in preprocess_new() if table_ident != NULLseyko2015-03-031-1/+4
* Add a debug info when a #line directive is handled.seyko2015-03-031-0/+2
* pp-many-files: don't drop a preprocessor defines when tcc going to preprocess...seyko2015-03-031-4/+0
* A gcc preprocessor option -dD addedseyko2015-03-031-22/+69
* Added a gcc preprocessor options -P, -P1seyko2015-03-031-10/+34
* Move a line_ref variable from tcc_preprocess() function into struct BufferedF...seyko2015-03-031-5/+5
* A preprocessor should Interpret an input line "# NUM FILENAME" as "#line NUM ...seyko2015-03-031-1/+6
* The "open a whisky and cut your finger open" patchThomas Preud'homme2015-02-181-34/+41
* Fix macro expansion of empty args.Reimar Döffinger2015-01-181-1/+1
* Fix parsing of binary floating point numberLee Duhem2014-12-151-1/+1
* bug:jiang2014-06-291-4/+3
* Improve efficiency of macro concatenationThomas Preud'homme2014-04-141-26/+2
* Fix preprocessor concat with empty argThomas Preud'homme2014-04-121-5/+37
* Prevent ## to appear at start or end of macroThomas Preud'homme2014-04-081-3/+11
* tccgen: x86_64: fix garbage in the SValue upper bitsgrischka2014-04-041-12/+4
* Fixed typo from commit 0ac8aaab1bef770929e5592d02bc06d3a529952eVincent Lefevre2014-03-311-1/+1
* tccpp: reorder some tokensgrischka2014-03-291-6/+38
* Make get_tok_str support NULL as second param.Thomas Preud'homme2014-03-291-0/+6
* After several days searching why my code refactoring to remove globals was cr...mingodad2014-03-261-4/+12
* Fix warning of clangThomas Preud'homme2014-03-091-2/+2
* Fix various errors uncovered by static analysisThomas Preud'homme2014-03-081-1/+1
* misc. fixesgrischka2014-01-061-2/+2
* remove doubled prototypeUrs Janssen2013-02-181-1/+0
* - document -dumpversionUrs Janssen2013-02-151-1/+1
* configure: cleanupgrischka2013-02-141-4/+3
* libtcc: new LIBTCCAPI tcc_set_options(TCCState*, const char*str)grischka2013-02-121-9/+9
* Revert "Added what I call virtual io to tinycc this way we can make a monolit...Thomas Preud'homme2013-01-141-11/+5
* Added what I call virtual io to tinycc this way we can make a monolitic execu...mingodad2013-01-111-5/+11
* Fix "Optimize cstr_reset() to only reset string to empty"grischka2013-01-061-1/+1
* tccpp: alternative fix for #include_next infinite loop buggrischka2013-01-061-41/+32
* Optimize cstr_reset() to only reset string to empty, not call free() and late...Kirill Smelkov2012-12-211-0/+6
* Make tcc work after self-compiling with bounds-check enabledKirill Smelkov2012-12-091-1/+0
* Fix parsing function macro invocationsMichael Matz2012-04-181-3/+18
* Fix detection of labels with a typedef nameMichael Matz2012-04-181-2/+10
* tcc_realloc: auto "memory full" errorgrischka2012-04-181-6/+0
* tcc.c: fix previous commit "Use CString to concat linker options"grischka2012-04-181-6/+6