aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "* and #pragma pop_macro("macro_name")"grischka2015-04-238-68/+2
* fix a subtle x86-64 calling bugPhilip2015-04-232-1/+38
* Bugfix: 32-bit vs 64-bit bug in x86_64-gen.c:gcall_or_jmpPhilip2015-04-231-1/+2
* "#pragma once" implementationseyko2015-04-212-1/+4
* * and #pragma pop_macro("macro_name")seyko2015-04-218-3/+71
* add missing test from -fdollar-in-identifiers commitRamsay Jones2015-04-202-0/+55
* -fdollar-in-identifiers addonseyko2015-04-204-13/+21
* Fix program symbols exported in dynsym sectionThomas Preud'homme2015-04-181-12/+11
* clarify error message when library not foundseyko2015-04-163-4/+3
* implement #pragma comment(lib,...)Steven G. Messervey2015-04-154-1/+48
* Revert "implement #pragma comment(lib,...)"Steven G. Messervey2015-04-154-74/+15
* implement #pragma comment(lib,...)Steven G. Messervey2015-04-154-15/+74
* ability to compile multiple *.c files with -c switchseyko2015-04-121-3/+26
* ability to specify a type of the input file with the -x switchseyko2015-04-125-28/+67
* -fdollar-in-identifiers switch which enables '$' in identifiersseyko2015-04-124-4/+13
* A new file CodingStyle with rules for indentationseyko2015-04-121-0/+6
* replace a method to force bcheck.o linkingseyko2015-04-122-5/+9
* Fix for Microsoft compilersseyko2015-04-111-1/+1
* option to use an old algorithm of the array in struct initializationseyko2015-04-103-4/+34
* fix "handle a -s option" commitseyko2015-04-101-12/+8
* fix a preprocessor for .Sseyko2015-04-103-4/+21
* fix a preprocessor for .Sseyko2015-04-101-2/+6
* fix a preprocessor for .Sseyko2015-04-102-19/+15
* a bounds checking code for the ARCH=x86_64seyko2015-04-108-64/+319
* Add a demo.bat file to the examples directory on Windowsseyko2015-04-102-0/+970
* fix installation amd bcheck for Windowsseyko2015-04-107-39/+70
* handle a -s option by executing sstrip/strip programseyko2015-04-103-1/+18
* output all sections if we produce an executable fileseyko2015-04-101-0/+1
* remove a compilation warnings for libtest and test3seyko2015-04-102-0/+4
* fix the bug #31403: parser bug in structureseyko2015-04-104-3/+23
* Fix to accommodate missing i386/bcheck.o during install on Mac OS XRaphael Cohn2015-04-071-1/+1
* Fix to test for HOST_OS not TARGETOSRaphael Cohn2015-04-071-1/+1
* Fixing bug for Linux x86_64 introduced in previous macosx commitRaphael Cohn2015-04-071-2/+2
* Adjusted configure host_os to use uname for DarwinRaphael Cohn2015-04-072-2/+11
* Adjusted configure to be more BSD friendlyRaphael Cohn2015-04-071-1/+1
* a small revers for bcheck.o changes (d80593bc4d43)seyko2015-03-301-1/+1
* Fix for Microsoft compilersseyko2015-03-292-2/+2
* fix for the bcheck.o (bug #14958)seyko2015-03-292-14/+60
* fix: try to add a bounds.o only if __bounds_init not foundseyko2015-03-281-3/+6
* fix for the previous commit (compilation on RPi)seyko2015-03-262-2/+2
* make a bound checking more compatible with Windows 64seyko2015-03-266-53/+53
* fix for the previous commit: tcc_add_support() was used before definitionseyko2015-03-261-25/+25
* fix: enforce bcheck.o linking when -b option is usedseyko2015-03-262-1/+10
* fix a bug #43984: tcc -run reports errno=2seyko2015-03-251-0/+4
* 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-233-4/+4
* fix a gcc compiler warning for the previous commitseyko2015-03-231-1/+1
* revert a commit: Work around for the issue TCC doesn't handle -2147483648 pro...seyko2015-03-231-1/+1
* A right fix for the array in struct initialization w/o '{'seyko2015-03-234-21/+116
* Revert of the commit: fix for the array in struct initialization w/o '{', case 2seyko2015-03-231-16/+9