aboutsummaryrefslogtreecommitdiff
path: root/libtcc.c
Commit message (Expand)AuthorAgeFilesLines
* win: fix incorrect directory detectionAvi Halachmi (:avih)2015-11-081-1/+2
* win: fix dir comparison during include dirs processingAvi Halachmi (:avih)2015-11-081-16/+60
* normalize inc dirs, symplify include_nextseyko2015-11-051-0/+80
* Define __WINT_TYPE__ as int in NetBSDKamil Rytarowski2015-10-111-1/+1
* Add support for -D__NetBSD__Kamil Rytarowski2015-10-111-0/+5
* Revert all of my changes to directories & codingstyle.gus knight2015-07-291-0/+2322
* Reorganize the source tree.gus knight2015-07-271-2322/+0
* Clean up lots of rogue tabs.gus knight2015-07-271-9/+9
* Trim trailing spaces everywhere.gus knight2015-07-271-1/+1
* redo of the -dD optionseyko2015-05-131-1/+16
* some -bench fixesseyko2015-05-121-1/+1
* minor pp optimizationsseyko2015-05-121-0/+4
* restore a max memory usage printing for a new MEM_DEBUG when -benchseyko2015-05-121-3/+6
* a new version of the MEM_DEBUGseyko2015-05-121-25/+180
* allow to use MEM_DEBUG with libtccseyko2015-05-111-0/+1
* tcc_add_dll is not used if TCC_TARGET_PEseyko2015-05-101-0/+2
* define __OPTIMIZE__ if -ON (N != 0)seyko2015-05-101-0/+9
* warn if multile -o option is givenseyko2015-05-101-0/+4
* tccpp: fix issues, add testsgrischka2015-05-091-55/+28
* -traditional and -iwithprefix optionsseyko2015-05-031-0/+27
* fix "tcc test.c -Wl,,--oformat,binary"seyko2015-05-031-1/+5
* fix "tcc test.c -UAAA -UBBB"seyko2015-05-031-1/+0
* replace PARSE_FLAG_ASM_COMMENTS with PARSE_FLAG_ASM_FILEseyko2015-04-271-1/+1
* preprocess: "assign PARSE_FLAG_ASM_COMMENTS only for asm files"seyko2015-04-271-1/+1
* clarify error message when library not foundseyko2015-04-161-1/+1
* implement #pragma comment(lib,...)Steven G. Messervey2015-04-151-0/+18
* Revert "implement #pragma comment(lib,...)"Steven G. Messervey2015-04-151-31/+13
* implement #pragma comment(lib,...)Steven G. Messervey2015-04-151-13/+31
* ability to specify a type of the input file with the -x switchseyko2015-04-121-19/+55
* -fdollar-in-identifiers switch which enables '$' in identifiersseyko2015-04-121-0/+1
* replace a method to force bcheck.o linkingseyko2015-04-121-5/+8
* Fix for Microsoft compilersseyko2015-04-111-1/+1
* option to use an old algorithm of the array in struct initializationseyko2015-04-101-0/+1
* fix a preprocessor for .Sseyko2015-04-101-1/+4
* fix a preprocessor for .Sseyko2015-04-101-2/+2
* fix installation amd bcheck for Windowsseyko2015-04-101-0/+11
* handle a -s option by executing sstrip/strip programseyko2015-04-101-1/+3
* fix the bug #31403: parser bug in structureseyko2015-04-101-0/+1
* Fix for Microsoft compilersseyko2015-03-291-1/+1
* fix for the previous commit (compilation on RPi)seyko2015-03-261-1/+1
* make a bound checking more compatible with Windows 64seyko2015-03-261-2/+2
* fix for a -dumpversion option: move it before -dDseyko2015-03-231-2/+2
* fix for: x86_64-tcc compiled by i386-tcc is wrongseyko2015-03-231-1/+1
* fix to allow build tcc by build-tcc.batseyko2015-03-191-0/+2
* Turn on a implicit-function-declaration warning by default.seyko2015-03-031-0/+1
* -std=c99 option for the tcc: allow to use a tcc as a reference compiler for "...seyko2015-03-031-0/+6
* A reverse of the commit 14745bdeb because of the problems while compiling lin...seyko2015-03-031-0/+1
* tcc_free(table_ident) in preprocess_new() if table_ident != NULLseyko2015-03-031-0/+1
* tcc_undefine_symbol(): free an alloced symbolseyko2015-03-031-0/+1
* A gcc preprocessor option -dD addedseyko2015-03-031-0/+10