12013-04-05 Corinna Vinschen <vinschen@redhat.com> 2 3 * intrin.h: Allow inclusion under Cygwin. Move all declarations 4 colliding with POSIX into a single block, guarded by #ifndef __CYGWIN__. 5 Add comment to explain why. Change `long' to `__LONG32' throughout to 6 handle LP64 systems. 7 82013-01-12 Jonathan Yong <jon_y@users.sourceforge.net> 9 10 * _mingw_mac.h: New __MINGW_MS_PRINTF helper macro. 11 Likewise for __MINGW_MS_SCANF, __MINGW_GNU_PRINTF and 12 __MINGW_GNU_SCANF. 13 142013-01-12 Jonathan Yong <jon_y@users.sourceforge.net> 15 16 * stdlib.h: Define __USE_MINGW_STRTOX if __USE_MINGW_ANSI_STDIO in use. 17 (strtod): Alias to __mingw_strtod if __USE_MINGW_STRTOX. 18 (strtof): Likewise to __mingw_strtof. 19 (strtod): Remove C++ specific inline redirect to __strtod. 20 (__mingw_strtod): New. 21 (wcstod): Alias to __mingw_wcstod if __USE_MINGW_STRTOX. 22 (wcstof): Likewise to __mingw_wcstof. 23 * wchar.h: Define __USE_MINGW_STRTOX if __USE_MINGW_ANSI_STDIO in use. 24 (wcstod): Alias to __mingw_wcstod if __USE_MINGW_STRTOX. 25 (wcstof): Likewise to __mingw_wcstof. 26 * stdio.h: Remove __mingw_ovr macro definition. Moved. 27 * _mingw_mac.h: New __mingw_ovr macro. 28 29