aboutsummaryrefslogtreecommitdiff
path: root/win32/lib
Commit message (Expand)AuthorAgeFilesLines
* tccgen: nodata_wanted fix, default ONE_SOURCE, etc...grischka2017-07-231-2/+2
* tcc: re-enable correct option -r supportgrischka2017-02-203-1/+10
* win32: adjust new unicode supportgrischka2017-02-184-21/+29
* Add support for Unicode entries 'wmain' and 'wWinMain' on WindowsYX Hao2017-02-172-22/+86
* tccrun/win64: cleanup runtime function tablegrischka2016-10-191-0/+1
* Remove misc. filesgrischka2016-10-012-49/+8
* win32: Add missing header files for nginx compilationseyko2016-04-131-0/+1
* Add x64 SEH decls. Add exports to kernel32.defVlad Vissoultchev2016-03-131-0/+3
* correct a DllMain() declaration in dllcrt1.c and dllmain.cseyko2015-03-032-3/+3
* wincrt1.c: add definition of the __TRY__ if not definedseyko2015-03-032-0/+16
* crt1.c revisionCarlos Montiers2014-12-301-23/+53
* little optimization to crt1Carlos Montiers2014-11-231-5/+6
* __getmainargs compatibility checking successCarlos Montiers2014-11-221-10/+14
* win32: fix implicit function warningJames Buren2014-11-031-0/+2
* Removed the error message and minor changes.Carlos Montiers2014-07-171-9/+11
* __getmainargs return int, not void, and on error, it return -1 and let argv u...Carlos Montiers2014-07-161-2/+7
* win32: fix libtcc supportgrischka2013-09-101-6/+0
* i386-gen: preserve fp control word in gen_cvt_ftoigrischka2013-08-282-1/+7
* win32: wincrt1.c: include stdlib.h for exit()grischka2013-02-041-0/+1
* tccrun: win64: add unwind function table for dynamic codegrischka2011-07-142-8/+2
* tccpe: support leading underscore for symbolsgrischka2011-02-131-0/+2
* build: remove #include "config.h" from target dependent filesgrischka2010-11-261-2/+0
* win32: register SEH in startup code (i386 only)grischka2010-10-193-2/+124
* win64: add tiny unwind data for setjmp/longjmpgrischka2009-12-201-3/+11
* win64: adjust for two args with setjmp(buf,ctx)grischka2009-12-191-0/+8
* win32: reformat examples, crt etcgrischka2009-07-182-36/+49
* x86-64: chkstk, allocagrischka2009-07-181-21/+53
* win64: use new headers from mingwgrischka2009-07-181-0/+617
* _controlfp fix (grischka)bellard2005-04-172-84/+84
* dos2unixbellard2005-04-177-2587/+2587
* win32 mergebellard2005-04-149-0/+2671