| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | win32/include: enable _timezone etc variables. | grischka | 2011-07-11 | 1 | -3/+4 |
| | | | | | | | | | | which live in msvcrt.dll and need __declspec(import) which works by now. Also: - _mingw.h: conditionally define WIN32_LEAN_AND_MEAN - malloc.h: don't undef alloca | ||||
| * | win32: register SEH in startup code (i386 only) | grischka | 2010-10-19 | 1 | -0/+2 |
| | | | | | Needed to handle signal() etc. with msvcrt | ||||
| * | 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 | 1 | -47/+46 |
| | | |||||
| * | 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 |
| | | |||||
| * | win64: use new headers from mingw | grischka | 2009-07-18 | 1 | -11/+73 |
| | | |||||
| * | 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 | 1 | -0/+2 |
| | | |||||
| * | added DECLARE_STDCALL_P (grischka) | bellard | 2005-04-17 | 1 | -51/+52 |
| | | |||||
| * | win32 merge | bellard | 2005-04-14 | 1 | -0/+51 |
