| Commit message (Expand) | Author | Age | Files | Lines |
| * | Win: crt, initialize global __argc, __targv and _tenviron of msvcrt | YX Hao | 2017-10-10 | 2 | -41/+34 |
| * | tccgen: nodata_wanted fix, default ONE_SOURCE, etc... | grischka | 2017-07-23 | 1 | -2/+2 |
| * | tcc: re-enable correct option -r support | grischka | 2017-02-20 | 3 | -1/+10 |
| * | win32: adjust new unicode support | grischka | 2017-02-18 | 4 | -21/+29 |
| * | Add support for Unicode entries 'wmain' and 'wWinMain' on Windows | YX Hao | 2017-02-17 | 2 | -22/+86 |
| * | tccrun/win64: cleanup runtime function table | grischka | 2016-10-19 | 1 | -0/+1 |
| * | Remove misc. files | grischka | 2016-10-01 | 2 | -49/+8 |
| * | win32: Add missing header files for nginx compilation | seyko | 2016-04-13 | 1 | -0/+1 |
| * | Add x64 SEH decls. Add exports to kernel32.def | Vlad Vissoultchev | 2016-03-13 | 1 | -0/+3 |
| * | correct a DllMain() declaration in dllcrt1.c and dllmain.c | seyko | 2015-03-03 | 2 | -3/+3 |
| * | wincrt1.c: add definition of the __TRY__ if not defined | seyko | 2015-03-03 | 2 | -0/+16 |
| * | crt1.c revision | Carlos Montiers | 2014-12-30 | 1 | -23/+53 |
| * | little optimization to crt1 | Carlos Montiers | 2014-11-23 | 1 | -5/+6 |
| * | __getmainargs compatibility checking success | Carlos Montiers | 2014-11-22 | 1 | -10/+14 |
| * | win32: fix implicit function warning | James Buren | 2014-11-03 | 1 | -0/+2 |
| * | Removed the error message and minor changes. | Carlos Montiers | 2014-07-17 | 1 | -9/+11 |
| * | __getmainargs return int, not void, and on error, it return -1 and let argv u... | Carlos Montiers | 2014-07-16 | 1 | -2/+7 |
| * | win32: fix libtcc support | grischka | 2013-09-10 | 1 | -6/+0 |
| * | i386-gen: preserve fp control word in gen_cvt_ftoi | grischka | 2013-08-28 | 2 | -1/+7 |
| * | win32: wincrt1.c: include stdlib.h for exit() | grischka | 2013-02-04 | 1 | -0/+1 |
| * | tccrun: win64: add unwind function table for dynamic code | grischka | 2011-07-14 | 2 | -8/+2 |
| * | tccpe: support leading underscore for symbols | grischka | 2011-02-13 | 1 | -0/+2 |
| * | build: remove #include "config.h" from target dependent files | grischka | 2010-11-26 | 1 | -2/+0 |
| * | win32: register SEH in startup code (i386 only) | grischka | 2010-10-19 | 3 | -2/+124 |
| * | win64: add tiny unwind data for setjmp/longjmp | grischka | 2009-12-20 | 1 | -3/+11 |
| * | win64: adjust for two args with setjmp(buf,ctx) | grischka | 2009-12-19 | 1 | -0/+8 |
| * | win32: reformat examples, crt etc | grischka | 2009-07-18 | 2 | -36/+49 |
| * | x86-64: chkstk, alloca | grischka | 2009-07-18 | 1 | -21/+53 |
| * | win64: use new headers from mingw | grischka | 2009-07-18 | 1 | -0/+617 |
| * | _controlfp fix (grischka) | bellard | 2005-04-17 | 2 | -84/+84 |
| * | dos2unix | bellard | 2005-04-17 | 7 | -2587/+2587 |
| * | win32 merge | bellard | 2005-04-14 | 9 | -0/+2671 |