X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 874CA3857C51 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1686999485; bh=r9RB6yeA0HAR8Sz3n4ge4L40Wzn9SXQEV/hM9ZhPGjY=; h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=uSDjepR0yJmcbDJv2uZw6f97FPOQ3qyN3kYlvVyBEJejty9rB7XaTIuO8QCmGzGp+ b0rd3zpRyfw0Ig58OvlU5OA48MVaPUaEPHXSaykSquRoBdP4SMxt0HwlNToUrgTigE 7jYjkdP0ZQRQmjqE55f2c3RB9q8H5HHkZGjnzkno= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org CFD7C3858D28 Date: Sat, 17 Jun 2023 19:57:25 +0900 To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] cygwin 3.4.7-1 Message-Id: <20230617195725.d51a2777565636fab0bd7d53@nifty.ne.jp> In-Reply-To: <20230617195102.cca3bcf793be6b88db2b13e8@nifty.ne.jp> References: <6feae4bf-c3db-ffd7-d909-4b514e608a84 AT towo DOT net> <20230617195102 DOT cca3bcf793be6b88db2b13e8 AT nifty DOT ne DOT jp> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Takashi Yano via Cygwin Reply-To: Takashi Yano Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" On Sat, 17 Jun 2023 19:51:02 +0900 Takashi Yano wrote: > On Sat, 17 Jun 2023 10:33:54 +0200 > Thomas Wolff wrote: > > > - Fix reading CONIN$ in non cygwin apps when stdin is not a pty. > > > Addresses https://cygwin.com/pipermail/cygwin/2023-April/253424.html > > This does not fix the test case yes | more.com . > > Perhaps, this is another problem. Because, yes | more.com fails > also in console. > > fail: yes | more.com > fail: yes | cat | more.com > success: yes | cat -n | more.com > success: yes yy | more.com > success: yes | unix2dos | more.com I guess this is a problem of more.com with line endings. Please try: yes | head -100 | more.com -- Takashi Yano -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple