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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 90c6e2f4179de4afb6e67c2d22bd5b21cc28a883 Mon Sep 17 00:00:00 2001
From 8ff94c8fdb4871e9058a2c9c54d9db52b9150de4 Mon Sep 17 00:00:00 2001
From: Kaleb Barrett <dev.ktbarrett@gmail.com>
Date: Sun, 14 Mar 2021 18:58:55 -0500
Subject: [PATCH 01/N] Fix msys library name in import libraries
Expand Down
20 changes: 10 additions & 10 deletions msys2-runtime/0002-Rename-dll-from-cygwin-to-msys.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From eb0623c4a1bdaed1395c0a856e41fc1a5f8ffd60 Mon Sep 17 00:00:00 2001
From 53bb5e0a06c24da8f27f2f26edb3a9ef844a39f2 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?= <alexey.pawlow@gmail.com>
Date: Sun, 14 Apr 2019 21:09:17 +0300
Expand Down Expand Up @@ -277,7 +277,7 @@ index 7303f7e..6ccc19a 100644
w32len = cygheap->installation_key.Length / sizeof (WCHAR);
if (w32len
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc
index f79978f..e724e37 100644
index 138ef5a..3b7f23b 100644
--- a/winsup/cygwin/exceptions.cc
+++ b/winsup/cygwin/exceptions.cc
@@ -528,14 +528,14 @@ int exec_prepared_command (PWCHAR command)
Expand Down Expand Up @@ -314,10 +314,10 @@ index 2ff5dfa..11ef78c 100644
/* Create a pipe, and return handles to the read and write ends,
just like CreatePipe, but ensure that the write end permits
diff --git a/winsup/cygwin/fhandler/pty.cc b/winsup/cygwin/fhandler/pty.cc
index 90f5867..9c3ef21 100644
index cae047a..6f6164a 100644
--- a/winsup/cygwin/fhandler/pty.cc
+++ b/winsup/cygwin/fhandler/pty.cc
@@ -879,7 +879,11 @@ fhandler_pty_slave::open (int flags, mode_t)
@@ -895,7 +895,11 @@ fhandler_pty_slave::open (int flags, mode_t)
pipe_reply repl;
DWORD len;

Expand All @@ -329,7 +329,7 @@ index 90f5867..9c3ef21 100644
&cygheap->installation_key, get_minor ());
termios_printf ("dup handles via master control pipe %s", buf);
if (!CallNamedPipe (buf, &req, sizeof req, &repl, sizeof repl,
@@ -1141,7 +1145,11 @@ fhandler_pty_slave::reset_switch_to_nat_pipe (void)
@@ -1159,7 +1163,11 @@ fhandler_pty_slave::reset_switch_to_nat_pipe (void)
{
char pipe[MAX_PATH];
__small_sprintf (pipe,
Expand All @@ -341,7 +341,7 @@ index 90f5867..9c3ef21 100644
&cygheap->installation_key, get_minor ());
pipe_request req = { GET_HANDLES, GetCurrentProcessId () };
pipe_reply repl;
@@ -1602,9 +1610,15 @@ fhandler_pty_slave::tcflush (int queue)
@@ -1635,9 +1643,15 @@ fhandler_pty_slave::tcflush (int queue)
if (queue == TCIFLUSH || queue == TCIOFLUSH)
{
char pipe[MAX_PATH];
Expand All @@ -357,7 +357,7 @@ index 90f5867..9c3ef21 100644
pipe_request req = { FLUSH_INPUT, GetCurrentProcessId () };
pipe_reply repl;
DWORD n;
@@ -2036,7 +2050,11 @@ fhandler_pty_master::close (int flag)
@@ -2077,7 +2091,11 @@ fhandler_pty_master::close (int flag)
pipe_reply repl;
DWORD len;

Expand All @@ -369,7 +369,7 @@ index 90f5867..9c3ef21 100644
&cygheap->installation_key, get_minor ());
acquire_output_mutex (mutex_timeout);
if (master_ctl)
@@ -3007,7 +3025,11 @@ fhandler_pty_master::setup ()
@@ -3200,7 +3218,11 @@ fhandler_pty_master::setup ()

/* Create master control pipe which allows the master to duplicate
the pty pipe handles to processes which deserve it. */
Expand All @@ -381,7 +381,7 @@ index 90f5867..9c3ef21 100644
&cygheap->installation_key, unit);
master_ctl = CreateNamedPipe (buf, PIPE_ACCESS_DUPLEX
| FILE_FLAG_FIRST_PIPE_INSTANCE,
@@ -3897,7 +3919,11 @@ fhandler_pty_slave::transfer_input (tty::xfer_dir dir, HANDLE from, tty *ttyp,
@@ -4079,7 +4101,11 @@ fhandler_pty_slave::transfer_input (tty::xfer_dir dir, HANDLE from, tty *ttyp,
{
char pipe[MAX_PATH];
__small_sprintf (pipe,
Expand Down Expand Up @@ -452,7 +452,7 @@ index 1e4cf98..b77598b 100644
} \
} \
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index a0e00c4..9e20cba 100644
index e61fd39..4d41d6f 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -510,7 +510,11 @@ details. */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 2d57400716803370f675be9644b7caeaa5282158 Mon Sep 17 00:00:00 2001
From 11aaade43c20cc000d0cb08a6fc91f183cc5df58 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?= <alexey.pawlow@gmail.com>
Date: Sun, 14 Apr 2019 21:17:46 +0300
Expand Down Expand Up @@ -1086,7 +1086,7 @@ index 405d4ba..b31dfe4 100644

/* Cover functions to the path conversion routines.
diff --git a/winsup/cygwin/spawn.cc b/winsup/cygwin/spawn.cc
index 04e4a40..c973f23 100644
index 81b99e7..37137bd 100644
--- a/winsup/cygwin/spawn.cc
+++ b/winsup/cygwin/spawn.cc
@@ -286,6 +286,27 @@ child_info_spawn::worker (const char *prog_arg, const char *const *argv,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 3e3b14f7cb6420898ee474efb13a265e667c3e20 Mon Sep 17 00:00:00 2001
From e848126e887a2545ace898fe1c1c82089d94ec05 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?= <alexey.pawlow@gmail.com>
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 019fb8c4cf598681fbda95233f9f6e9050089dd0 Mon Sep 17 00:00:00 2001
From 95031f0f62b4b8c671a0fc236784728c1fc9a09e 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?= <alexey.pawlow@gmail.com>
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 025bc50592b6a1d3b24b380f04298e3c56fe67aa Mon Sep 17 00:00:00 2001
From e3afe9be5aa732a82cf3dfe827624e28ebb8e79c 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?= <alexey.pawlow@gmail.com>
Date: Sun, 14 Apr 2019 21:47:21 +0300
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 384856e2d8a54c3408df56d1842bcea4040a77eb Mon Sep 17 00:00:00 2001
From 04cef96667869c2dea84b150a6e66b8d7680325b 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?= <alexey.pawlow@gmail.com>
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 add7911683d22f75deb9d430749ee80e6be39f44 Mon Sep 17 00:00:00 2001
From 191e1b845f3da0ee58f4c28ab029e9f9980aa3a5 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?= <alexey.pawlow@gmail.com>
Date: Sun, 14 Apr 2019 21:50:55 +0300
Expand All @@ -10,7 +10,7 @@ Strace is a Windows program so MSYS2 will convert all arguments and environment
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/winsup/cygwin/spawn.cc b/winsup/cygwin/spawn.cc
index c973f23..fe02ce5 100644
index 37137bd..ac403da 100644
--- a/winsup/cygwin/spawn.cc
+++ b/winsup/cygwin/spawn.cc
@@ -543,11 +543,13 @@ child_info_spawn::worker (const char *prog_arg, const char *const *argv,
Expand Down
2 changes: 1 addition & 1 deletion msys2-runtime/0009-strace.cc-Don-t-set-MSYS-noglob.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 34d346ca4bcfb5feca37e1685d84083501c7657e Mon Sep 17 00:00:00 2001
From d95ef8acc85810cbc15890d62410186da22e351b Mon Sep 17 00:00:00 2001
From: Ray Donnelly <mingw.android@gmail.com>
Date: Sun, 23 Aug 2015 20:47:30 +0100
Subject: [PATCH 09/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 e36f87e13318526013736a65cff1eb7031dbf49f Mon Sep 17 00:00:00 2001
From d5159633bbaabfc6d18cd9d0188964e61ce2598a Mon Sep 17 00:00:00 2001
From: Ray Donnelly <mingw.android@gmail.com>
Date: Fri, 21 Aug 2015 09:52:47 +0100
Subject: [PATCH 10/N] Add debugging for strace make_command_line
Expand Down
2 changes: 1 addition & 1 deletion msys2-runtime/0011-strace-quiet-be-really-quiet.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 42b2b9f0f4b8bfb3d5f3ae07a9ad528a53f9742c Mon Sep 17 00:00:00 2001
From 0f379db90db25c64ba52c8aeca1c75ebf039121e Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <johannes.schindelin@gmx.de>
Date: Wed, 17 May 2017 18:13:32 +0200
Subject: [PATCH 11/N] strace --quiet: be *really* quiet
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 9dd7fc900d27a7b5974c935d1076ecc0a177cc16 Mon Sep 17 00:00:00 2001
From c260ea2fba48859b8f9534e8ed836be2692d4d67 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?= <alexey.pawlow@gmail.com>
Date: Sun, 14 Apr 2019 22:13:51 +0300
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From a5545b367653d132cb80c236a4ac41614a8b5b3d Mon Sep 17 00:00:00 2001
From 2a753adf0139e5676cab01c72f56c3aea437047f Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <johannes.schindelin@gmx.de>
Date: Tue, 8 Nov 2022 16:24:20 +0100
Subject: [PATCH 13/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 4774fb2f8970936c1a668466f7b8843be6e0acf2 Mon Sep 17 00:00:00 2001
From ce71ac2aef91ba98b59da54aa8ae662b8cda11ff Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Sun, 20 Nov 2022 13:57:36 +0100
Subject: [PATCH 14/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 793bb2acd99a7c48e7d62ceeb3db50adb6c0749e Mon Sep 17 00:00:00 2001
From b2b3e79ba04de8812cd9cd6dc98711a78c2885e8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EB=A7=88=EB=88=84=EC=97=98?= <nalla@hamal.uberspace.de>
Date: Wed, 17 Jun 2015 09:30:41 +0200
Subject: [PATCH 15/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 0fe7d401a6ce8e01f535ae42870970a9932ab377 Mon Sep 17 00:00:00 2001
From 3b7481345de6ca893ce3cf019e0ff79c18c5fb5b Mon Sep 17 00:00:00 2001
From: Ray Donnelly <mingw.android@gmail.com>
Date: Fri, 21 Aug 2015 12:52:09 +0100
Subject: [PATCH 16/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 da4617d45a0c9887ec81dfe7aeadcea11bdf126d Mon Sep 17 00:00:00 2001
From b58ab8539352385498797dd55740c955ee8c2f40 Mon Sep 17 00:00:00 2001
From: Ray Donnelly <mingw.android@gmail.com>
Date: Mon, 24 Aug 2015 00:48:06 +0100
Subject: [PATCH 17/N] dcrt0.cc (globify): Don't quote literal strings
Expand Down
2 changes: 1 addition & 1 deletion msys2-runtime/0018-Add-debugging-for-build_argv.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 17bfb258ed8868aad46405193eed6091eb6cbfa2 Mon Sep 17 00:00:00 2001
From ec43e0cafe58cc11780c662c797325def04e447c Mon Sep 17 00:00:00 2001
From: Ray Donnelly <mingw.android@gmail.com>
Date: Fri, 21 Aug 2015 12:18:52 +0100
Subject: [PATCH 18/N] Add debugging for build_argv
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 3d7efd8aeeaa8fe191aca6dfe66ce48380abb75f Mon Sep 17 00:00:00 2001
From fb2eb431cb8feed7b10636cc80b86b29ddd9fa7f Mon Sep 17 00:00:00 2001
From: Ray Donnelly <mingw.android@gmail.com>
Date: Sun, 10 Apr 2016 21:47:41 +0100
Subject: [PATCH 19/N] environ.cc: New facility/environment variable
Expand Down Expand Up @@ -141,7 +141,7 @@ index 4a9f7b9..aed1157 100644
{
/* Since we've got regex linked we should maybe switch to that, but
diff --git a/winsup/cygwin/spawn.cc b/winsup/cygwin/spawn.cc
index fe02ce5..b3f17a1 100644
index ac403da..9408903 100644
--- a/winsup/cygwin/spawn.cc
+++ b/winsup/cygwin/spawn.cc
@@ -287,8 +287,7 @@ child_info_spawn::worker (const char *prog_arg, const char *const *argv,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From a7b6522f49a4a6c8e536cf7225c349fb2bfb784b Mon Sep 17 00:00:00 2001
From ca37d02964ad2ed07ab5ac31c3d16f02ab5c7826 Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <johannes.schindelin@gmx.de>
Date: Tue, 19 May 2020 13:49:37 +0200
Subject: [PATCH 20/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 f6c8e15c384fe107ad35d1d8f7ec2ceb8c7eb88d Mon Sep 17 00:00:00 2001
From 33b14c02405054fb7c8d1346be51b8c2e87667ea Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Fri, 5 Jun 2020 20:09:11 +0200
Subject: [PATCH 21/N] popen: call /usr/bin/sh instead of /bin/sh
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 4b6770b1b283f955498aad03c43c9668ffd0129c Mon Sep 17 00:00:00 2001
From 7a40bbe6c31db0bb5823125a9dcef1d82af9386a Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <johannes.schindelin@gmx.de>
Date: Wed, 12 Aug 2020 12:22:38 +0200
Subject: [PATCH 22/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 a0c311788d4ecb3a0c9ec26fcb885db9b0a33a2d Mon Sep 17 00:00:00 2001
From 9abc090aded870945596c2c52b743389771c6710 Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <johannes.schindelin@gmx.de>
Date: Mon, 16 Apr 2018 14:59:39 +0200
Subject: [PATCH 23/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 752cf154d6095a9ed851d258c9c4651b1aaebe30 Mon Sep 17 00:00:00 2001
From b2413eb042aaa61ea0610eb24e76df46ddbdd834 Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <johannes.schindelin@gmx.de>
Date: Fri, 20 Mar 2015 09:56:28 +0000
Subject: [PATCH 24/N] Emulate GenerateConsoleCtrlEvent() upon Ctrl+C
Expand Down Expand Up @@ -93,7 +93,7 @@ Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
create mode 100644 winsup/cygwin/include/cygwin/exit_process.h

diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc
index e724e37..bdbf443 100644
index 3b7f23b..ca86b36 100644
--- a/winsup/cygwin/exceptions.cc
+++ b/winsup/cygwin/exceptions.cc
@@ -29,6 +29,7 @@ details. */
Expand All @@ -104,9 +104,9 @@ index e724e37..bdbf443 100644

/* Define macros for CPU-agnostic register access. The _CX_foo
macros are for access into CONTEXT, the _MC_foo ones for access into
@@ -1654,10 +1655,25 @@ exit_sig:
@@ -1671,10 +1672,25 @@ exit_sig:
dosig:
if (have_execed)
if (have_execed && (ch_spawn.iscygwin () || !is_stop_or_cont (si.si_signo)))
{
- sigproc_printf ("terminating captive process");
- if (::cygheap->ctty)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From e8410100c3c97cfebf671c14ad796bdbb1c34bb2 Mon Sep 17 00:00:00 2001
From 5e1973882af64c8f832fb8995c61691e749165c3 Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <johannes.schindelin@gmx.de>
Date: Fri, 20 Mar 2015 10:01:50 +0000
Subject: [PATCH 25/N] kill: kill Win32 processes more gently
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 488d8d8375c6e91d59330dccbe4b551a9b198acc Mon Sep 17 00:00:00 2001
From 450800bc94e30ead7e75a37535f1c92c080a06d3 Mon Sep 17 00:00:00 2001
From: Jeremy Drake <github@jdrake.com>
Date: Thu, 22 Jul 2021 11:59:16 -0700
Subject: [PATCH 26/N] Cygwin: make option for native inner link handling.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From b89a0ae500855465635a87faf9d2265d973499fb Mon Sep 17 00:00:00 2001
From a0d53e42dce550f8fe3c82e2d6acb6d3d5016cc9 Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <johannes.schindelin@gmx.de>
Date: Mon, 8 Nov 2021 14:20:07 +0100
Subject: [PATCH 27/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 c3d121f818005a9db3ffc72f24738478cb2fe20e Mon Sep 17 00:00:00 2001
From b0fcf02fd8c3769778797ffdace4e4c3560e1199 Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <johannes.schindelin@gmx.de>
Date: Mon, 8 Nov 2021 16:22:57 +0100
Subject: [PATCH 28/N] install-libs: depend on the "toollibs"
Expand Down
2 changes: 1 addition & 1 deletion msys2-runtime/0029-POSIX-ify-the-SHELL-variable.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From bbe177fec8e496499ea817b5ad8799c8fe01762b Mon Sep 17 00:00:00 2001
From 4e9612ff404cb985068f4943bf7f89f08149442f Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <johannes.schindelin@gmx.de>
Date: Mon, 23 Nov 2015 20:03:11 +0100
Subject: [PATCH 29/N] POSIX-ify the SHELL variable
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From a0f611a08d9544f6d3bd6d3eb4c729f016d58ae1 Mon Sep 17 00:00:00 2001
From 79885de7271e94f153e0d1b5489178bd1dfcc193 Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <johannes.schindelin@gmx.de>
Date: Tue, 21 Mar 2017 13:18:38 +0100
Subject: [PATCH 30/N] Handle ORIGINAL_PATH just like PATH
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 370a8b4a7c7b83e8fdccf095f69e4955c4c088c6 Mon Sep 17 00:00:00 2001
From 2f1036ab84312b99e75b40b8fefda6647ae790c5 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Sun, 3 Jul 2022 22:39:32 +0200
Subject: [PATCH 31/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 871d2366367191b6e0ec66cd2793a463937324f6 Mon Sep 17 00:00:00 2001
From 8fdf34410df3879616f63be0c84cb4d9d10fcf41 Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <johannes.schindelin@gmx.de>
Date: Wed, 18 Feb 2015 12:32:17 +0000
Subject: [PATCH 32/N] Pass environment variables with empty values
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From f29cf3d0d034b677ca82b32faf837035d950e02b Mon Sep 17 00:00:00 2001
From d064b004c854ed080a922e42eadae96d49af61ae Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <johannes.schindelin@gmx.de>
Date: Tue, 6 Sep 2022 10:40:58 +0200
Subject: [PATCH 33/N] Optionally disallow empty environment values again
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 443ed3088568cac3631775a5129d92ccaa914e0c Mon Sep 17 00:00:00 2001
From 9c787666b07fa827401cb3ca90d2ef1d5682e64a Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <johannes.schindelin@gmx.de>
Date: Tue, 6 Sep 2022 12:18:18 +0200
Subject: [PATCH 34/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 306baf549c22f9fca65bc42b860c7ea2834bce2e Mon Sep 17 00:00:00 2001
From 66cfb0c3a613c1ce71f8994e0bd387a116992bb4 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Sat, 17 Dec 2022 20:14:49 +0100
Subject: [PATCH 35/N] Revert "Cygwin: Enable dynamicbase on the Cygwin DLL by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 35c1c7c647fd120d6abcd53027ef819cf7091bf2 Mon Sep 17 00:00:00 2001
From 546c331200102194eeb5299ba498eabc5eefdd01 Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <johannes.schindelin@gmx.de>
Date: Mon, 30 Jan 2023 23:22:22 +0100
Subject: [PATCH 36/N] Avoid sharing cygheaps across Cygwin versions
Expand Down Expand Up @@ -116,10 +116,10 @@ index 4d622cd..33cad1e 100644
strace.activate (false);
res = NULL;
diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc
index 30779cf..5caf97e 100644
index 4ff0596..dda1a71 100644
--- a/winsup/cygwin/sigproc.cc
+++ b/winsup/cygwin/sigproc.cc
@@ -893,7 +893,7 @@ int child_info::retry_count = 0;
@@ -897,7 +897,7 @@ int child_info::retry_count = 0;
child_info::child_info (unsigned in_cb, child_info_types chtype,
bool need_subproc_ready):
msv_count (0), cb (in_cb), intro (PROC_MAGIC_GENERIC),
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From c9aee6465d63495e80262b58c5a0ce140ea428df Mon Sep 17 00:00:00 2001
From adee13c744f1c9a39b0dbdd55a845650c28683de Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <johannes.schindelin@gmx.de>
Date: Tue, 21 Feb 2023 16:36:36 +0100
Subject: [PATCH 37/N] uname: report msys2-runtime commit hash, too
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 6e9c4de938756df482bc008a3e4335fd02ecdcf5 Mon Sep 17 00:00:00 2001
From cb25225067cab8b62263f3a2a48dad3e32a91af0 Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <johannes.schindelin@gmx.de>
Date: Mon, 22 May 2023 13:36:27 +0200
Subject: [PATCH 38/N] Cygwin: Adjust CWD magic to accommodate for the latest
Expand Down
Loading
Loading