OSDN Git Service

Correct mistyped __MINGW_NOTHROW macro.
[mingw/mingw-org-wsl.git] / ChangeLog
index a6e7f4e..90e68b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,123 @@
+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.
+       * include/sys/stat.h: Include string.h as appropriate for memset
+       declaration.  Issue: #1956.
+       * include/wchar.h: Ditto.
+
+2013-05-15  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       * .gitignore: Add nbproject folder.
+       * NEWS: Add note about the globbing change.
+       * include/_mingw.h: Correct check for GCC version >= 3.4.5. Issue: #1958.
+
+2013-05-11  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Avoid a potential SIGSEGV crash on CRT start-up.
+
+       * src/libcrt/misc/glob.c (glob_signed): Check only for pointer
+       aliasing, when validating a glob_t signature; checking signature
+       content via an uninitialised pointer may segfault.
+
+       * src/libcrt/crt/init.c (__mingw_setargv): Call __mingw_glob()
+       directly, then set GLOB_APPEND for later calls; do not delegate to...
+       (do_glob): ...this; it uselessly attempted to set GLOB_APPEND on the
+       basis of an uninitialised counter.  Function now unused; delete it.
+
+2013-05-11  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Install non-executable files with proper attributes.
+
+       * Makefile.in (INSTALL_DATA): New macro; define it per AC_SUBST;
+       substitute it at point of use, as appropriate, in place of...
+       (INSTALL): ...this.
+
+2013-05-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Update build-aux submodule reference for SF host migration.
+
+       * .gitmodules (url): Relocate to git://git.code.sourceforge.net/p/
+
+2013-04-10  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       * Makefile.in: Add installation and delivery of library object files.
+
+2013-04-09  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       * Makefile.in: Adjust distributed package names when RELEASE_STATUS is
+       not equal "dist".
+
+2013-03-13  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       * LICENSE: Update copyright notice adding year 2013.
+       * README: Update copyright notice adding year 2013.
+       Add text to explain where release notes can be found.
+       * Makefile.in: Update copyright notice adding year 2013.
+       (mingwrtdocdir): New variable used in dist-mingwrt target.
+       (w32apidocdir): New variable used in dist-w32api target.
+       (doc_DOCUMENTS): Add ChangeLog, NEWS, TODO, and NOTES.
+       (install-mingwrt-dirs, install-w32api-dirs): Correct creation of doc
+       directory using mingwrtdocdir or w32apidocdir respectfully.
+       (install-mingwrt, install-w32api): Correct copy of historical
+       documentation.
+       (dist-mingwrt*, dist-w32api*): For RELEASE_STATUS != prod modify the
+       package name to include the RELEASE_STATUS to satisfy the rules of
+       mingw-get.
+
+2013-02-27  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       * Makefile.in: Add variables for RELEASE_STATUS and RELEASE_REFERENCE.
+       Add conditionals for RELEASE_STATUS not equal "prod" for dist-mingwrt,
+       dist-w32api and dist-wsl targets.
+       * configure.ac: Add declaration of RELEASE_STATUS and RELEASE_REFERENCE
+       variables.
+
+2013-02-25  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       * NEWS: Add and adjust release notes for 4.0.
+       * tests/Makefile.in: Correct order of libraries in LIBS.
+       * include/io.h: Correct declarations for _findfirst/_findnext when
+       not _HAVE_32BIT_TIME_T.
+
+2013-02-24  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       * lib/lib32/ddk/ntoskrnl.def (KeQueryActiveProcessorCount): Correct
+       typo.
+       (KeQueryActiveProcessors): Add import.
+       * NEWS: Add and adjust release notes for 4.0.
+
 2013-02-23  Earnie Boyd  <earnie@users.sourceforge.net>
 
        * README: Add references for reporting bugs and submitting patches.
        Correct the @FILENAME@ cut/paste issue.
+       * NEWS: Add and adjust release notes for 4.0.
 
 2013-02-23  Johann Hanne  <jonnyh33@users.sourceforge.net>
 
        * 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/*.