Skip to content

Commit 49d697e

Browse files
committed
msys2-runtime: update to 3.5.7-1
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 23f6580 commit 49d697e

File tree

56 files changed

+168
-254
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+168
-254
lines changed

msys2-runtime/0001-Add-MSYS2-triplet.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 61c7294e59c8f92f81f5f082425a82dbc386d541 Mon Sep 17 00:00:00 2001
1+
From 3bd313c46199e471335f2ff894865eb29b0d623b Mon Sep 17 00:00:00 2001
22
From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B8=CC=86=20=D0=9F?=
33
=?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=BE=D0=B2?= <[email protected]>
44
Date: Sun, 14 Apr 2019 20:40:45 +0300

msys2-runtime/0002-Fix-msys-library-name-in-import-libraries.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From e6895db114ffaa2c877b38c22e7d7eede8b79de5 Mon Sep 17 00:00:00 2001
1+
From da44d899e14145658964d2fe30af77c22fea2aab Mon Sep 17 00:00:00 2001
22
From: Kaleb Barrett <[email protected]>
33
Date: Sun, 14 Mar 2021 18:58:55 -0500
44
Subject: [PATCH 02/N] Fix msys library name in import libraries

msys2-runtime/0003-Rename-dll-from-cygwin-to-msys.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From e501600b6d38a8698be4e6b6d68f6caa9632d822 Mon Sep 17 00:00:00 2001
1+
From 4fbbc58e0d35447436db6952ec5594c5f5939dba Mon Sep 17 00:00:00 2001
22
From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B8=CC=86=20=D0=9F?=
33
=?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=BE=D0=B2?= <[email protected]>
44
Date: Sun, 14 Apr 2019 21:09:17 +0300
@@ -436,7 +436,7 @@ index 1e4cf98..b77598b 100644
436436
} \
437437
} \
438438
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
439-
index 0d1b17b..9787869 100644
439+
index 78fbce0..245f04f 100644
440440
--- a/winsup/cygwin/include/cygwin/version.h
441441
+++ b/winsup/cygwin/include/cygwin/version.h
442442
@@ -502,7 +502,11 @@ details. */

msys2-runtime/0004-Add-functionality-for-converting-UNIX-paths-in-argum.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 70cdcbadb9512f5e636173fc96fee9aeb8687c25 Mon Sep 17 00:00:00 2001
1+
From 43cfd0b4595e54e2f4ffbbae8df306c7180bb0bf Mon Sep 17 00:00:00 2001
22
From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B8=CC=86=20=D0=9F?=
33
=?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=BE=D0=B2?= <[email protected]>
44
Date: Sun, 14 Apr 2019 21:17:46 +0300
@@ -999,7 +999,7 @@ index 0000000..67d85ec
999999
+#endif /* end of include guard: PATH_CONV_H_DB4IQBH3 */
10001000
+
10011001
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
1002-
index e6f4c3e..d2bdf7d 100644
1002+
index 599809f..1297f23 100644
10031003
--- a/winsup/cygwin/path.cc
10041004
+++ b/winsup/cygwin/path.cc
10051005
@@ -66,6 +66,7 @@
@@ -1010,7 +1010,7 @@ index e6f4c3e..d2bdf7d 100644
10101010
#undef basename
10111011

10121012
suffix_info stat_suffixes[] =
1013-
@@ -3872,6 +3873,74 @@ fchdir (int fd)
1013+
@@ -3869,6 +3870,74 @@ fchdir (int fd)
10141014
return res;
10151015
}
10161016

msys2-runtime/0005-Add-functionality-for-changing-OS-name-via-MSYSTEM-e.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From d6cd58e21e1b8157e4b715af7a654a63f615b062 Mon Sep 17 00:00:00 2001
1+
From fb1e84a2f5cf2122d1d186dd8c1d637a8abb31ab Mon Sep 17 00:00:00 2001
22
From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B8=CC=86=20=D0=9F?=
33
=?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=BE=D0=B2?= <[email protected]>
44
Date: Sun, 14 Apr 2019 21:29:01 +0300

msys2-runtime/0006-Move-root-to-usr.-Change-sorting-mount-points.-By-de.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From e7d3c8f96ea04770599cca058bc1c622d7aa2df0 Mon Sep 17 00:00:00 2001
1+
From d47d0521aac5cac8e09674daab4af14fff45370a Mon Sep 17 00:00:00 2001
22
From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B8=CC=86=20=D0=9F?=
33
=?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=BE=D0=B2?= <[email protected]>
44
Date: Sun, 14 Apr 2019 21:45:06 +0300

msys2-runtime/0007-Instead-of-creating-Cygwin-symlinks-use-deep-copy-by.patch

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 8c5cc2861a2b7e42fe4cf862b56bbc7424e5b1ef Mon Sep 17 00:00:00 2001
1+
From 44054a96275c0f058069e6bb39b3b859157b85bd Mon Sep 17 00:00:00 2001
22
From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B8=CC=86=20=D0=9F?=
33
=?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=BE=D0=B2?= <[email protected]>
44
Date: Sun, 14 Apr 2019 21:47:21 +0300
@@ -61,10 +61,10 @@ index d14ea59..0c21fa6 100644
6161
bool winjitdebug = false;
6262

6363
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
64-
index d2bdf7d..6ec06fb 100644
64+
index 1297f23..90b2de3 100644
6565
--- a/winsup/cygwin/path.cc
6666
+++ b/winsup/cygwin/path.cc
67-
@@ -1685,6 +1685,89 @@ conv_path_list (const char *src, char *dst, size_t size,
67+
@@ -1682,6 +1682,89 @@ conv_path_list (const char *src, char *dst, size_t size,
6868

6969
/********************** Symbolic Link Support **************************/
7070

@@ -154,7 +154,7 @@ index d2bdf7d..6ec06fb 100644
154154
/* Create a symlink from FROMPATH to TOPATH. */
155155

156156
extern "C" int
157-
@@ -2221,6 +2304,77 @@ symlink_worker (const char *oldpath, path_conv &win32_newpath, bool isdevice)
157+
@@ -2218,6 +2301,77 @@ symlink_worker (const char *oldpath, path_conv &win32_newpath, bool isdevice)
158158
}
159159
else /* wsym_type == WSYM_sysfile */
160160
{
@@ -167,7 +167,7 @@ index d2bdf7d..6ec06fb 100644
167167
+ set_errno (src_path.error);
168168
+ __leave;
169169
+ }
170-
+ if (!src_path.isdevice () && !src_path.is_fs_special ())
170+
+ if (!src_path.isspecial ())
171171
+ {
172172
+ /* MSYS copy file instead make symlink */
173173
+

msys2-runtime/0008-Automatically-rewrite-TERM-msys-to-TERM-cygwin.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From e9074291e7ecf75a70db8ab612da18b0da0953b8 Mon Sep 17 00:00:00 2001
1+
From 6c7fe9be9d8f2d90def1423a05dfd41e6060e79f Mon Sep 17 00:00:00 2001
22
From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B8=CC=86=20=D0=9F?=
33
=?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=BE=D0=B2?= <[email protected]>
44
Date: Sun, 14 Apr 2019 21:48:54 +0300

msys2-runtime/0009-Do-not-convert-environment-for-strace.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 8102cded4c93aae879027be150ec36fd04c37545 Mon Sep 17 00:00:00 2001
1+
From 412eff5184c8b38080eb8d7440a22af6aa623871 Mon Sep 17 00:00:00 2001
22
From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B8=CC=86=20=D0=9F?=
33
=?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=BE=D0=B2?= <[email protected]>
44
Date: Sun, 14 Apr 2019 21:50:55 +0300

msys2-runtime/0010-strace.cc-Don-t-set-MSYS-noglob.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From c68f8fd84b0d5da778866a85f0b6c86b798359d3 Mon Sep 17 00:00:00 2001
1+
From a181105229df782cfa3e21dc6b7a97814d73451a Mon Sep 17 00:00:00 2001
22
From: Ray Donnelly <[email protected]>
33
Date: Sun, 23 Aug 2015 20:47:30 +0100
44
Subject: [PATCH 10/N] strace.cc: Don't set MSYS=noglob

msys2-runtime/0011-Add-debugging-for-strace-make_command_line.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From e6cc70d89e9410573b3fad0c16e69c7cc02277dc Mon Sep 17 00:00:00 2001
1+
From f9e54f02cace5a74bf174b32151edf3139495a72 Mon Sep 17 00:00:00 2001
22
From: Ray Donnelly <[email protected]>
33
Date: Fri, 21 Aug 2015 09:52:47 +0100
44
Subject: [PATCH 11/N] Add debugging for strace make_command_line

msys2-runtime/0012-strace-quiet-be-really-quiet.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From e25ab8660e6040a9526ca985edec430625b47b5c Mon Sep 17 00:00:00 2001
1+
From 651375a2f897327f40f6329cc9ce6a85578f7acc Mon Sep 17 00:00:00 2001
22
From: Johannes Schindelin <[email protected]>
33
Date: Wed, 17 May 2017 18:13:32 +0200
44
Subject: [PATCH 12/N] strace --quiet: be *really* quiet

msys2-runtime/0013-path_conv-special-case-root-directory-to-have-traili.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 8e182331c4c06b839da9f0e71aa5098df7d564ea Mon Sep 17 00:00:00 2001
1+
From 593a15ac3714d80fb6d52e29e144c291ff4f7e1c Mon Sep 17 00:00:00 2001
22
From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B8=CC=86=20=D0=9F?=
33
=?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=BE=D0=B2?= <[email protected]>
44
Date: Sun, 14 Apr 2019 22:13:51 +0300
@@ -31,7 +31,7 @@ Signed-off-by: Johannes Schindelin <[email protected]>
3131
1 file changed, 7 insertions(+)
3232

3333
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
34-
index 6ec06fb..5412101 100644
34+
index 90b2de3..ee5a27b 100644
3535
--- a/winsup/cygwin/path.cc
3636
+++ b/winsup/cygwin/path.cc
3737
@@ -709,6 +709,12 @@ path_conv::check (const char *src, unsigned opt,
@@ -47,7 +47,7 @@ index 6ec06fb..5412101 100644
4747
path_end = tail;
4848

4949
/* Scan path_copy from right to left looking either for a symlink
50-
@@ -1251,6 +1257,7 @@ path_conv::check (const char *src, unsigned opt,
50+
@@ -1248,6 +1254,7 @@ path_conv::check (const char *src, unsigned opt,
5151
cfree (wide_path);
5252
wide_path = NULL;
5353
}

msys2-runtime/0014-When-converting-to-a-Unix-path-avoid-double-trailing.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 0c102ea21bf0ad8ac591e46eddf29b02d3ef2fd3 Mon Sep 17 00:00:00 2001
1+
From 62fa30fdd7821508b1bdee0f86698b0f8c3234e9 Mon Sep 17 00:00:00 2001
22
From: Johannes Schindelin <[email protected]>
33
Date: Tue, 8 Nov 2022 16:24:20 +0100
44
Subject: [PATCH 14/N] When converting to a Unix path, avoid double trailing

msys2-runtime/0015-msys2_path_conv-pass-PC_NOFULL-to-path_conv.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 8ed6549f805a813ca3f89c950f65899be4fc8510 Mon Sep 17 00:00:00 2001
1+
From 1ac0e54f2dd0c15f1b68b452d22f1af580156927 Mon Sep 17 00:00:00 2001
22
From: Christoph Reiter <[email protected]>
33
Date: Sun, 20 Nov 2022 13:57:36 +0100
44
Subject: [PATCH 15/N] msys2_path_conv: pass PC_NOFULL to path_conv

msys2-runtime/0016-path-conversion-Introduce-ability-to-switch-off-conv.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 853cc5411c9c3562e23d4fccae7ef12d70d7a4ea Mon Sep 17 00:00:00 2001
1+
From 6eb17214f393fc630508da22c677c071090d1539 Mon Sep 17 00:00:00 2001
22
From: =?UTF-8?q?=EB=A7=88=EB=88=84=EC=97=98?= <[email protected]>
33
Date: Wed, 17 Jun 2015 09:30:41 +0200
44
Subject: [PATCH 16/N] path-conversion: Introduce ability to switch off

msys2-runtime/0017-dcrt0.cc-Untangle-allow_glob-from-winshell.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 5d54a247cde553b9558c6fab449591e296c6e563 Mon Sep 17 00:00:00 2001
1+
From 263902cc8b408092121774c4addf257e43c776cb Mon Sep 17 00:00:00 2001
22
From: Ray Donnelly <[email protected]>
33
Date: Fri, 21 Aug 2015 12:52:09 +0100
44
Subject: [PATCH 17/N] dcrt0.cc: Untangle allow_glob from winshell

msys2-runtime/0018-dcrt0.cc-globify-Don-t-quote-literal-strings-differe.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From d85da3a918acc954b267cd39d0e94bb732f2a102 Mon Sep 17 00:00:00 2001
1+
From e1974e603b42ef0aa49b0d378318de21222b4bed Mon Sep 17 00:00:00 2001
22
From: Ray Donnelly <[email protected]>
33
Date: Mon, 24 Aug 2015 00:48:06 +0100
44
Subject: [PATCH 18/N] dcrt0.cc (globify): Don't quote literal strings

msys2-runtime/0019-Add-debugging-for-build_argv.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From a3e7629f84a2cc2831007ee308c148f60b101fe9 Mon Sep 17 00:00:00 2001
1+
From 0473dff44525d3002a55230d69f49bc12440acdf Mon Sep 17 00:00:00 2001
22
From: Ray Donnelly <[email protected]>
33
Date: Fri, 21 Aug 2015 12:18:52 +0100
44
Subject: [PATCH 19/N] Add debugging for build_argv

msys2-runtime/0020-environ.cc-New-facility-environment-variable-MSYS2_E.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From ca226ec37bb466a1b15674b0dcb441b08232458f Mon Sep 17 00:00:00 2001
1+
From f0632550eeef8a2d4f773bf95abfc74ea51c4096 Mon Sep 17 00:00:00 2001
22
From: Ray Donnelly <[email protected]>
33
Date: Sun, 10 Apr 2016 21:47:41 +0100
44
Subject: [PATCH 20/N] environ.cc: New facility/environment variable
@@ -129,10 +129,10 @@ index 4220f62..5446654 100644
129129

130130
(See "How to: Set a Thread Name in Native Code"
131131
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
132-
index 5412101..1b90500 100644
132+
index ee5a27b..b6d8397 100644
133133
--- a/winsup/cygwin/path.cc
134134
+++ b/winsup/cygwin/path.cc
135-
@@ -4053,7 +4053,6 @@ arg_heuristic_with_exclusions (char const * const arg, char const * exclusions,
135+
@@ -4050,7 +4050,6 @@ arg_heuristic_with_exclusions (char const * const arg, char const * exclusions,
136136
return arg_result;
137137
}
138138

msys2-runtime/0021-Fix-native-symbolic-link-spawn-passing-wrong-arg0.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 89f8cacab1b0a9870859aeeaa438e805438e0509 Mon Sep 17 00:00:00 2001
1+
From 01b17931dd89fda21b4b4f775be73265650a6237 Mon Sep 17 00:00:00 2001
22
From: SquallATF <[email protected]>
33
Date: Mon, 10 Sep 2018 11:32:18 +0300
44
Subject: [PATCH 21/N] Fix native symbolic link spawn passing wrong arg0

msys2-runtime/0022-Introduce-the-enable_pcon-value-for-MSYS.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From a46c7539a1826461434525905688b95334fb1fdf Mon Sep 17 00:00:00 2001
1+
From 7a14153ca473eaad037a75eeda0e13637ea62d69 Mon Sep 17 00:00:00 2001
22
From: Johannes Schindelin <[email protected]>
33
Date: Tue, 19 May 2020 13:49:37 +0200
44
Subject: [PATCH 22/N] Introduce the `enable_pcon` value for `MSYS`

msys2-runtime/0023-popen-call-usr-bin-sh-instead-of-bin-sh.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 5f0df244ed792a0aa09e6ff2accb018579ba5f8c Mon Sep 17 00:00:00 2001
1+
From 1650471974cc731ded9b55c9351007827136353f Mon Sep 17 00:00:00 2001
22
From: Christoph Reiter <[email protected]>
33
Date: Fri, 5 Jun 2020 20:09:11 +0200
44
Subject: [PATCH 23/N] popen: call /usr/bin/sh instead of /bin/sh

msys2-runtime/0024-Expose-full-command-lines-to-other-Win32-processes-b.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 6d0c6370ed5c45de01fb6041813e00005d1a2c11 Mon Sep 17 00:00:00 2001
1+
From 8e100d3e5c5c1c422a675c09cb93a659b04fed21 Mon Sep 17 00:00:00 2001
22
From: Johannes Schindelin <[email protected]>
33
Date: Wed, 12 Aug 2020 12:22:38 +0200
44
Subject: [PATCH 24/N] Expose full command-lines to other Win32 processes by

msys2-runtime/0025-Add-a-helper-to-obtain-a-function-s-address-in-kerne.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 0e5a7de4fcc8c207b1dd2180c7d16a2888f25a8c Mon Sep 17 00:00:00 2001
1+
From dd4d9d1a92018fc059f029568659eb2abd83cb08 Mon Sep 17 00:00:00 2001
22
From: Johannes Schindelin <[email protected]>
33
Date: Mon, 16 Apr 2018 14:59:39 +0200
44
Subject: [PATCH 25/N] Add a helper to obtain a function's address in

msys2-runtime/0026-Emulate-GenerateConsoleCtrlEvent-upon-Ctrl-C.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 98632e154dbb564454ffbe97f223ce9ab21e876d Mon Sep 17 00:00:00 2001
1+
From 81198b4328483dfe11467dda41be61bffb9a4217 Mon Sep 17 00:00:00 2001
22
From: Johannes Schindelin <[email protected]>
33
Date: Fri, 20 Mar 2015 09:56:28 +0000
44
Subject: [PATCH 26/N] Emulate GenerateConsoleCtrlEvent() upon Ctrl+C

msys2-runtime/0027-kill-kill-Win32-processes-more-gently.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From c890b0cc1613c1343c35beb005c59f2ef3120a82 Mon Sep 17 00:00:00 2001
1+
From 68991eb3fbb65aa286c37120139368fddc9db69f Mon Sep 17 00:00:00 2001
22
From: Johannes Schindelin <[email protected]>
33
Date: Fri, 20 Mar 2015 10:01:50 +0000
44
Subject: [PATCH 27/N] kill: kill Win32 processes more gently

msys2-runtime/0028-Cygwin-make-option-for-native-inner-link-handling.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 5ab3720b4f5c47411643a1c4cb5b408c18bd288f Mon Sep 17 00:00:00 2001
1+
From 05dc9c96283693f94f55fc97997c5252efa25e33 Mon Sep 17 00:00:00 2001
22
From: Jeremy Drake <[email protected]>
33
Date: Thu, 22 Jul 2021 11:59:16 -0700
44
Subject: [PATCH 28/N] Cygwin: make option for native inner link handling.
@@ -37,10 +37,10 @@ index b3b77de..ab2c205 100644
3737
/* Taken from BSD libc:
3838
This variable is zero until a process has created a pthread. It is used
3939
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
40-
index 1b90500..d0c97ad 100644
40+
index b6d8397..ff5e5f4 100644
4141
--- a/winsup/cygwin/path.cc
4242
+++ b/winsup/cygwin/path.cc
43-
@@ -3724,7 +3724,8 @@ restart:
43+
@@ -3721,7 +3721,8 @@ restart:
4444
differ, return the final path as symlink content and set symlen
4545
to a negative value. This forces path_conv::check to restart
4646
symlink evaluation with the new path. */

msys2-runtime/0029-docs-skip-building-texinfo-and-PDF-files.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 1fcaaa3ff2d03311fa5aa04585280421a7b39543 Mon Sep 17 00:00:00 2001
1+
From 35fe5037a9c170a4b1619d61acb477e4fc56bb8e Mon Sep 17 00:00:00 2001
22
From: Johannes Schindelin <[email protected]>
33
Date: Mon, 8 Nov 2021 14:20:07 +0100
44
Subject: [PATCH 29/N] docs: skip building texinfo and PDF files

msys2-runtime/0030-install-libs-depend-on-the-toollibs.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From bbd5897e690ce050ca41ff48f2738db8bd8a55eb Mon Sep 17 00:00:00 2001
1+
From 810a435f7049ee4745862a5715950915f9eb4817 Mon Sep 17 00:00:00 2001
22
From: Johannes Schindelin <[email protected]>
33
Date: Mon, 8 Nov 2021 16:22:57 +0100
44
Subject: [PATCH 30/N] install-libs: depend on the "toollibs"

msys2-runtime/0031-POSIX-ify-the-SHELL-variable.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 7e40bdfb022b6a7e8ae6df7e2267e9163d23b7ca Mon Sep 17 00:00:00 2001
1+
From b3c0f45c491257741b151603b35c6cb4c4dd0176 Mon Sep 17 00:00:00 2001
22
From: Johannes Schindelin <[email protected]>
33
Date: Mon, 23 Nov 2015 20:03:11 +0100
44
Subject: [PATCH 31/N] POSIX-ify the SHELL variable

msys2-runtime/0032-Handle-ORIGINAL_PATH-just-like-PATH.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 4c80b59ea393c6248a6e17e37a2c00628c4aaf70 Mon Sep 17 00:00:00 2001
1+
From 78cf542346e2e986b93ca34bb1a76497f7190bb4 Mon Sep 17 00:00:00 2001
22
From: Johannes Schindelin <[email protected]>
33
Date: Tue, 21 Mar 2017 13:18:38 +0100
44
Subject: [PATCH 32/N] Handle ORIGINAL_PATH just like PATH

msys2-runtime/0033-uname-allow-setting-the-system-name-to-CYGWIN.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 0c124b9088fd6e3a00517b3b5b65f689dee825c2 Mon Sep 17 00:00:00 2001
1+
From 06ac3e1f674a4fc86b1dbd380631188b0c3e2321 Mon Sep 17 00:00:00 2001
22
From: Christoph Reiter <[email protected]>
33
Date: Sun, 3 Jul 2022 22:39:32 +0200
44
Subject: [PATCH 33/N] uname: allow setting the system name to CYGWIN

msys2-runtime/0034-Pass-environment-variables-with-empty-values.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 54d1ac996bca6999cee71cc0f4d9a35e821792ac Mon Sep 17 00:00:00 2001
1+
From 769d1e6f9a9b90bf770d7e23c9c37892af77a733 Mon Sep 17 00:00:00 2001
22
From: Johannes Schindelin <[email protected]>
33
Date: Wed, 18 Feb 2015 12:32:17 +0000
44
Subject: [PATCH 34/N] Pass environment variables with empty values

msys2-runtime/0035-Optionally-disallow-empty-environment-values-again.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 6fe00e22de4a5ee84bb519dfa70e35990fc2e00e Mon Sep 17 00:00:00 2001
1+
From ba92e6b6f47d363e7919b698f603a4202cc41898 Mon Sep 17 00:00:00 2001
22
From: Johannes Schindelin <[email protected]>
33
Date: Tue, 6 Sep 2022 10:40:58 +0200
44
Subject: [PATCH 35/N] Optionally disallow empty environment values again

msys2-runtime/0036-build_env-respect-the-MSYS-environment-variable.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 82d1e3b556949c920997adbdb73bc19ec0874d19 Mon Sep 17 00:00:00 2001
1+
From 02217cb208a8d00e0b64cd0b7f3686c6a90da02e Mon Sep 17 00:00:00 2001
22
From: Johannes Schindelin <[email protected]>
33
Date: Tue, 6 Sep 2022 12:18:18 +0200
44
Subject: [PATCH 36/N] build_env(): respect the `MSYS` environment variable

msys2-runtime/0037-Revert-Cygwin-Enable-dynamicbase-on-the-Cygwin-DLL-b.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 855f33f4b940bb73cf749bdde31c81a157b7e6ae Mon Sep 17 00:00:00 2001
1+
From 69c62937b7027956a9039de030fc3c3825ae01ff Mon Sep 17 00:00:00 2001
22
From: Christoph Reiter <[email protected]>
33
Date: Sat, 17 Dec 2022 20:14:49 +0100
44
Subject: [PATCH 37/N] Revert "Cygwin: Enable dynamicbase on the Cygwin DLL by

msys2-runtime/0038-Avoid-sharing-cygheaps-across-Cygwin-versions.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From f840e12ed789d12122691d6de8a08c0971cd1992 Mon Sep 17 00:00:00 2001
1+
From 2db2db0414aa5192d5b2ddfe4dc601e732c8f6ca Mon Sep 17 00:00:00 2001
22
From: Johannes Schindelin <[email protected]>
33
Date: Mon, 30 Jan 2023 23:22:22 +0100
44
Subject: [PATCH 38/N] Avoid sharing cygheaps across Cygwin versions

msys2-runtime/0039-uname-report-msys2-runtime-commit-hash-too.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 905cab18b56559691f5648b5bdfe26320a9f2d5e Mon Sep 17 00:00:00 2001
1+
From e72880f742ecc7aa60e45b79c655bd134c2ad452 Mon Sep 17 00:00:00 2001
22
From: Johannes Schindelin <[email protected]>
33
Date: Tue, 21 Feb 2023 16:36:36 +0100
44
Subject: [PATCH 39/N] uname: report msys2-runtime commit hash, too

msys2-runtime/0040-Cygwin-find_fast_cwd-don-t-run-assembler-checking-co.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 856e9498336066f8a96fef1dadeb0d9fe0c700b4 Mon Sep 17 00:00:00 2001
1+
From b879775caabe673a9b7c5811b76640262d3d9e30 Mon Sep 17 00:00:00 2001
22
From: Corinna Vinschen <[email protected]>
33
Date: Tue, 13 Feb 2024 16:47:51 +0100
44
Subject: [PATCH 40/N] Cygwin: find_fast_cwd: don't run assembler checking
@@ -23,10 +23,10 @@ Signed-off-by: Johannes Schindelin <[email protected]>
2323
1 file changed, 13 insertions(+), 15 deletions(-)
2424

2525
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
26-
index d0c97ad..1021005 100644
26+
index ff5e5f4..89aa931 100644
2727
--- a/winsup/cygwin/path.cc
2828
+++ b/winsup/cygwin/path.cc
29-
@@ -4828,29 +4828,27 @@ find_fast_cwd_pointer ()
29+
@@ -4825,29 +4825,27 @@ find_fast_cwd_pointer ()
3030
static fcwd_access_t **
3131
find_fast_cwd ()
3232
{

msys2-runtime/0041-cygthread-suspend-thread-before-terminating.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From c94b46ba0328dcba25f6a541f1c60ab53c06754e Mon Sep 17 00:00:00 2001
1+
From 9f4fcc77233442d38d2fc64f5861e5950ffcaab3 Mon Sep 17 00:00:00 2001
22
From: Jeremy Drake <[email protected]>
33
Date: Mon, 11 Nov 2024 20:09:49 -0800
44
Subject: [PATCH 41/N] cygthread: suspend thread before terminating.

msys2-runtime/0042-Cygwin-revert-use-of-CancelSyncronousIo-on-wait_thre.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 62f6088206fcf4c9cbd74b23a869b7547f640c65 Mon Sep 17 00:00:00 2001
1+
From 290bea94d0d5c632c016f916a7b123a260fc02a8 Mon Sep 17 00:00:00 2001
22
From: Jeremy Drake <[email protected]>
33
Date: Thu, 21 Nov 2024 22:13:42 -0800
44
Subject: [PATCH 42/N] Cygwin: revert use of CancelSyncronousIo on

msys2-runtime/0043-Cygwin-cache-IsWow64Process2-host-arch-in-wincap.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 7f3ae80791561c7dbed811e6e316d40ee9af3406 Mon Sep 17 00:00:00 2001
1+
From b160d31ca4e356ff73c2c0259c980dceae8ccc7d Mon Sep 17 00:00:00 2001
22
From: Jeremy Drake <[email protected]>
33
Date: Wed, 27 Nov 2024 11:22:49 -0800
44
Subject: [PATCH 43/N] Cygwin: cache IsWow64Process2 host arch in wincap.
@@ -49,10 +49,10 @@ index c148727..250866f 100644
4949
#define IMPLEMENT(cap) cap() const { return ((wincaps *) this->caps)->cap; }
5050

5151
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
52-
index 1021005..b634c40 100644
52+
index 89aa931..661a688 100644
5353
--- a/winsup/cygwin/path.cc
5454
+++ b/winsup/cygwin/path.cc
55-
@@ -4828,14 +4828,12 @@ find_fast_cwd_pointer ()
55+
@@ -4825,14 +4825,12 @@ find_fast_cwd_pointer ()
5656
static fcwd_access_t **
5757
find_fast_cwd ()
5858
{

msys2-runtime/0044-Cygwin-uname-add-host-machine-tag-to-sysname.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 7da06fd0ea09d64f1c15adc18c0e6274a22cf41b Mon Sep 17 00:00:00 2001
1+
From 02238d2c36c27d6754b380b241e6717926b2a157 Mon Sep 17 00:00:00 2001
22
From: Jeremy Drake <[email protected]>
33
Date: Wed, 27 Nov 2024 11:26:50 -0800
44
Subject: [PATCH 44/N] Cygwin: uname: add host machine tag to sysname.

0 commit comments

Comments
 (0)