| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | win32/include/winapi changes from https://github.com/run4flat/tinycc.git | seyko | 2015-05-14 | 18 | -0/+2895 |
| | | | | | | | | | just for testing. Is it needed? I'm not a MSYS citizen. run4flat is a tcc fork by David Mertens that knows how to work with multiple symbol tables. Excelent work. A good descriptions of the tcc internals inside a code comments. | ||||
| * | i386-gen: preserve fp control word in gen_cvt_ftoi | grischka | 2013-08-28 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Use runtime function for conversion - Also initialize fp with tcc -run on windows This fixes a bug where double x = 1.0; double y = 1.0000000000000001; double z = x < y ? 0 : sqrt (x*x - y*y); caused a bad sqrt because rounding precision for the x < y comparison was different to the one used within the sqrt function. This also fixes a bug where printf("%d, %d", (int)pow(10, 2), (int)pow(10, 2)); would print 100, 99 Unrelated: win32: document relative include & lib lookup win32: normalize_slashes: do not mirror silly gcc behavior This reverts part of commit 8a81f9e1036637e21a47e14fb56bf64133546890 winapi: add missing WINAPI decl. for some functions | ||||
| * | add version number to manpage | Urs Janssen | 2013-02-17 | 2 | -3/+3 |
| | | | | | | | | avoid c++/c99 style comments in preprocessor directives avoid leadings whitespaces in preprocessor directives mention implemented variable length arrays in documentation fixed ambiguous option in texi2html call (Austin English) | ||||
| * | win32: cleanup include | grischka | 2010-01-14 | 1 | -397/+0 |
| | | |||||
| * | win64: use new headers from mingw | grischka | 2009-07-18 | 26 | -12428/+23217 |
| | | |||||
| * | dos2unix | bellard | 2005-04-17 | 15 | -14372/+14372 |
| | | |||||
| * | win32 merge | bellard | 2005-04-14 | 15 | -0/+14372 |
