X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/648f0bac247e1709a6dbeaee1b1f2ab77e50b252..ea238f1cf5038ad498b55223edca4b981b3067a8:/ignore-case.diff diff --git a/ignore-case.diff b/ignore-case.diff index d7483ca..206ae68 100644 --- a/ignore-case.diff +++ b/ignore-case.diff @@ -37,7 +37,7 @@ NOTE: patch updated for latest CVS source by Wayne Davison, but UNTESTED! - - - - - - - - - - - - - - - - - - - - - - - - - --- options.c 17 Apr 2004 17:07:23 -0000 1.147 -+++ options.c 22 Apr 2004 23:44:15 -0000 ++++ options.c 29 Apr 2004 19:50:13 -0000 @@ -89,6 +89,7 @@ int opt_ignore_existing = 0; int max_delete = 0; int ignore_errors = 0; @@ -72,9 +72,9 @@ NOTE: patch updated for latest CVS source by Wayne Davison, but UNTESTED! if (keep_partial) args[ac++] = "--partial"; ---- util.c 22 Apr 2004 22:17:15 -0000 1.138 -+++ util.c 22 Apr 2004 23:44:15 -0000 -@@ -924,6 +924,19 @@ int u_strcmp(const char *cs1, const char +--- util.c 27 Apr 2004 19:59:37 -0000 1.141 ++++ util.c 29 Apr 2004 19:50:13 -0000 +@@ -933,6 +933,19 @@ int u_strcmp(const char *cs1, const char { const uchar *s1 = (const uchar *)cs1; const uchar *s2 = (const uchar *)cs2; @@ -95,7 +95,7 @@ NOTE: patch updated for latest CVS source by Wayne Davison, but UNTESTED! while (*s1 && *s2 && (*s1 == *s2)) { s1++; s2++; --- lib/wildmatch.c 14 Jul 2003 15:12:59 -0000 1.12 -+++ lib/wildmatch.c 22 Apr 2004 23:44:15 -0000 ++++ lib/wildmatch.c 29 Apr 2004 19:50:13 -0000 @@ -76,8 +76,20 @@ static int domatch(const unsigned char * ch = *++p; /* FALLTHROUGH */