Re: 1.5.9: tcsh 6.12.00 parses scripts wrong with DOS line endings

2004-04-17 Thread Christopher Faylor
On Sat, Apr 17, 2004 at 10:23:05PM -0600, David Mastronarde wrote: >I think it is probably the case that tcsh is having trouble counting >characters, as you suggest. I recall seeing something in the >documentation about potential problems with ftell and fseek for text >files, so maybe this is the

RE: 1.5.9: tcsh 6.12.00 parses scripts wrong with DOS line endings

2004-04-17 Thread David Mastronarde
On Sat, 10 Apr 2004, Ross Boulet wrote: > > -Original Message- > > From: cygwin-owner On Behalf Of David Mastronarde > > > > When csh scripts have DOS line endings, tcsh 6.12.00 > > sometimes parses them > > incorrectly. This seems to happen with scripts that have > > while loops, >

RE: 1.5.9: tcsh 6.12.00 parses scripts wrong with DOS line endings

2004-04-10 Thread Ross Boulet
> -Original Message- > From: cygwin-owner On Behalf Of David Mastronarde > > When csh scripts have DOS line endings, tcsh 6.12.00 > sometimes parses them > incorrectly. This seems to happen with scripts that have > while loops, > once the scripts get big enough. Converting the script