• 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

修订版ca342c21c6722e39da7cc58b68b1a3267a13a3f5 (tree)
时间2016-10-14 06:35:37
作者Keith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Log Message

Prepare and tag mingwrt-3.22.3 patch release.

更改概述

差异

--- a/mingwrt/ChangeLog
+++ b/mingwrt/ChangeLog
@@ -1,5 +1,11 @@
11 2016-10-13 Keith Marshall <keithmarshall@users.sourceforge.net>
22
3+ Prepare and tag mingwrt-3.22.3 patch release.
4+
5+ * configure.ac (AC_INIT): Increment patch level.
6+
7+2016-10-13 Keith Marshall <keithmarshall@users.sourceforge.net>
8+
39 Emulate glibc <string.h> POSIX.1 non-compliance.
410
511 * include/_mingw.h.in (_EMULATE_GLIBC): New feature test macro.
--- 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.2],[http://mingw.org/Reporting_Bugs],[mingwrt])
32+ AC_INIT([MinGW C Runtime],[3.22.3],[http://mingw.org/Reporting_Bugs],[mingwrt])
3333
3434 AC_PREFIX_DEFAULT([/mingw])
3535 AC_CONFIG_SRCDIR([include/_mingw.h.in])