From christos at zoulas.com Sun Dec 1 17:45:37 2019 From: christos at zoulas.com (Christos Zoulas) Date: Sun, 1 Dec 2019 12:45:37 -0500 Subject: [Tcsh] 6.22.01 is now available Message-ID: <20191201174537.2681717FDC6@rebar.astron.com> Hi, Unfortunately 6.22.00 had a regression with expanding empty variables with :q that needed to be reverted. New version is available from: ftp://ftp.astron.com/pub/tcsh/tcsh-6.22.01.tar.gz Apologies, christos From h.m.brand at xs4all.nl Wed Dec 4 16:37:52 2019 From: h.m.brand at xs4all.nl (H.Merijn Brand) Date: Wed, 4 Dec 2019 17:37:52 +0100 Subject: [Tcsh] 6.22.01 is now available In-Reply-To: <20191201174537.2681717FDC6@rebar.astron.com> References: <20191201174537.2681717FDC6@rebar.astron.com> Message-ID: <20191204173752.1e587f17@pc09.procura.nl> On Sun, 1 Dec 2019 12:45:37 -0500, christos at zoulas.com (Christos Zoulas) wrote: > Hi, > > Unfortunately 6.22.00 had a regression with expanding empty variables > with :q that needed to be reverted. New version is available from: > > ftp://ftp.astron.com/pub/tcsh/tcsh-6.22.01.tar.gz If I checkout git, *tag* TCSH6_22_01 (master), tcsh still identifies as 6.21.01. $ rm -f config.h $ configure --prefix=/foo : : $ grep VERSION config.*h config.h:#define PACKAGE_VERSION "6.21.01" $ grep -w 21 configure # Generated by GNU Autoconf 2.69 for tcsh 6.21.01. PACKAGE_VERSION='6.21.01' PACKAGE_STRING='tcsh 6.21.01' \`configure' configures tcsh 6.21.01 to adapt to many kinds of systems. short | recursive ) echo "Configuration of tcsh 6.21.01:";; tcsh configure 6.21.01 It was created by tcsh $as_me 6.21.01, which was This file was extended by tcsh $as_me 6.21.01, which was tcsh config.status 6.21.01 Maybe a renewed autogen.sh call would be needed, but there is no auto* in the git checkout > Apologies, > > christos -- H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/ using perl5.00307 .. 5.31 porting perl5 on HP-UX, AIX, and Linux https://useplaintext.email https://tux.nl http://www.test-smoke.org http://qa.perl.org http://www.goldmark.org/jeff/stupid-disclaimers/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 488 bytes Desc: OpenPGP digital signature URL: From christos at zoulas.com Wed Dec 4 17:17:43 2019 From: christos at zoulas.com (Christos Zoulas) Date: Wed, 4 Dec 2019 12:17:43 -0500 Subject: [Tcsh] 6.22.01 is now available In-Reply-To: <20191204173752.1e587f17@pc09.procura.nl> from "H.Merijn Brand" (Dec 4, 5:37pm) Message-ID: <20191204171743.8C83917FDB2@rebar.astron.com> On Dec 4, 5:37pm, h.m.brand at xs4all.nl ("H.Merijn Brand") wrote: -- Subject: Re: [Tcsh] 6.22.01 is now available | > Hi, | >=20 | > Unfortunately 6.22.00 had a regression with expanding empty variables | > with :q that needed to be reverted. New version is available from: | >=20 | > ftp://ftp.astron.com/pub/tcsh/tcsh-6.22.01.tar.gz | | If I checkout git, *tag* TCSH6_22_01 (master), tcsh still identifies as | 6.21.01. That's unfortunate. I must have forgotten to bump configure.ac when I first did 6.22.00. I will just create 6.22.02 with that change. christos From wm at ariannuccia.de Tue Dec 10 21:02:08 2019 From: wm at ariannuccia.de (Wolfgang Mueller) Date: Tue, 10 Dec 2019 22:02:08 +0100 Subject: [Tcsh] Strange SymLink behaviour Message-ID: <33bca263-e5ce-022c-86a0-c575f34db102@ariannuccia.de> I use tcsh 6.20.00 under Leap 15.1. When I type "ln -s" followed by some characters and hit the tab key for getting a completion, the tcsh answers "" instead of completing the file name. Without the parameter "-s", i.e. for a hard link, the completion works correctly. Best regards, Wolfgang From jamie at catflap.org Tue Dec 10 21:49:22 2019 From: jamie at catflap.org (Jamie Landeg-Jones) Date: Tue, 10 Dec 2019 21:49:22 +0000 Subject: [Tcsh] Strange SymLink behaviour In-Reply-To: <33bca263-e5ce-022c-86a0-c575f34db102@ariannuccia.de> References: <33bca263-e5ce-022c-86a0-c575f34db102@ariannuccia.de> Message-ID: <201912102149.xBALnMxZ011909@donotpassgo.dyslexicfish.net> Wolfgang Mueller wrote: > I use tcsh 6.20.00 under Leap 15.1. > > When I type "ln -s" followed by some characters and hit the tab key > for getting a completion, the tcsh answers "" instead of > completing the file name. > > Without the parameter "-s", i.e. for a hard link, the completion > works correctly. Sounds like a completion rule.. What does: % complete ln show? cheers, jamie