From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9394 invoked by alias); 23 Oct 2014 15:40:30 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 9369 invoked by uid 89); 23 Oct 2014 15:40:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: calimero.vinschen.de Received: from aquarius.hirmke.de (HELO calimero.vinschen.de) (217.91.18.234) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 23 Oct 2014 15:40:28 +0000 Received: by calimero.vinschen.de (Postfix, from userid 500) id E93FC8E1434; Thu, 23 Oct 2014 17:40:25 +0200 (CEST) Date: Thu, 23 Oct 2014 15:40:00 -0000 From: Corinna Vinschen To: cygwin@cygwin.com Subject: Re: TEST RELEASE: Cygwin 1.7.33-0.1 Message-ID: <20141023154025.GD20607@calimero.vinschen.de> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: <20141022092323.GH32374@calimero.vinschen.de> <54490D44.10103@redhat.com> <20141023153640.GB20607@calimero.vinschen.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="F8dlzb82+Fcn6AgP" Content-Disposition: inline In-Reply-To: <20141023153640.GB20607@calimero.vinschen.de> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2014-10/txt/msg00364.txt.bz2 --F8dlzb82+Fcn6AgP Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 945 On Oct 23 17:36, Corinna Vinschen wrote: > On Oct 23 08:14, Eric Blake wrote: > > On 10/23/2014 08:10 AM, Jim Reisert AD1C wrote: > > > Apparently stricmp() is no longer in the library: > > >=20 > > > ClubLog.cpp:593:34: error: 'stricmp' was not declared in this scope > > > if (!stricmp(field,"call")) { > > >=20 > > > I realize that stricmp() is non-standard. Is this going to be the > > > situation going forward with 1.7.33+? If so, what's the best > > > workaround? > >=20 > > Use the standard strcasecmp() from instead. >=20 > ACK. More exact: stricmp is still available as exported symbol, and it will be available for a long time, to make sure existing executables continue to run. stricmp will just not be provided by the standard header files anymore. Corinna --=20 Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat --F8dlzb82+Fcn6AgP Content-Type: application/pgp-signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUSSFpAAoJEPU2Bp2uRE+g5icP/07ZnXED9APMjQfuT0g+t2OL 6DObc4R4jlBDVoL3Ei9Irm04Ju/mCJucqzHZ/HabuUmn/Q6kXept2qo2qXy1r2O6 DpXU5DwklJESG2lbEEcjlmoKQz0WjijyyUNxaS9u3R53St5hcULmnzw6Gyy9wNez PvNnNKRStu0442UXFrazmdXClP3CtCn7fafxCOjLgvTDrIcxcrBmwBHtOC994VOV tSmlNrUrejBy5uWNR3Y13cnMkshu6hqYf2DD/tZdRCt/WxpEd3QGzKsRmlHnlxAc 0nqe/ksuzB19iOyzRXZ9Cg0plAndj5NWvMemcX5/5HcD2/EYvYuPV/vZWUir7PXJ n/AzFPiFXgLkBrwhtm40Npfods+ToCBfaCDF2xWkglIcxctV8flxyjo45f5Zb0tf JDqM81zo8ErUKVAhoCuQzVRorgQvtzXvVV+/FaEWHGD6dttNqfoYoiJIZqkMMXEr 9dpB1BW9g+Ftg/wYHT9uASxBnomIe4LMIhymoCoUWv4dA0LxtemyQmimzDbamlVH JjlY5jcWPzX6InMzklymf/jg7tAL0ivoKx0BEmzOhuZg0E1+z1s8Y2+t6R2BcfoE TPqxQLSV/SF5d7cNfZK3EOknkZqFQ7B8UTDDnReEXsSfVc+V7ghxaM9JHQf7WGtN hxgdzyIDGkGWyloCQtr4 =bv3u -----END PGP SIGNATURE----- --F8dlzb82+Fcn6AgP--