From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.kundenserver.de (mout.kundenserver.de [217.72.192.75]) by sourceware.org (Postfix) with ESMTPS id 6453E3839C58 for ; Tue, 11 May 2021 13:13:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6453E3839C58 Received: from calimero.vinschen.de ([24.134.7.25]) by mrelayeu.kundenserver.de (mreue108 [212.227.15.183]) with ESMTPSA (Nemesis) id 1Mspu2-1lMatI3Sh6-00tDSA for ; Tue, 11 May 2021 15:13:00 +0200 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by calimero.vinschen.de (Postfix) with ESMTP id 25EBDA80DBD for ; Tue, 11 May 2021 15:13:00 +0200 (CEST) X-Mailbox-Line: From cygwin-announce-tcsh-6.22.04-1 Tue May 11 15:08:13 2021 From: Corinna Vinschen To: cygwin-announce@cygwin.com Date: Tue, 11 May 2021 15:08:13 +0200 Message-Id: <20210511150813.653530-1-corinna-cygwin@cygwin.com> Subject: tcsh 6.22.04-1 X-Provags-ID: V03:K1:q6iRldlGcviVToSMbueL2hkCEekBXX72whmW1UDsi3I9kh9APR+ KbvCWy18Stlgjj4hiYZu7gFQfHDwF/qTGrBgtH4m3rFTRAX4diiBYFTlPAEYwHpqH75OdA2 LEcd7bUdW2CHnAv0EOgSOs/TjJyZ1YXo3SoZjiFzAbfwwnW1U4IRlYDTyuJARnAPjX0yiIM WUfBoaj/d7pr1BIAeD1PQ== X-UI-Out-Filterresults: notjunk:1;V03:K0:0gGvipgrQLo=:A2ka8ulEP7csuK4IL8qYfy EPynMkOMwRlMiPjlVP9t/0UtnyeCTS/QqXokLa5+eqJUTxm1943Kv77rnPlIlE8tMATF8N9bn 3q+2cKfchFuPqArRO+WH3pqpubXlQpri8lfe/ED7hX7/OXUL4QdZFq+Wwa/ZsBL/6/kR+vlih 5EHrAp4muo3KA/P440+jt7tr9XcVYFVBWguPCNyjxLDF7uxD8PcVFmJMtpwbN0yqxxSvCVIPn zARDvuAbyKAlbFsCRW4MMC/TYudgR+6KwyDlXJAEy89ovBIFEcQ4qJ+dLDBWzdoQUsGjv3jfb rJnix52iQmq6fvhWoqSQ2P5VtdwWAVZhw2ZQvC79VxL24IUNi9ONZlYSr76tWNxBlYIZhJfyt BnEs2A1w+GsN3YyyRAfO/YfaqN6/fEhX3PQSDj6axSijy1lQSwxaVscSWbT3OENYe4mrPL/qK 8AnqhaNLCJhB/ZoEUiOHr1KwircNZs3XMO/bWtq4cpHIoXEfG4bxpJ4BljugdTFZLViylYS0t 6RLTu7jFnjlyp8LlL6psOY= X-Spam-Status: No, score=-99.0 required=5.0 tests=BAYES_00, GOOD_FROM_CORINNA_CYGWIN, JMQ_SPF_NEUTRAL, KAM_DMARC_NONE, KAM_DMARC_STATUS, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NEUTRAL, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Read-only mailing list announcing new and updated Cygwin packages List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2021 13:13:03 -0000 The following packages have been uploaded to the Cygwin distribution: * tcsh-6.22.04-1 Tcsh is an enhanced but completely compatible version of csh, the C shell. Tcsh is a command language interpreter which can be used both as an interactive login shell and as a shell script command processor. Tcsh includes a command line editor, programmable word completion, spelling correction, a history mechanism, job control and a C language like syntax. 6.22.04 fixes problems introduced in 6.22.03, which were the reason we skipped 6.22.03 in Cygwin. Changes from 6.22.02: 15. V6.22.04 - 20210426 14. Don't crash with 'bindkey "^0" clear-screen' (Karl Jeacle) 13. Fix $x:q:h and $x:q:t return the whole string for strings not containing / 12. V6.22.03 - 20201118 11. Fix $x:q:h and $x:q:t to not crash (alzwded) with strings containing / 10. Block SIGHUP while writing history/directory stack (Brett Frankenberger) 9. Fixed reversed test that broke history merging (Brett Frankenberger) 8. Prevent recursive entry for writing history (Brett Frankenberger) 7. alxwded@github, keep track of the :g and :a modifiers per modifier they affect. 6. alzwded@github, fix infinite loop with :gas variable modifier 5. PR/88: Add a Q: modifier that preserves empty arguments leaving :q alone.