• 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

修订版4b3cc3d08cd7568fd91419c3d54c340cf67b7655 (tree)
时间2017-12-07 04:38:31
作者Keith Marshall <keith@user...>
CommiterKeith Marshall

Log Message

Prepare and publish MinGW.org WSL-5.0.2 release.

更改概述

差异

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
1+2017-12-06 Keith Marshall <keith@users.osdn.me>
2+
3+ Prepare and publish MinGW.org WSL-5.0.2 release.
4+
5+ * All files (wsl-5.0.2-release): Tag assigned.
6+
17 2017-07-31 Keith Marshall <keithmarshall@users.sourceforge.net>
28
39 MinGW.org WSL-5.0.1 released; update repository version.
--- a/mingwrt/ChangeLog
+++ b/mingwrt/ChangeLog
@@ -1,3 +1,12 @@
1+2017-12-06 Keith Marshall <keith@users.osdn.me>
2+
3+ Prepare and publish MinGW.org WSL-5.0.2 release.
4+
5+ * All files (wsl-5.0.2-release): Tag assigned.
6+
7+ * Makefile.in (mingwrt-srcdist-package-files): Add reference...
8+ * $mingwrt_srcdir/*.sx: ...for files matching this template.
9+
110 2017-12-02 Keith Marshall <keith@users.osdn.me>
211
312 Provide legacy OS work around for issue [#2357]
--- a/mingwrt/Makefile.in
+++ b/mingwrt/Makefile.in
@@ -954,7 +954,7 @@ mingwrt-srcdist-package-files: $(wildcard ${mingwrt_srcdir}/*.[chs]) \
954954 $(wildcard ${mingwrt_srcdir}/*.def.in) $(wildcard ${mingwrt_srcdir}/config*) \
955955 $(addprefix ${mingwrt_srcdir}/,include man mingwex msvcrt-xref profile) \
956956 $(addprefix ${mingwrt_srcdir}/,TODO Makefile.in crtdll.def) \
957- $(wildcard ${mingwrt_srcdir}/*.txt)
957+ $(wildcard $(addprefix ${mingwrt_srcdir}/,*.sx *.txt))
958958
959959 mingwrt-srcdist-testsuite-files: $(wildcard ${mingwrt_srcdir}/tests/*.at)
960960 mingwrt-srcdist-testsuite-files: $(wildcard ${mingwrt_srcdir}/tests/*.in)
--- a/w32api/ChangeLog
+++ b/w32api/ChangeLog
@@ -1,3 +1,9 @@
1+2017-12-06 Keith Marshall <keith@users.osdn.me>
2+
3+ Prepare and publish MinGW.org WSL-5.0.2 release.
4+
5+ * All files (wsl-5.0.2-release): Tag assigned.
6+
17 2017-11-28 Keith Marshall <keith@users.osdn.me>
28
39 Make <wsnetbs.h> header effectively self-contained.