From steve at kelem.net Sat Feb 6 06:02:19 2010 From: steve at kelem.net (Steve Kelem) Date: Fri, 05 Feb 2010 20:02:19 -0800 Subject: tcsh won't suspend Message-ID: <4B6CE9CB.3090301@kelem.net> In tcsh 6.17.00 (Astron) the suspend command doesn't work. Any ideas of what's wrong? I'm running ubuntu 9.10 on an x86-64 dual processor. Thanks, Steve From kimmo at suominen.com Sat Feb 6 17:17:21 2010 From: kimmo at suominen.com (Kimmo Suominen) Date: Sat, 6 Feb 2010 10:17:21 -0500 Subject: tcsh won't suspend In-Reply-To: <4B6CE9CB.3090301@kelem.net> References: <4B6CE9CB.3090301@kelem.net> Message-ID: Is there an error when you use the suspend command, or what happens? Ubuntu 9.10 comes with tcsh 6.14.00 and suspend works on it just fine. I'm guessing you compiled tcsh yourself -- how was it compiled? Thanks, + Kim On Fri, Feb 5, 2010 at 23:02, Steve Kelem wrote: > In tcsh 6.17.00 (Astron) the suspend command doesn't work. > Any ideas of what's wrong? > I'm running ubuntu 9.10 on an x86-64 dual processor. > > Thanks, > Steve > > _______________________________________________ > Tcsh-Bugs mailing list > Tcsh-Bugs at mx.gw.com > http://mx.gw.com/mailman/listinfo/tcsh-bugs > From kimmo at suominen.com Sat Feb 6 17:29:46 2010 From: kimmo at suominen.com (Kimmo Suominen) Date: Sat, 6 Feb 2010 10:29:46 -0500 Subject: tcsh won't suspend In-Reply-To: References: <4B6CE9CB.3090301@kelem.net> Message-ID: I tried reproducing the problem and was unable. ganymede:~/src/tcsh-6.17.00> ./tcsh ganymede:~/src/tcsh-6.17.00> suspend [1] + 17801 Suspended ./tcsh ganymede:~/src/tcsh-6.17.00> fg ./tcsh ganymede:~/src/tcsh-6.17.00> ganymede:~/src/tcsh-6.17.00> exit ganymede:~/src/tcsh-6.17.00> lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 9.10 Release: 9.10 Codename: karmic ganymede:~/src/tcsh-6.17.00> I built that tcsh with just "./configure && make". On Sat, Feb 6, 2010 at 10:17, Kimmo Suominen wrote: > Is there an error when you use the suspend command, or what happens? > > Ubuntu 9.10 comes with tcsh 6.14.00 and suspend works on it just fine. > > I'm guessing you compiled tcsh yourself -- how was it compiled? > > Thanks, > + Kim > > > On Fri, Feb 5, 2010 at 23:02, Steve Kelem wrote: > >> In tcsh 6.17.00 (Astron) the suspend command doesn't work. >> Any ideas of what's wrong? >> I'm running ubuntu 9.10 on an x86-64 dual processor. >> >> Thanks, >> Steve >> >> _______________________________________________ >> Tcsh-Bugs mailing list >> Tcsh-Bugs at mx.gw.com >> http://mx.gw.com/mailman/listinfo/tcsh-bugs >> > > From christos at zoulas.com Sat Feb 6 19:56:30 2010 From: christos at zoulas.com (Christos Zoulas) Date: Sat, 6 Feb 2010 12:56:30 -0500 Subject: tcsh won't suspend In-Reply-To: <4B6CE9CB.3090301@kelem.net> from Steve Kelem (Feb 5, 8:02pm) Message-ID: <20100206175631.114805654E@rebar.astron.com> On Feb 5, 8:02pm, steve at kelem.net (Steve Kelem) wrote: -- Subject: tcsh won't suspend | In tcsh 6.17.00 (Astron) the suspend command doesn't work. | Any ideas of what's wrong? | I'm running ubuntu 9.10 on an x86-64 dual processor. | Can you strace it? christos From christos at zoulas.com Tue Feb 9 22:32:34 2010 From: christos at zoulas.com (Christos Zoulas) Date: Tue, 9 Feb 2010 15:32:34 -0500 (EST) Subject: PR/40683 CVS commit: tcsh Message-ID: <20100209203234.DBAA156550@rebar.astron.com> Module Name: tcsh Committed By: christos Date: Tue Feb 9 20:32:34 UTC 2010 Modified Files: tcsh: sh.char.c Log Message: Fix non short strings build; NetBSD PR 40683 To generate a diff of this commit: cvs rdiff -r3.20 -r3.21 tcsh/sh.char.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.