• R/O
  • HTTP
  • SSH
  • HTTPS

mingw-org-wsl: Commit

The MinGW.OSDN Windows System Libraries. Formerly designated as "MinGW.org Windows System Libraries", this encapsulates the "mingwrt" C runtime library extensions, and the "w32api" 32-bit MS-Windows API libraries.

Please note that this project no longer owns the "MinGW.org" domain name; any software which may be distributed from that domain is NOT supported by this project.


Commit MetaInfo

Revisión195990349f107636b0642223e4c3e86ad810c0e9 (tree)
Tiempo2020-06-04 02:58:37
AutorKeith Marshall <keith@user...>
CommiterKeith Marshall

Log Message

Revert 2020-05-27 changes relating to issue #40438.

Cambiar Resumen

Diferencia incremental

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
11 2020-06-03 Keith Marshall <keith@users.osdn.me>
22
3+ Revert 2020-05-27 changes relating to issue #40438.
4+
5+ * VERSION.m4 (LIBMINGWEX): Increment DLL age; this has the effect of
6+ indicating restored backward compatibility with linmingwex-2.dll
7+
8+2020-06-03 Keith Marshall <keith@users.osdn.me>
9+
310 Adjust repository version following WSL-5.3.2 release.
411
512 * VERSION.m4 (__VERSION__): Increment it to 5.3.3
--- a/VERSION.m4
+++ b/VERSION.m4
@@ -23,7 +23,7 @@ m4_define([__VERSION__],[5.3.3])
2323 # as required, in accordance with libtool conventions.
2424 #
2525 m4_define([MINGW_AC_ENUMERATE_DLLVERSION_SPECS],dnl
26-[MINGW_AC_SET_DLLVERSION([LIBMINGWEX], [libmingwex.dll.a], [3:0:0])dnl
26+[MINGW_AC_SET_DLLVERSION([LIBMINGWEX], [libmingwex.dll.a], [3:0:1])dnl
2727 ])
2828
2929 # $RCSfile$: end of file
--- a/mingwrt/ChangeLog
+++ b/mingwrt/ChangeLog
@@ -1,3 +1,13 @@
1+2020-06-03 Keith Marshall <keith@users.osdn.me>
2+
3+ Revert 2020-05-27 changes relating to issue #40438.
4+
5+ * Makefile.in (libmingw32.a): Remove, and relocate...
6+ (codeset.$OBJEXT, mbrscan.$OBJEXT): ...each of these, back to...
7+ (libmingwex.a): ...here; the previous relocation created more problems
8+ than it solved, and indeed, I can no longer reproduce the issue which
9+ prompted the earlier relocation.
10+
111 2020-05-28 Keith Marshall <keith@users.osdn.me>
212
313 Prepare and publish MinGW.org WSL-5.3.2 release.
--- a/mingwrt/Makefile.in
+++ b/mingwrt/Makefile.in
@@ -468,9 +468,8 @@ libmingwex.a: $(addsuffix .$(OBJEXT), mkstemp mkdtemp cryptnam setenv)
468468
469469 vpath %.s ${mingwrt_srcdir}/mingwex
470470 vpath %.sx ${mingwrt_srcdir}/mingwex
471-libmingw32.a: $(addsuffix .$(OBJEXT), mbrscan wcharmap)
472-libmingwex.a: $(addsuffix .$(OBJEXT), codeset mbrconv mbrlen)
473-libmingwex.a: $(addsuffix .$(OBJEXT), mbrtowc mbsrtowcs strnlen)
471+libmingwex.a: $(addsuffix .$(OBJEXT), codeset mbrconv mbrscan mbrlen)
472+libmingwex.a: $(addsuffix .$(OBJEXT), mbrtowc mbsrtowcs strnlen wcharmap)
474473 libmingwex.a: $(addsuffix .$(OBJEXT), wcrtomb wcsrtombs wcsnlen wcstod wcstof)
475474 libmingwex.a: $(addsuffix .$(OBJEXT), wcstofp wcstold wctob wctrans wctype)
476475 libmingwex.a: $(addsuffix .$(OBJEXT), wmemchr wmemcmp wmemcpy wmemmove wmemset)
Show on old repository browser