Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

msys2-runtime: expose the "deep-copy" symlink behavior via a new mode #2200

Merged
merged 1 commit into from
Oct 22, 2020
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
Expand Up @@ -2817,5 +2817,5 @@ index ff12dc2..cb45983 100644
install_host="install_host"
;;
--
2.27.0
2.28.0

2 changes: 1 addition & 1 deletion msys2-runtime/0002-Rename-dll-from-cygwin-to-msys.patch
Original file line number Diff line number Diff line change
Expand Up @@ -1525,5 +1525,5 @@ index b96ad40..8ba5b9e 100644
}
if (cygwin_internal (CW_STRACE_TOGGLE, child_pid))
--
2.27.0
2.28.0

Original file line number Diff line number Diff line change
Expand Up @@ -1102,5 +1102,5 @@ index e3a65f8..1aeec8d 100644
{
for (int i = calloced; i < argc; i++)
--
2.27.0
2.28.0

Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,5 @@ index 3502166..28bcd63 100644
/* Add a hint to the sysname, that we're running under WOW64. This might
give an early clue if somebody encounters problems. */
--
2.27.0
2.28.0

Original file line number Diff line number Diff line change
Expand Up @@ -397,5 +397,5 @@ index c0a0f61..4c94d83 100644
free (gecos);
if (home)
--
2.27.0
2.28.0

Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,5 @@ index 7ffb5bc..9b908ea 100644
buf = tp.t_get ();
cp = stpcpy (buf, SYMLINK_COOKIE);
--
2.27.0
2.28.0

Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ index 87650cc..adc8884 100644
else if (*newp == 'M' && strncmp (newp, "MSYS=", 5) == 0)
parse_options (newp + 5);
--
2.27.0
2.28.0

Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ index e7a0810..426af44 100644
{
set_errno (E2BIG);
--
2.27.0
2.28.0

Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ index 9b908ea..f592cb8 100644
}

--
2.27.0
2.28.0

Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ index b851727..c2da0cb 100644

/* Convert argv[0] to posix rules if it's currently blatantly
--
2.27.0
2.28.0

Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ index c2da0cb..7ac8bf0 100644
size_t cnt = isascii (*s) ? 1 : mbtowc (NULL, s, MB_CUR_MAX);
if (cnt <= 1 || cnt == (size_t)-1)
--
2.27.0
2.28.0

2 changes: 1 addition & 1 deletion msys2-runtime/0012-strace.cc-Don-t-set-MSYS-noglob.patch
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ index 8ba5b9e..e7ac668 100644
NULL, /* Security */
NULL, /* thread */
--
2.27.0
2.28.0

2 changes: 1 addition & 1 deletion msys2-runtime/0013-Add-debugging-for-build_argv.patch
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ index 7ac8bf0..4683972 100644
while (*cmd)
{
--
2.27.0
2.28.0

Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ index e7ac668..2fe3cac 100644
SetConsoleCtrlHandler (NULL, 0);
/* Commit message for this code was:
--
2.27.0
2.28.0

Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,5 @@ index 426af44..d8fc19c 100644

/* Check if we have been called from exec{lv}p or spawn{lv}p and mask
--
2.27.0
2.28.0

Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ index d8fc19c..0daac24 100644

if (buf.isdir ())
--
2.27.0
2.28.0

Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ index 613a019..61c2808 100644
LoadDLLfunc (VirtualAlloc2, 28, kernelbase)

--
2.27.0
2.28.0

Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ index 573a9b7..927efd8 100644
while (--pos >= 0)
if (isdirsep (newpath[pos]))
--
2.27.0
2.28.0

2 changes: 1 addition & 1 deletion msys2-runtime/0019-strace-quiet-be-really-quiet.patch
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ index 2fe3cac..25f8f6b 100644
SetConsoleCtrlHandler (NULL, 0);
/* Commit message for this code was:
--
2.27.0
2.28.0

2 changes: 1 addition & 1 deletion msys2-runtime/0020-Default-to-disable_pcon.patch
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ index 942bd1c..da82320 100644
bool NO_COPY in_forkee;

--
2.27.0
2.28.0

Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ index 4b03836..3d57e34 100644
*k->setting.x &= ~k->values[istrue].i;
if (istrue || (eq && strtol (eq, NULL, 0)))
--
2.27.0
2.28.0

Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ index 927efd8..2dfe0ef 100644
default:
break;
--
2.27.0
2.28.0

Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ index 186eeec..fdb49f3 100644

/* Reinstate the close-on-exec state */
--
2.27.0
2.28.0

Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ index 0000000..c7ed476
+ make -j8
\ No newline at end of file
--
2.27.0
2.28.0

Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ index 0000000..defcdf8
+ run: |
+ git push https://$GITHUB_ACTOR:[email protected]/$GITHUB_REPOSITORY refs/heads/cygwin/master 'refs/tags/*:refs/tags/*'
--
2.27.0
2.28.0

Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ index 2dfe0ef..aa70113 100644
}

--
2.27.0
2.28.0

Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ index 0daac24..c77d629 100644


--
2.27.0
2.28.0

Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ index a52b6ac..de05270 100644

<listitem>
--
2.27.0
2.28.0

Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ index 43eebc1..b9cb45b 100644

void
--
2.27.0
2.28.0

Loading