Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion msys2-runtime/0001-Add-MSYS2-triplet.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From bdad035f0baf6fa584ca10913e9948c0aba2970e Mon Sep 17 00:00:00 2001
From 61c7294e59c8f92f81f5f082425a82dbc386d541 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B8=CC=86=20=D0=9F?=
=?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=BE=D0=B2?= <[email protected]>
Date: Sun, 14 Apr 2019 20:40:45 +0300
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 900232bfff4076c483307b4af8f2bbf9b50a600f Mon Sep 17 00:00:00 2001
From e6895db114ffaa2c877b38c22e7d7eede8b79de5 Mon Sep 17 00:00:00 2001
From: Kaleb Barrett <[email protected]>
Date: Sun, 14 Mar 2021 18:58:55 -0500
Subject: [PATCH 02/N] Fix msys library name in import libraries
Expand Down
8 changes: 4 additions & 4 deletions msys2-runtime/0003-Rename-dll-from-cygwin-to-msys.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 585fadf7eab7cc83f6445adcd30b5c2b2e9357f8 Mon Sep 17 00:00:00 2001
From e501600b6d38a8698be4e6b6d68f6caa9632d822 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B8=CC=86=20=D0=9F?=
=?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=BE=D0=B2?= <[email protected]>
Date: Sun, 14 Apr 2019 21:09:17 +0300
Expand Down Expand Up @@ -277,7 +277,7 @@ index 9508f3e..3c40e0f 100644
w32len = cygheap->installation_key.Length / sizeof (WCHAR);
if (w32len
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc
index a560a3f..8590929 100644
index 9accf3c..c734a4d 100644
--- a/winsup/cygwin/exceptions.cc
+++ b/winsup/cygwin/exceptions.cc
@@ -526,14 +526,14 @@ int exec_prepared_command (PWCHAR command)
Expand Down Expand Up @@ -436,7 +436,7 @@ index 1e4cf98..b77598b 100644
} \
} \
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index fb821a6..1c68287 100644
index 0d1b17b..9787869 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -502,7 +502,11 @@ details. */
Expand Down Expand Up @@ -617,7 +617,7 @@ index 43b5803..db1d5c8 100644
ts.SourceIdentifier.LowPart = kerberos_auth ? 0x0105 : 0x0106;

diff --git a/winsup/cygwin/syscalls.cc b/winsup/cygwin/syscalls.cc
index 11033bc..2d7071b 100644
index 83318d6..808e661 100644
--- a/winsup/cygwin/syscalls.cc
+++ b/winsup/cygwin/syscalls.cc
@@ -339,7 +339,7 @@ try_to_bin (path_conv &pc, HANDLE &fh, ACCESS_MASK access, ULONG flags)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From d076660c2d88cc79897b73b53134b040d623c547 Mon Sep 17 00:00:00 2001
From 70cdcbadb9512f5e636173fc96fee9aeb8687c25 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B8=CC=86=20=D0=9F?=
=?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=BE=D0=B2?= <[email protected]>
Date: Sun, 14 Apr 2019 21:17:46 +0300
Expand Down Expand Up @@ -999,7 +999,7 @@ index 0000000..67d85ec
+#endif /* end of include guard: PATH_CONV_H_DB4IQBH3 */
+
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
index 1802e76..84851a1 100644
index e6f4c3e..d2bdf7d 100644
--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -66,6 +66,7 @@
Expand All @@ -1010,7 +1010,7 @@ index 1802e76..84851a1 100644
#undef basename

suffix_info stat_suffixes[] =
@@ -3870,6 +3871,74 @@ fchdir (int fd)
@@ -3872,6 +3873,74 @@ fchdir (int fd)
return res;
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 35a477b5cd63373397b0dc713de7b95d610ad300 Mon Sep 17 00:00:00 2001
From d6cd58e21e1b8157e4b715af7a654a63f615b062 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B8=CC=86=20=D0=9F?=
=?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=BE=D0=B2?= <[email protected]>
Date: Sun, 14 Apr 2019 21:29:01 +0300
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 41ed62e6f51e80b764de465ab9f9045552107813 Mon Sep 17 00:00:00 2001
From e7d3c8f96ea04770599cca058bc1c622d7aa2df0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B8=CC=86=20=D0=9F?=
=?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=BE=D0=B2?= <[email protected]>
Date: Sun, 14 Apr 2019 21:45:06 +0300
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 8096583fac66461dbe1414f210d998a3087c1ecc Mon Sep 17 00:00:00 2001
From 8c5cc2861a2b7e42fe4cf862b56bbc7424e5b1ef Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B8=CC=86=20=D0=9F?=
=?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=BE=D0=B2?= <[email protected]>
Date: Sun, 14 Apr 2019 21:47:21 +0300
Expand Down Expand Up @@ -61,10 +61,10 @@ index d14ea59..0c21fa6 100644
bool winjitdebug = false;

diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
index 84851a1..8615386 100644
index d2bdf7d..6ec06fb 100644
--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -1682,6 +1682,89 @@ conv_path_list (const char *src, char *dst, size_t size,
@@ -1685,6 +1685,89 @@ conv_path_list (const char *src, char *dst, size_t size,

/********************** Symbolic Link Support **************************/

Expand Down Expand Up @@ -154,7 +154,7 @@ index 84851a1..8615386 100644
/* Create a symlink from FROMPATH to TOPATH. */

extern "C" int
@@ -2219,6 +2302,77 @@ symlink_worker (const char *oldpath, path_conv &win32_newpath, bool isdevice)
@@ -2221,6 +2304,77 @@ symlink_worker (const char *oldpath, path_conv &win32_newpath, bool isdevice)
}
else /* wsym_type == WSYM_sysfile */
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 0ba54e8cc1940f94e9cde6b6c74cb6a8fb240d56 Mon Sep 17 00:00:00 2001
From e9074291e7ecf75a70db8ab612da18b0da0953b8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B8=CC=86=20=D0=9F?=
=?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=BE=D0=B2?= <[email protected]>
Date: Sun, 14 Apr 2019 21:48:54 +0300
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From e28b7422e206f39202a9f1f840a84cd7a59287c2 Mon Sep 17 00:00:00 2001
From 8102cded4c93aae879027be150ec36fd04c37545 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B8=CC=86=20=D0=9F?=
=?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=BE=D0=B2?= <[email protected]>
Date: Sun, 14 Apr 2019 21:50:55 +0300
Expand Down
2 changes: 1 addition & 1 deletion msys2-runtime/0010-strace.cc-Don-t-set-MSYS-noglob.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 4a24304b8b1463097d2532f327eb9e44f272a303 Mon Sep 17 00:00:00 2001
From c68f8fd84b0d5da778866a85f0b6c86b798359d3 Mon Sep 17 00:00:00 2001
From: Ray Donnelly <[email protected]>
Date: Sun, 23 Aug 2015 20:47:30 +0100
Subject: [PATCH 10/N] strace.cc: Don't set MSYS=noglob
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From b3a4a5bd44740716566e221dba0625e117d92ab4 Mon Sep 17 00:00:00 2001
From e6cc70d89e9410573b3fad0c16e69c7cc02277dc Mon Sep 17 00:00:00 2001
From: Ray Donnelly <[email protected]>
Date: Fri, 21 Aug 2015 09:52:47 +0100
Subject: [PATCH 11/N] Add debugging for strace make_command_line
Expand Down
2 changes: 1 addition & 1 deletion msys2-runtime/0012-strace-quiet-be-really-quiet.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From f8c098028cde692958bfed365c8877a038860d6c Mon Sep 17 00:00:00 2001
From e25ab8660e6040a9526ca985edec430625b47b5c Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <[email protected]>
Date: Wed, 17 May 2017 18:13:32 +0200
Subject: [PATCH 12/N] strace --quiet: be *really* quiet
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From c4d9d83ede9abf0c47949bd3ac6f91fd3325dc64 Mon Sep 17 00:00:00 2001
From 8e182331c4c06b839da9f0e71aa5098df7d564ea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B8=CC=86=20=D0=9F?=
=?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=BE=D0=B2?= <[email protected]>
Date: Sun, 14 Apr 2019 22:13:51 +0300
Expand Down Expand Up @@ -31,7 +31,7 @@ Signed-off-by: Johannes Schindelin <[email protected]>
1 file changed, 7 insertions(+)

diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
index 8615386..b1a088a 100644
index 6ec06fb..5412101 100644
--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -709,6 +709,12 @@ path_conv::check (const char *src, unsigned opt,
Expand All @@ -47,7 +47,7 @@ index 8615386..b1a088a 100644
path_end = tail;

/* Scan path_copy from right to left looking either for a symlink
@@ -1248,6 +1254,7 @@ path_conv::check (const char *src, unsigned opt,
@@ -1251,6 +1257,7 @@ path_conv::check (const char *src, unsigned opt,
cfree (wide_path);
wide_path = NULL;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 1c5a6e869c61b66c9924c38a9948413667e3ee44 Mon Sep 17 00:00:00 2001
From 0c102ea21bf0ad8ac591e46eddf29b02d3ef2fd3 Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <[email protected]>
Date: Tue, 8 Nov 2022 16:24:20 +0100
Subject: [PATCH 14/N] When converting to a Unix path, avoid double trailing
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 8b5e9b55a1021d73b91a49cc640f2817394a5bb5 Mon Sep 17 00:00:00 2001
From 8ed6549f805a813ca3f89c950f65899be4fc8510 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <[email protected]>
Date: Sun, 20 Nov 2022 13:57:36 +0100
Subject: [PATCH 15/N] msys2_path_conv: pass PC_NOFULL to path_conv
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From b09fb7fd5a22f32b58938da80aff0d02193c64c2 Mon Sep 17 00:00:00 2001
From 853cc5411c9c3562e23d4fccae7ef12d70d7a4ea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EB=A7=88=EB=88=84=EC=97=98?= <[email protected]>
Date: Wed, 17 Jun 2015 09:30:41 +0200
Subject: [PATCH 16/N] path-conversion: Introduce ability to switch off
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From b2391806dbe3f72235fe1431940631f26757a2f0 Mon Sep 17 00:00:00 2001
From 5d54a247cde553b9558c6fab449591e296c6e563 Mon Sep 17 00:00:00 2001
From: Ray Donnelly <[email protected]>
Date: Fri, 21 Aug 2015 12:52:09 +0100
Subject: [PATCH 17/N] dcrt0.cc: Untangle allow_glob from winshell
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 1e94f3ee1dc663bc0292324bef65be88c74c30fa Mon Sep 17 00:00:00 2001
From d85da3a918acc954b267cd39d0e94bb732f2a102 Mon Sep 17 00:00:00 2001
From: Ray Donnelly <[email protected]>
Date: Mon, 24 Aug 2015 00:48:06 +0100
Subject: [PATCH 18/N] dcrt0.cc (globify): Don't quote literal strings
Expand Down
2 changes: 1 addition & 1 deletion msys2-runtime/0019-Add-debugging-for-build_argv.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From e6c5e3ec30c0c99d797b69314d5721eaca2d752b Mon Sep 17 00:00:00 2001
From a3e7629f84a2cc2831007ee308c148f60b101fe9 Mon Sep 17 00:00:00 2001
From: Ray Donnelly <[email protected]>
Date: Fri, 21 Aug 2015 12:18:52 +0100
Subject: [PATCH 19/N] Add debugging for build_argv
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From d44fc10030e02b339fe4253b2cf3d6d3e72e5c92 Mon Sep 17 00:00:00 2001
From ca226ec37bb466a1b15674b0dcb441b08232458f Mon Sep 17 00:00:00 2001
From: Ray Donnelly <[email protected]>
Date: Sun, 10 Apr 2016 21:47:41 +0100
Subject: [PATCH 20/N] environ.cc: New facility/environment variable
Expand Down Expand Up @@ -129,10 +129,10 @@ index 4220f62..5446654 100644

(See "How to: Set a Thread Name in Native Code"
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
index b1a088a..39819dc 100644
index 5412101..1b90500 100644
--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -4051,7 +4051,6 @@ arg_heuristic_with_exclusions (char const * const arg, char const * exclusions,
@@ -4053,7 +4053,6 @@ arg_heuristic_with_exclusions (char const * const arg, char const * exclusions,
return arg_result;
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 98c164175f51d79bc91caaad905b386e8d45615b Mon Sep 17 00:00:00 2001
From 89f8cacab1b0a9870859aeeaa438e805438e0509 Mon Sep 17 00:00:00 2001
From: SquallATF <[email protected]>
Date: Mon, 10 Sep 2018 11:32:18 +0300
Subject: [PATCH 21/N] Fix native symbolic link spawn passing wrong arg0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From d12ab6d59cbc9473f29afdf2bd12318a1a5f09ea Mon Sep 17 00:00:00 2001
From a46c7539a1826461434525905688b95334fb1fdf Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <[email protected]>
Date: Tue, 19 May 2020 13:49:37 +0200
Subject: [PATCH 22/N] Introduce the `enable_pcon` value for `MSYS`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 865ad5d64ececf728b8027043684b5e2a4e9ae2a Mon Sep 17 00:00:00 2001
From 5f0df244ed792a0aa09e6ff2accb018579ba5f8c Mon Sep 17 00:00:00 2001
From: Christoph Reiter <[email protected]>
Date: Fri, 5 Jun 2020 20:09:11 +0200
Subject: [PATCH 23/N] popen: call /usr/bin/sh instead of /bin/sh
Expand All @@ -17,10 +17,10 @@ in this scenario, so this maybe should be extended to all of them.
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winsup/cygwin/syscalls.cc b/winsup/cygwin/syscalls.cc
index 2d7071b..e584e96 100644
index 808e661..7e8f356 100644
--- a/winsup/cygwin/syscalls.cc
+++ b/winsup/cygwin/syscalls.cc
@@ -4425,7 +4425,7 @@ popen (const char *command, const char *in_type)
@@ -4423,7 +4423,7 @@ popen (const char *command, const char *in_type)
fcntl (stdchild, F_SETFD, stdchild_state | FD_CLOEXEC);

/* Start a shell process to run the given command without forking. */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 080e2b0f6abe07f4eab5e44bf689f3f48efc7b61 Mon Sep 17 00:00:00 2001
From 6d0c6370ed5c45de01fb6041813e00005d1a2c11 Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <[email protected]>
Date: Wed, 12 Aug 2020 12:22:38 +0200
Subject: [PATCH 24/N] Expose full command-lines to other Win32 processes by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 9f45f58388505943f06fff68c8695dd5f17d2a67 Mon Sep 17 00:00:00 2001
From 0e5a7de4fcc8c207b1dd2180c7d16a2888f25a8c Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <[email protected]>
Date: Mon, 16 Apr 2018 14:59:39 +0200
Subject: [PATCH 25/N] Add a helper to obtain a function's address in
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From f6f7e2c92880e56d0c4b8712630941aa72257f4d Mon Sep 17 00:00:00 2001
From 98632e154dbb564454ffbe97f223ce9ab21e876d Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <[email protected]>
Date: Fri, 20 Mar 2015 09:56:28 +0000
Subject: [PATCH 26/N] Emulate GenerateConsoleCtrlEvent() upon Ctrl+C
Expand Down Expand Up @@ -93,7 +93,7 @@ Signed-off-by: Johannes Schindelin <[email protected]>
create mode 100644 winsup/cygwin/include/cygwin/exit_process.h

diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc
index 8590929..469052a 100644
index c734a4d..1cce7c8 100644
--- a/winsup/cygwin/exceptions.cc
+++ b/winsup/cygwin/exceptions.cc
@@ -29,6 +29,7 @@ details. */
Expand All @@ -104,7 +104,7 @@ index 8590929..469052a 100644

/* Define macros for CPU-agnostic register access. The _CX_foo
macros are for access into CONTEXT, the _MC_foo ones for access into
@@ -1605,10 +1606,25 @@ exit_sig:
@@ -1595,10 +1596,25 @@ exit_sig:
dosig:
if (have_execed)
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 86cd50d151515388c06d5f0e860cf002480d94fd Mon Sep 17 00:00:00 2001
From c890b0cc1613c1343c35beb005c59f2ef3120a82 Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <[email protected]>
Date: Fri, 20 Mar 2015 10:01:50 +0000
Subject: [PATCH 27/N] kill: kill Win32 processes more gently
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 4b228ef2e491970f967aaed3339ce807c282d73c Mon Sep 17 00:00:00 2001
From 5ab3720b4f5c47411643a1c4cb5b408c18bd288f Mon Sep 17 00:00:00 2001
From: Jeremy Drake <[email protected]>
Date: Thu, 22 Jul 2021 11:59:16 -0700
Subject: [PATCH 28/N] Cygwin: make option for native inner link handling.
Expand Down Expand Up @@ -37,10 +37,10 @@ index b3b77de..ab2c205 100644
/* Taken from BSD libc:
This variable is zero until a process has created a pthread. It is used
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
index 39819dc..b0c45fa 100644
index 1b90500..d0c97ad 100644
--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -3722,7 +3722,8 @@ restart:
@@ -3724,7 +3724,8 @@ restart:
differ, return the final path as symlink content and set symlen
to a negative value. This forces path_conv::check to restart
symlink evaluation with the new path. */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 6e0c3b56c7c232ad7a20a2a93fd1679ca58e4a2c Mon Sep 17 00:00:00 2001
From 1fcaaa3ff2d03311fa5aa04585280421a7b39543 Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <[email protected]>
Date: Mon, 8 Nov 2021 14:20:07 +0100
Subject: [PATCH 29/N] docs: skip building texinfo and PDF files
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From ecf50e64ce03f2840dc08605e087c2f3f361c14b Mon Sep 17 00:00:00 2001
From bbd5897e690ce050ca41ff48f2738db8bd8a55eb Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <[email protected]>
Date: Mon, 8 Nov 2021 16:22:57 +0100
Subject: [PATCH 30/N] install-libs: depend on the "toollibs"
Expand Down
2 changes: 1 addition & 1 deletion msys2-runtime/0031-POSIX-ify-the-SHELL-variable.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 8cb4ff2c0ecb196f77686ada7f3c165b7183d380 Mon Sep 17 00:00:00 2001
From 7e40bdfb022b6a7e8ae6df7e2267e9163d23b7ca Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <[email protected]>
Date: Mon, 23 Nov 2015 20:03:11 +0100
Subject: [PATCH 31/N] POSIX-ify the SHELL variable
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 1f6020c6bfa115ac641881aadeece5ee40eb02bc Mon Sep 17 00:00:00 2001
From 4c80b59ea393c6248a6e17e37a2c00628c4aaf70 Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <[email protected]>
Date: Tue, 21 Mar 2017 13:18:38 +0100
Subject: [PATCH 32/N] Handle ORIGINAL_PATH just like PATH
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 79e3880244c30efecd2221a0bc90d452a62d873e Mon Sep 17 00:00:00 2001
From 0c124b9088fd6e3a00517b3b5b65f689dee825c2 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <[email protected]>
Date: Sun, 3 Jul 2022 22:39:32 +0200
Subject: [PATCH 33/N] uname: allow setting the system name to CYGWIN
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From ef59c45434b5296d18f7aab785ca2db13f1be8d7 Mon Sep 17 00:00:00 2001
From 54d1ac996bca6999cee71cc0f4d9a35e821792ac Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <[email protected]>
Date: Wed, 18 Feb 2015 12:32:17 +0000
Subject: [PATCH 34/N] Pass environment variables with empty values
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From c347d6c26b4722c12051ef0d19257323dafbd75b Mon Sep 17 00:00:00 2001
From 6fe00e22de4a5ee84bb519dfa70e35990fc2e00e Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <[email protected]>
Date: Tue, 6 Sep 2022 10:40:58 +0200
Subject: [PATCH 35/N] Optionally disallow empty environment values again
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 210e5f3c4d43efc6f6aa140cb28f3cbaf261593d Mon Sep 17 00:00:00 2001
From 82d1e3b556949c920997adbdb73bc19ec0874d19 Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <[email protected]>
Date: Tue, 6 Sep 2022 12:18:18 +0200
Subject: [PATCH 36/N] build_env(): respect the `MSYS` environment variable
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From bef1e6ba82fb0a7992caeee892721fe4214b64ab Mon Sep 17 00:00:00 2001
From 855f33f4b940bb73cf749bdde31c81a157b7e6ae Mon Sep 17 00:00:00 2001
From: Christoph Reiter <[email protected]>
Date: Sat, 17 Dec 2022 20:14:49 +0100
Subject: [PATCH 37/N] Revert "Cygwin: Enable dynamicbase on the Cygwin DLL by
Expand Down
Loading