Re: [PATCH] Add strcasestr v.3 - add compat implementation of strcasestr
authorTomas Carnecky <tom@dbservice.com>
Tue, 13 Apr 2010 18:47:02 +0000 (20:47 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:36:38 +0000 (09:36 -0800)
7e/89dbd563d7aee95427c142fcbae9fab1ed8e66 [new file with mode: 0644]

diff --git a/7e/89dbd563d7aee95427c142fcbae9fab1ed8e66 b/7e/89dbd563d7aee95427c142fcbae9fab1ed8e66
new file mode 100644 (file)
index 0000000..1272463
--- /dev/null
@@ -0,0 +1,65 @@
+Return-Path: <tom@dbservice.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 078C14196F2\r
+       for <notmuch@notmuchmail.org>; Tue, 13 Apr 2010 11:47:07 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -1.9\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
+       tests=[BAYES_00=-1.9] autolearn=ham\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id FfH+AivtLE26 for <notmuch@notmuchmail.org>;\r
+       Tue, 13 Apr 2010 11:47:06 -0700 (PDT)\r
+Received: from office.neopsis.com (office.neopsis.com [78.46.209.98])\r
+       by olra.theworths.org (Postfix) with ESMTP id 1B5DB431FC1\r
+       for <notmuch@notmuchmail.org>; Tue, 13 Apr 2010 11:47:05 -0700 (PDT)\r
+Received: from calvin.caurea.org ([62.65.141.13])\r
+       (authenticated user tom@dbservice.com) by office.neopsis.com\r
+       (using TLSv1/SSLv3 with cipher AES256-SHA (256 bits));\r
+       Tue, 13 Apr 2010 20:47:03 +0200\r
+Message-ID: <4BC4BC26.1060803@dbservice.com>\r
+Date: Tue, 13 Apr 2010 20:47:02 +0200\r
+From: Tomas Carnecky <tom@dbservice.com>\r
+User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US;\r
+       rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4\r
+MIME-Version: 1.0\r
+To: Dirk Hohndel <hohndel@x200.gr8dns.org>\r
+Subject: Re: [PATCH] Add strcasestr v.3 - add compat implementation of\r
+       strcasestr\r
+References: <m3vdbvb8p7.fsf@x200.gr8dns.org>\r
+In-Reply-To: <m3vdbvb8p7.fsf@x200.gr8dns.org>\r
+Content-Type: text/plain; charset=ISO-8859-1; format=flowed\r
+Content-Transfer-Encoding: 7bit\r
+Cc: notmuch@notmuchmail.org\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 13 Apr 2010 18:47:07 -0000\r
+\r
+On 4/13/10 6:47 PM, Dirk Hohndel wrote:\r
+>\r
+> v.3 of this patch, now with the changes to makefiles, configure script\r
+> compat.h and all new files that I need\r
+> Please test on platforms lacking strcasestr\r
+>\r
+> Signed-off-by: Dirk Hohndel<hohndel@infradead.org>\r
+\r
+Tested-by: Tomas Carnecky <tom@dbservice.com>\r
+\r
+(on OpenSolaris snv_134)\r
+\r
+tom\r
+\r