Imported Upstream version 6.4.0.165
Former-commit-id: 1dd67fbb8089ef085e59a2bddfe883678ca5e520
This commit is contained in:
parent
62bebfff73
commit
a2c042fe2a
@ -1 +1 @@
|
||||
9c60b2a58fd4358cef9898d43c0a27a57d794eba
|
||||
197ca258347daeaf65fe020181c8b1d54fdaea6d
|
@ -1 +1 @@
|
||||
cd4632b919d60f43cbb4658eac407568905a1e61
|
||||
ec463992ec72aa3b0a3a316d2635b7f87fd7ff2e
|
@ -483,7 +483,7 @@ namespace System.IO
|
||||
// Remove the base directory prefix and add the paired event to the list of
|
||||
// events to skip and notify the user of the rename
|
||||
if (events[pairedId].Span.Length >= _fullDirectory.Length
|
||||
&& ((ReadOnlySpan<char>) events[pairedId].Span).Equals(_fullDirectory.AsSpan(0, events[pairedId].Span.Length), StringComparison.OrdinalIgnoreCase))
|
||||
&& _fullDirectory.AsSpan().Equals(events[pairedId].Span.Slice(0, _fullDirectory.Length), StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
ReadOnlySpan<char> newPathRelativeName = events[pairedId].Span.Slice(_fullDirectory.Length);
|
||||
watcher.NotifyRenameEventArgs(WatcherChangeTypes.Renamed, newPathRelativeName, relativePath);
|
||||
|
@ -41,7 +41,7 @@ static partial class Consts
|
||||
// Use these assembly version constants to make code more maintainable.
|
||||
//
|
||||
|
||||
public const string MonoVersion = "6.4.0.163";
|
||||
public const string MonoVersion = "6.4.0.165";
|
||||
public const string MonoCompany = "Mono development team";
|
||||
public const string MonoProduct = "Mono Common Language Infrastructure";
|
||||
public const string MonoCopyright = "(c) Various Mono authors";
|
||||
|
@ -1 +1 @@
|
||||
4434bf4dc2005ce6c3672cff53968277d28a2474
|
||||
b15c8c634913d273dec69558326b7e6427add463
|
@ -1 +1 @@
|
||||
c855079723107655fe190dcd39e617eacc879127
|
||||
dce8d2ea28eea5fc411c0d6c6147964a6d2c81a3
|
@ -1 +1 @@
|
||||
1f89bf19763a0982301385ca3836fa1cf25de7c0
|
||||
919b370886dca688742724b3609127a424927792
|
@ -1 +1 @@
|
||||
47b05693eef12e1619c3f8d7c1a86904367821a8
|
||||
47b03dcf75530cb258583bd22ca049ffea0da272
|
@ -1 +1 @@
|
||||
9a3de54cc21160679b9943aa74de2d619d77cf9c
|
||||
72c91f65a2a638338f8d384aacb252206c33d031
|
@ -1 +1 @@
|
||||
64f8ff01f5f8833ff796000f7a6c59622079c6e1
|
||||
a48339ca95ee07c04f4ef42ccfad775237de99cf
|
@ -1 +1 @@
|
||||
7e1e0a3383922b1fd3447748e6f4e6727fdbf87b
|
||||
dca2db69436f394fb96bbe848127df97b09d034c
|
@ -1 +1 @@
|
||||
4434bf4dc2005ce6c3672cff53968277d28a2474
|
||||
b15c8c634913d273dec69558326b7e6427add463
|
@ -1 +1 @@
|
||||
c855079723107655fe190dcd39e617eacc879127
|
||||
dce8d2ea28eea5fc411c0d6c6147964a6d2c81a3
|
@ -1 +1 @@
|
||||
1f89bf19763a0982301385ca3836fa1cf25de7c0
|
||||
919b370886dca688742724b3609127a424927792
|
@ -1 +1 @@
|
||||
47b05693eef12e1619c3f8d7c1a86904367821a8
|
||||
47b03dcf75530cb258583bd22ca049ffea0da272
|
@ -1 +1 @@
|
||||
9a3de54cc21160679b9943aa74de2d619d77cf9c
|
||||
72c91f65a2a638338f8d384aacb252206c33d031
|
@ -1 +1 @@
|
||||
64f8ff01f5f8833ff796000f7a6c59622079c6e1
|
||||
a48339ca95ee07c04f4ef42ccfad775237de99cf
|
@ -1 +1 @@
|
||||
b96987b79376304652e1e0d32608706f45dadd8d
|
||||
d3caeec541184e198e6ad23b7e8112e568b49daa
|
@ -1 +1 @@
|
||||
7e1e0a3383922b1fd3447748e6f4e6727fdbf87b
|
||||
dca2db69436f394fb96bbe848127df97b09d034c
|
@ -1 +1 @@
|
||||
4434bf4dc2005ce6c3672cff53968277d28a2474
|
||||
b15c8c634913d273dec69558326b7e6427add463
|
@ -1 +1 @@
|
||||
c855079723107655fe190dcd39e617eacc879127
|
||||
dce8d2ea28eea5fc411c0d6c6147964a6d2c81a3
|
@ -1 +1 @@
|
||||
1f89bf19763a0982301385ca3836fa1cf25de7c0
|
||||
919b370886dca688742724b3609127a424927792
|
@ -1 +1 @@
|
||||
47b05693eef12e1619c3f8d7c1a86904367821a8
|
||||
47b03dcf75530cb258583bd22ca049ffea0da272
|
@ -1 +1 @@
|
||||
9a3de54cc21160679b9943aa74de2d619d77cf9c
|
||||
72c91f65a2a638338f8d384aacb252206c33d031
|
@ -1 +1 @@
|
||||
64f8ff01f5f8833ff796000f7a6c59622079c6e1
|
||||
a48339ca95ee07c04f4ef42ccfad775237de99cf
|
@ -1 +1 @@
|
||||
b96987b79376304652e1e0d32608706f45dadd8d
|
||||
d3caeec541184e198e6ad23b7e8112e568b49daa
|
@ -1 +1 @@
|
||||
7e1e0a3383922b1fd3447748e6f4e6727fdbf87b
|
||||
dca2db69436f394fb96bbe848127df97b09d034c
|
@ -1 +1 @@
|
||||
4434bf4dc2005ce6c3672cff53968277d28a2474
|
||||
b15c8c634913d273dec69558326b7e6427add463
|
@ -1 +1 @@
|
||||
c855079723107655fe190dcd39e617eacc879127
|
||||
dce8d2ea28eea5fc411c0d6c6147964a6d2c81a3
|
@ -1 +1 @@
|
||||
4aded8cd5df08f6d74878b52b81d34d0b76be778
|
||||
2f6d577528d2e985beec9bfe87ddcf8097d34589
|
@ -1 +1 @@
|
||||
47b05693eef12e1619c3f8d7c1a86904367821a8
|
||||
47b03dcf75530cb258583bd22ca049ffea0da272
|
@ -1 +1 @@
|
||||
9a3de54cc21160679b9943aa74de2d619d77cf9c
|
||||
72c91f65a2a638338f8d384aacb252206c33d031
|
@ -1 +1 @@
|
||||
64f8ff01f5f8833ff796000f7a6c59622079c6e1
|
||||
a48339ca95ee07c04f4ef42ccfad775237de99cf
|
@ -1 +1 @@
|
||||
b96987b79376304652e1e0d32608706f45dadd8d
|
||||
d3caeec541184e198e6ad23b7e8112e568b49daa
|
@ -1 +1 @@
|
||||
c587f27b1013db273c3f2c34faff609dd9718dd2
|
||||
80b7cd0fde83ae770a552bff85f28a7f9a6b4faa
|
@ -1 +1 @@
|
||||
#define FULL_VERSION "explicit/3c1ee41"
|
||||
#define FULL_VERSION "explicit/a791989"
|
||||
|
@ -520,8 +520,8 @@ distclean-generic:
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
@ENABLE_MSVC_FALSE@install-exec-local:
|
||||
@ENABLE_MSVC_FALSE@clean-local:
|
||||
@ENABLE_MSVC_FALSE@install-exec-local:
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
|
||||
|
BIN
po/mcs/de.gmo
BIN
po/mcs/de.gmo
Binary file not shown.
@ -1 +1 @@
|
||||
d0bd59d9007b874e51c149dbb5806af90dba0626
|
||||
83eae5d275f0e0063ae6cf54a82abc8d921aca30
|
BIN
po/mcs/es.gmo
BIN
po/mcs/es.gmo
Binary file not shown.
@ -1 +1 @@
|
||||
027f8d53405ebdb46d284e148b33073b3c22a046
|
||||
367c123ebf6137e2bd213290f6472ec1881d5ad6
|
BIN
po/mcs/ja.gmo
BIN
po/mcs/ja.gmo
Binary file not shown.
@ -1 +1 @@
|
||||
bf4244c3a0a816d1ed5171d1c949bfa707b5ec36
|
||||
79f84078945f7bb8539974c7646875a210af6467
|
@ -6,9 +6,9 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: mono 6.4.0.163\n"
|
||||
"Project-Id-Version: mono 6.4.0.165\n"
|
||||
"Report-Msgid-Bugs-To: http://www.mono-project.com/Bugs\n"
|
||||
"POT-Creation-Date: 2019-08-10 08:09+0000\n"
|
||||
"POT-Creation-Date: 2019-08-11 08:08+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
BIN
po/mcs/pt_BR.gmo
BIN
po/mcs/pt_BR.gmo
Binary file not shown.
@ -1 +1 @@
|
||||
af8553f0b02ab2a26a282ac851ef31ba36794917
|
||||
0a785a11a331b66266aba331445ce24324e877f5
|
Loading…
x
Reference in New Issue
Block a user