| Commit message (Expand) | Author | Age | Files | Lines |
| * | tccpp_new/delete and other cleanups | grischka | 2016-10-17 | 1 | -10/+7 |
| * | Actual complete name for DragonFly is 'DragonFly BSD'. | Christian Jullien | 2016-10-16 | 1 | -1/+1 |
| * | World is not reduced to either Windows or Linux | Christian Jullien | 2016-10-15 | 1 | -1/+14 |
| * | tcc -E: add one space in cases: tiny solution | grischka | 2016-10-01 | 1 | -1/+5 |
| * | libtcc: reimplement option -Wl,[-no]-whöle-archive | grischka | 2016-10-01 | 1 | -2/+4 |
| * | libtcc: -Wl,... incremental parsing | grischka | 2016-10-01 | 1 | -0/+3 |
| * | libtcc: filetype cleanup | grischka | 2016-10-01 | 1 | -2/+4 |
| * | libtcc: cleanup @listfile | grischka | 2016-10-01 | 1 | -17/+19 |
| * | libtcc: cleanup -x<filetype> switch code | grischka | 2016-10-01 | 1 | -13/+7 |
| * | Revert "ability to compile multiple *.c files with -c switch" | grischka | 2016-10-01 | 1 | -32/+19 |
| * | Revert "--whole-archive support" | grischka | 2016-10-01 | 1 | -16/+2 |
| * | --whole-archive support | seyko | 2016-05-20 | 1 | -2/+16 |
| * | Microsoft says that _spawnp must be used instead of spawnp. It fixes a warnin... | Christian Jullien | 2016-05-16 | 1 | -1/+1 |
| * | tccpp: cleanup options -dD -dM, remove -C | grischka | 2016-05-05 | 1 | -3/+2 |
| * | Improve hash performance | Vlad Vissoultchev | 2016-04-17 | 1 | -3/+4 |
| * | preprocessor oprtion -C (keep comments) | seyko | 2016-04-15 | 1 | -15/+3 |
| * | Better pragma once guard | Vlad Vissoultchev | 2016-04-13 | 1 | -1/+1 |
| * | tccpp.c: Guard against ppfp being NULL | Vlad Vissoultchev | 2016-04-13 | 1 | -7/+2 |
| * | Allow tcc arguments to be read from @listfiles | seyko | 2016-04-13 | 1 | -0/+1 |
| * | Fix pragma once guard | seyko | 2016-04-13 | 1 | -1/+1 |
| * | fix for the -dM patch | seyko | 2016-04-13 | 1 | -2/+7 |
| * | document -dM in "tcc -h" output | seyko | 2016-04-13 | 1 | -1/+1 |
| * | Skip math library if not found when -lm option is used | Vlad Vissoultchev | 2016-04-08 | 1 | -2/+5 |
| * | Implement -dM preprocessor option as in gcc | Vlad Vissoultchev | 2016-04-06 | 1 | -0/+3 |
| * | Revert spawnvp param cast and use `no-incompatible-pointer-types` in build-tc... | Vlad Vissoultchev | 2016-03-14 | 1 | -1/+1 |
| * | Silence FIXME and compiler warning | Vlad Vissoultchev | 2016-03-13 | 1 | -1/+1 |
| * | tcc help output for the -xc -xa - options | seyko | 2015-10-24 | 1 | -0/+2 |
| * | Revert all of my changes to directories & codingstyle. | gus knight | 2015-07-29 | 1 | -0/+365 |
| * | Reorganize the source tree. | gus knight | 2015-07-27 | 1 | -365/+0 |
| * | Trim trailing spaces everywhere. | gus knight | 2015-07-27 | 1 | -1/+1 |
| * | redo of the -dD option | seyko | 2015-05-13 | 1 | -0/+1 |
| * | some -bench fixes | seyko | 2015-05-12 | 1 | -8/+8 |
| * | minor pp optimizations | seyko | 2015-05-12 | 1 | -17/+9 |
| * | a mem leak fix for "ability to compile multiple *.c files with -c switch" | seyko | 2015-05-12 | 1 | -5/+4 |
| * | allow to use MEM_DEBUG with libtcc | seyko | 2015-05-11 | 1 | -2/+0 |
| * | tccpp: fix issues, add tests | grischka | 2015-05-09 | 1 | -16/+11 |
| * | fix "tcc test.c -Wl,,--oformat,binary" | seyko | 2015-05-03 | 1 | -3/+0 |
| * | clarify error message when library not found | seyko | 2015-04-16 | 1 | -1/+1 |
| * | implement #pragma comment(lib,...) | Steven G. Messervey | 2015-04-15 | 1 | -1/+1 |
| * | Revert "implement #pragma comment(lib,...)" | Steven G. Messervey | 2015-04-15 | 1 | -2/+2 |
| * | implement #pragma comment(lib,...) | Steven G. Messervey | 2015-04-15 | 1 | -2/+2 |
| * | ability to compile multiple *.c files with -c switch | seyko | 2015-04-12 | 1 | -3/+26 |
| * | ability to specify a type of the input file with the -x switch | seyko | 2015-04-12 | 1 | -4/+3 |
| * | fix to allow build tcc by build-tcc.bat | seyko | 2015-03-19 | 1 | -2/+0 |
| * | Report a mingw as a execution environment instead of the | seyko | 2015-03-03 | 1 | -16/+10 |
| * | Don't add a slash to the install path of the tcc in display_info() | seyko | 2015-03-03 | 1 | -1/+1 |
| * | Use a display_info() to output a header of the tcc help listing | seyko | 2015-03-03 | 1 | -55/+62 |
| * | A gcc preprocessor option -dD added | seyko | 2015-03-03 | 1 | -0/+3 |
| * | Added a gcc preprocessor options -P, -P1 | seyko | 2015-03-03 | 1 | -0/+2 |
| * | Add arm64 (AArch64) as a target architecture. | Edmund Grimley Evans | 2015-02-23 | 1 | -0/+2 |