X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:subject:to:message-id:date:mime-version :content-type; q=dns; s=default; b=NdiwM9NSbfNcJLfgXvaynw+lrLzuP VsMz5OzoEQX1p0ygAr5qfEbvkaY31PG+GsYHn1PFgxSdVpcgGhksTS0JKfC5B+Ix Tej+WWBIHit8Ss38qvhg3Khxmg5r/hlyErYAH3VOglEdVfdchK1MbSSxUu8ZA/k8 bP5QRbVQR3XB0w= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:subject:to:message-id:date:mime-version :content-type; s=default; bh=7h9AtRvmydA3RTWsTslt4TQQkhw=; b=KM/ Vavs90ayrpj42Oery/9/Eb2Jw+ig6ZDnE0pWdZDwg/JOKS/1xbnG36U80lONx2Cg CUPM5is70K0wC+AQPIJ40zF0rSITY7jJ1cFrIO0MXVV0Pagnh4Z9gKvqgKhEbMpX QmLtJkmmSOshZRQ/dQYTVVi6IypHBva81F0IY7XA= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=HX-HELO:sk:mailout, H*F:D*t-online.de, H*r:sk:mailout, H*RU:sk:mailout X-HELO: mailout12.t-online.de From: Henning Subject: Package pinfo-0.6.10 - fix for very old bug To: cygwin AT cygwin DOT com Message-ID: Date: Wed, 5 Jun 2019 10:57:07 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; rv:56.0) Gecko/20100101 Thunderbird/56.0 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------5C139B3101E7D3DA183E5D40" X-IsSubscribed: yes --------------5C139B3101E7D3DA183E5D40 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit In src/parse_confic.c there are two typos which cause an error message Parse error in config file on line nnn if you try to assign function keys f9 or f10 using the usual KEY_F() syntax. These two require KEY_(F). This bug was present as early as 2002 and is still present in the latest version 0.6.13. The attached patch applies to 0.6.10 (the current version in cygwin) and also to 0.6.13. I've also sent it to the maintainer, Bas Zoetekouw. So it might be taken intp account in 0.6.14. Henning --------------5C139B3101E7D3DA183E5D40 Content-Type: text/plain; charset=UTF-8; name="f9f10.diff" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="f9f10.diff" LS0tIGEvc3JjL3BhcnNlX2NvbmZpZy5jCTIwMDYtMDYtMjQgMTc6MTY6MTQu MDAwMDAwMDAwICswMjAwCisrKyBiL3NyYy9wYXJzZV9jb25maWcuYwkyMDE5 LTA2LTA0IDIxOjI5OjE0LjkwMjQyMDgwMCArMDIwMApAQCAtODY3LDkgKzg2 Nyw5IEBACiAJCQkJCSprZXkgPSBLRVlfRig3KTsKIAkJCQllbHNlIGlmICgh KHN0cm5jbXAodGVtcCArIDQsICJGKDgpIiwgNCkpKQogCQkJCQkqa2V5ID0g S0VZX0YoOCk7Ci0JCQkJZWxzZSBpZiAoIShzdHJuY21wKHRlbXAgKyA0LCAi KEY5KSIsIDQpKSkKKwkJCQllbHNlIGlmICghKHN0cm5jbXAodGVtcCArIDQs ICJGKDkpIiwgNCkpKQogCQkJCQkqa2V5ID0gS0VZX0YoOSk7Ci0JCQkJZWxz ZSBpZiAoIShzdHJuY21wKHRlbXAgKyA0LCAiKEYxMCkiLCA1KSkpCisJCQkJ ZWxzZSBpZiAoIShzdHJuY21wKHRlbXAgKyA0LCAiRigxMCkiLCA1KSkpCiAJ CQkJCSprZXkgPSBLRVlfRigxMCk7CiAJCQkJZWxzZSBpZiAoIShzdHJuY21w KHRlbXAgKyA0LCAiRigxMSkiLCA1KSkpCiAJCQkJCSprZXkgPSBLRVlfRigx MSk7Cg== --------------5C139B3101E7D3DA183E5D40 Content-Type: text/plain; charset=us-ascii -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple --------------5C139B3101E7D3DA183E5D40--