• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

The MinGW.org Windows System Libraries


Commit MetaInfo

修订版89581f43949c2a7358e0e886dff3af6b9632869b (tree)
时间2016-10-18 06:25:34
作者Keith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Log Message

Prepare and tag mingwrt-3.22.4 patch release.

更改概述

差异

--- a/mingwrt/ChangeLog
+++ b/mingwrt/ChangeLog
@@ -1,5 +1,11 @@
11 2016-10-17 Keith Marshall <keithmarshall@users.sourceforge.net>
22
3+ Prepare and tag mingwrt-3.22.4 patch release.
4+
5+ * configure.ac (AC_INIT): Increment patch level.
6+
7+2016-10-17 Keith Marshall <keithmarshall@users.sourceforge.net>
8+
39 Resolve an ANSI mode <string.h> vs. <wchar.h> conflict.
410
511 * include/wchar.h [!(_WCHAR_H && _STRING_H)]: Change condition...
--- a/mingwrt/configure.ac
+++ b/mingwrt/configure.ac
@@ -29,7 +29,7 @@
2929 # DEALINGS IN THE SOFTWARE.
3030 #
3131 AC_PREREQ([2.64])
32- AC_INIT([MinGW C Runtime],[3.22.3],[http://mingw.org/Reporting_Bugs],[mingwrt])
32+ AC_INIT([MinGW C Runtime],[3.22.4],[http://mingw.org/Reporting_Bugs],[mingwrt])
3333
3434 AC_PREFIX_DEFAULT([/mingw])
3535 AC_CONFIG_SRCDIR([include/_mingw.h.in])