From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/926 Path: news.gmane.org!not-for-mail From: Richard Pennington Newsgroups: gmane.linux.lib.musl.general Subject: Re: A small bug in strrchr Date: Sat, 26 May 2012 17:12:17 -0500 Message-ID: <6709397.Taz9efy0my@main.pennware.com> References: <11455510.kDygYk5USg@main.pennware.com> <20120526220613.GB163@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Trace: dough.gmane.org 1338070415 8063 80.91.229.3 (26 May 2012 22:13:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 26 May 2012 22:13:35 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-927-gllmg-musl=m.gmane.org@lists.openwall.com Sun May 27 00:13:32 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1SYPEo-0000WF-3d for gllmg-musl@plane.gmane.org; Sun, 27 May 2012 00:13:30 +0200 Original-Received: (qmail 7276 invoked by uid 550); 26 May 2012 22:13:30 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 7267 invoked from network); 26 May 2012 22:13:29 -0000 X-Authority-Analysis: v=2.0 cv=ae7jbGUt c=1 sm=0 a=/l7PkcR/UKDnn7Q2wmGJww==:17 a=hdNgKtvFP3AA:10 a=fR_ARpL9IlcA:10 a=63ubCMjdAJIA:10 a=msTO8fkKGJEA:10 a=kj9zAlcOel0A:10 a=N4Ps669bAAAA:8 a=zpMMhw3wqo1c6YuA7G8A:9 a=CjuIK1q_8ugA:10 a=/l7PkcR/UKDnn7Q2wmGJww==:117 X-Cloudmark-Score: 0 X-Originating-IP: 65.26.59.215 User-Agent: KMail/4.8.3 (Linux/3.3.2-6.fc16.x86_64; KDE/4.8.3; x86_64; ; ) In-Reply-To: <20120526220613.GB163@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:926 Archived-At: On Saturday, May 26, 2012 06:06:13 PM Rich Felker wrote: [snip] > In the future, could you please send proposed fixes/improvements as > unified diff ("diff -u" or simply "git diff") instead of just pasting > the new file? It makes it a lot easier to tell what's being changed. I will diff from now on. I was working pretty quickly today and was a little lazy. -Rich