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:to:cc:subject:date:message-id:references :in-reply-to:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=PRIkMAHTojCNoQ2F Lz4PcT9QhCrVp8csfe65EjqKwWyVdKmUj3JoDMHMOHIobMRnLcIDtWKqcS7svOSI U57SH7jFJ5fDe8Z+d2qNpYmTRoIK7LNYJ+qYfGmEdbZ5qFV6XF2jmtcdBlmGX+Db dJZ2MgF1NDXRAf4Y1on4r9Hvqgk= 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:to:cc:subject:date:message-id:references :in-reply-to:mime-version:content-type :content-transfer-encoding; s=default; bh=Y37Mjq2rmVMrgZg0aqnow2 OtvHc=; b=JqddplpWCcGGFAtTyv+wtIOJ3//u/HbK8XtuoN4EES0ubKgEgfIdQo QRpHU/vTkjn7m3Sw4x51cl7nJy4O7jnhiW/pe/ROQ/ccmdR23kq9faAQmcnFUkEs ulCOqH53cOTYS4Lq2B5aDBEW18iGzZbtXdfDF2czfilool2OxL0lw= 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=2.6 required=5.0 tests=AWL,BAYES_50,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPAM_SUBJECT1,SPF_HELO_PASS,SPF_NEUTRAL autolearn=no version=3.3.1 spammy=cygwin-d, Townsend, sensitivity, townsend X-HELO: NAM03-CO1-obe.outbound.protection.outlook.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=purdue0.onmicrosoft.com; s=selector1-purdue0-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=Jh2j33BRgn9/MF22nHjlcssUMZ66OOJMEayl7k4+RTw=; b=rdJMXusYrooV4MEOsl0hxLQivO/3+Blnpf/LFPtE5xYOO3vc2YfXJwdh1hRLTn0oJr532UhaDcCODix/i1tBtmMYHGD7CVcoJU4imMZooIa44FsJ6irUmboiV0DCnXRBaFd06XerKxNow2o2C91uBSqRFLgbk27cjOQUhujaLbA= From: "Townsend, Paul" To: "cygwin AT cygwin DOT com" CC: "Townsend, Paul" Subject: Re: package cygwin-d-... case sensitivity problems -- Date: Thu, 20 Jun 2019 00:51:27 +0000 Message-ID: References: In-Reply-To: authentication-results: spf=none (sender IP is ) smtp.mailfrom=aab AT purdue DOT edu; x-ms-oob-tlc-oobclassifiers: OLM:10000; received-spf: None (protection.outlook.com: purdue.edu does not designate permitted sender hosts) x-ms-exchange-senderadcheck: 1 MIME-Version: 1.0 X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-MS-Exchange-CrossTenant-userprincipalname: aab AT purdue DOT edu Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x5K0qFiG010367 --The NAME section line for the jN.3 man page is jN, jNf, yN, yNf, j0, j0f, j1, j1f, jn, jnf, y0, y0f, y1, y1f, yn, ynf - Bessel functions In a quick perusal of the available Cygwin math functions, I could find no available function with the first four names above although a C call to jN() does link successfully. In addition, the man page itself does not explicitly describe those four. Again, a quick google internet search did not find jN although I did find Jn. My original "simplest solution" would not work. New suggestion: Rename the jN.3 file bessel.3 and replace the first four names in the roff source file with bessel. -- Thanks, -- Paul Townsend ________________________________ From: Townsend, Paul Sent: Tuesday, June 18, 2019 1:46:20 PM To: cygwin AT cygwin DOT com Cc: Townsend, Paul Subject: package cygwin-d-... case sensitivity problems -- The cygwin-doc-... package has several problems in at least the /usr/share/man/man3 directory where multiple file names differ only in case, i.e., the tar file contains, in this order, usr/share/man/man3/jN.3.gz usr/share/man/man3/jn.3.gz The jN.3.gz file contains the roff text and the jn.3.gz file contains a roff .so directive pointing at jN.3. The file that ends up in man3 is jn.3.gz and jN.3.gz disappears. The simplest solution would be to just remove jn.3.gz and similar .so files from the tarball. This would at least allow the roff text files to exist. -- Thanks, -- Paul Townsend FMI - where was the tarball created? It certainly was not on a computer with Windows and case insensitivity. -- 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