aboutsummaryrefslogtreecommitdiff
path: root/tccpp.c
Commit message (Expand)AuthorAgeFilesLines
...
* tccpp: fix issues, add testsgrischka2015-05-091-711/+680
* Mostly revert "tccpp.c: minor fix I'd accidentally not committed"Philip2015-05-021-40/+17
* tccpp.c: minor fix I'd accidentally not committedPhilip2015-05-021-19/+43
* minor fixPhilip2015-05-021-1/+2
* tccpp.c: unterminated macro argument error messagePhilip2015-05-021-0/+2
* tccpp.c: fix GNU comma handlingPhilip2015-05-021-19/+34
* tccpp.c: restore whitespace after failed macroPhilip2015-05-021-12/+35
* tccpp.c: correct # stringificationPhilip2015-05-021-4/+23
* tccpp.c: parse flag to accept stray \Philip2015-05-021-2/+8
* tccpp.c: fix endless loopPhilip2015-05-021-2/+3
* tccpp.c: reset spc after macro_subst_tok()Philip2015-05-021-0/+1
* tccpp.c: fix ##-in-macros logicPhilip2015-05-021-2/+2
* tccpp.c: fix empty stringifyPhilip2015-05-011-1/+1
* fix a potential end-of-buffer issue in tccelf.cPhilip2015-04-301-1/+1
* fix end-of-buffer error in tccpp.cPhilip2015-04-301-1/+1
* replace PARSE_FLAG_ASM_COMMENTS with PARSE_FLAG_ASM_FILEseyko2015-04-271-7/+7
* fixes for "tcc -E -dD"seyko2015-04-271-2/+16
* preprocess: "assign PARSE_FLAG_ASM_COMMENTS only for asm files"seyko2015-04-271-3/+2
* 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