zsh-workers
 help / color / mirror / code / Atom feed
From: "J.D. Laub" <jdl@clinicom.com>
To: zsh-workers@math.gatech.edu
Subject: IFS contains Meta - why?
Date: Fri, 21 Jun 1996 13:47:56 -0600 (MDT)	[thread overview]
Message-ID: <199606211947.NAA182748@clinicom.com> (raw)

% rcsdiff -r2.9 -r2.10 init.c,v
2c2
<  * $Id: init.c,v 2.8 1996/05/02 23:01:04 [...]
---
>  * $Id: init.c,v 2.9 1996/05/02 23:01:04 [...]
[...]
603c606,607
<     ifs         = ztrdup(" \t\n");
---
>     ifs         = ztrdup(" \t\n  ");
>     ifs[3]      = Meta;

1) Why does a space (0x20) appear both at the start and end of IFS?
2) Why is Meta in there (contrary to the man page)?  The sort command
    under HPUX 10.01 stops processing when it runs across non-ascii
    characters, so I see nothing after IFS when I run "set | sort".
-- 
J.D. Laub (Laubster) HBOC/CliniCom|"I think you're very, very, very, very, very,
jdl@clinicom.com     Boulder,CO   |very, very, very, very, ..." - Flying Lizards



             reply	other threads:[~1996-06-21 19:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-06-21 19:47 J.D. Laub [this message]
1996-06-22  0:08 ` Zefram

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199606211947.NAA182748@clinicom.com \
    --to=jdl@clinicom.com \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).