| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | win32: register SEH in startup code (i386 only) | grischka | 2010-10-19 | 1 | -0/+2 |
| | | | | | Needed to handle signal() etc. with msvcrt | ||||
| * | win32: sys/timeb.h use _ftime instead of _ftime32 | grischka | 2010-04-12 | 1 | -1/+2 |
| | | |||||
| * | win32: adjust for mingw32 winapi packages | grischka | 2010-01-26 | 1 | -0/+11 |
| | | | | | | | Note: the files in tcc/win32/include/winapi are now from the mingw-w64 project, however with this fix using mingw32 winapi should still work. | ||||
| * | win64: defined size_t and ptrdiff_t to unsigned long long | grischka | 2010-01-14 | 1 | -18/+17 |
| | | |||||
| * | win32: cleanup include | grischka | 2010-01-14 | 8 | -485/+57 |
| | | |||||
| * | win32: add size_t to _mingw.h | grischka | 2009-12-20 | 1 | -0/+9 |
| | | |||||
| * | win64: add tiny unwind data for setjmp/longjmp | grischka | 2009-12-20 | 1 | -1/+1 |
| | | | | | | | | | | This enables native unwind semantics with longjmp on win64 by putting an entry into the .pdata section for each compiled fuction. Also, the function now use a fixed stack and store arguments into X(%rsp) rather than using push. | ||||
| * | win64: adjust for two args with setjmp(buf,ctx) | grischka | 2009-12-19 | 1 | -0/+2 |
| | | |||||
| * | win32: remove #define alloca from mingw headers | grischka | 2009-12-01 | 1 | -1/+1 |
| | | |||||
| * | win64: use new headers from mingw | grischka | 2009-07-18 | 87 | -16959/+31145 |
| | | |||||
| * | win32: guard va_list typedef | grischka | 2009-06-17 | 1 | -0/+3 |
| | | |||||
| * | drop alloca #define | grischka | 2009-05-16 | 1 | -4/+1 |
| | | | | | | | | (Because GNU's alloca.h unconditionally #undef's alloca) Also, remove gcc specific sections in headers. and instead change tests such that gcc does not use them. | ||||
| * | Checkin tiny_libmaker (ar replacement) by Timovj Lahde | grischka | 2008-03-08 | 1 | -10/+10 |
| | | |||||
| * | Import more changesets from Rob Landley's fork (part 2) | grischka | 2007-11-21 | 3 | -3/+11 |
| | | |||||
| * | added DECLARE_STDCALL_P (grischka) | bellard | 2005-04-17 | 1 | -51/+52 |
| | | |||||
| * | dos2unix | bellard | 2005-04-17 | 58 | -20345/+20345 |
| | | |||||
| * | win32 merge | bellard | 2005-04-14 | 63 | -0/+20453 |
