X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=ChangeLog;h=6be0fdc10bd8dedaf8bdfb3c717b98ce76be597d;hb=89cfda4ffad25974a1b0776b5349004177e701fa;hp=7f5dc478b7c5927d799445c8d29440355b75a003;hpb=fd0c88828fac399eb5b703354584b6fdc03b8e93;p=mingw%2Fmingw-org-wsl.git diff --git a/ChangeLog b/ChangeLog index 7f5dc47..6be0fdc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,25 @@ 2012-09-07 Earnie Boyd + Redo the filters based on assumptions discussed in mingw-dvlpr list. + + * include/_mingw.h: Remove #ifdef __declspec filter since it will always + be defined. + (__DECLSPEC_SUPPORTED): Remove definition and documentation. + * include/windef.h (__declspec): No need to define it since it will + always be defined. + (_declspec): Modify the definition. + * include/ctype.h (__DECLSPEC_SUPPORTED): Remove filters since + __declspec is always supported. + * include/mbctype.h (__DECLSPEC_SUPPORTED): Ditto. + * include/stdio.h (__DECLSPEC_SUPPORTED): Ditto. + * include/stdlib.h (__DECLSPEC_SUPPORTED): Ditto. + * include/wctype.h (__DECLSPEC_SUPPORTED): Ditto. + * include/math.h (__DECLSPEC_SUPPORTED): Ditto. + (HUGE_VAL): Always use GCC's builin value. + * include/stdlib.h: Modify whitespace. + +2012-09-07 Earnie Boyd + Remove filters for CRTDLL and __MSVCRT__. * Makefile.in: Remove -[DU]__MSVCRT__ and -[DU]__CRTDLL__.