OSDN Git Service

Correct mistyped __MINGW_NOTHROW macro.
[mingw/mingw-org-wsl.git] / ChangeLog
index aea2f61..90e68b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+2013-05-28  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       * include/time.h: Correct use of MSVCRT_VERSION.
+       Correct mistyped __MINGW_NOTHROW macro.
+
+2013-05-27  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       * include/sys/types.h (_USE_32BIT_TIME_T): Rework the definitions
+       controlled by _USE_32BIT_TIME_T in light of MSVCRT_VERSION being
+       different with differing OS versions.
+       * include/time.h (_USE_32BIT_TIME_T): Ditto.
+       * include/sys/stat.h (_USE_32BIT_TIME_T): Ditto.
+       * include/wchar.h (_USE_32BIT_TIME_T): Ditto.
+       * include/_mingw.h (_USE_32BIT_TIME_T): Issue a warning when
+       _USE_32BIT_TIME_T is enabled and MSVCRT_VERSION value does not
+       support it.
+       * lib/lib32/msvcrt.def.in: Always define all definitions in light of
+       MSVCRT.DLL
+       being different versions on differing OS.
+       * TODO: Add a note about needing a warning when a function is being
+       used but not defined within the MSVCRT_VERSION value.
+
+2013-05-21  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       * Makefile.in (clean-dist, clean-dist-mingwrt, clean-dist-w32api,
+       clean-dist-wsl): New targets.
+
 2013-05-15  Niels Kristian Bech Jensen  <nkbj@users.sourceforge.net>
 
        * include/control.h: Correct inclusion of _mingw.h.  Issue: #1956.
        * gpl/*: Move to misc/gpl/*.
        * include/GL/*: Move to misc/include/GL/*.
        * include/profile.h: Move to misc/include/profile.h.
-       * src/libcrt/math/cephes_mconf.h: Move to 
+       * src/libcrt/math/cephes_mconf.h: Move to
        misc/src/include/cephes_mconf.h.
        * src/libcrt/include/gdtoa.h: Move to misc/src/include/gdtoa.h.
        * src/libcrt/gdtoa/*: Move to misc/src/libcrt/gdtoa/*.