Subject: CVS commit: [netbsd-3] src/bin/sh
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 04/07/2005 11:34:20
Module Name:	src
Committed By:	tron
Date:		Thu Apr  7 11:34:20 UTC 2005

Modified Files:
	src/bin/sh [netbsd-3]: miscbltin.c

Log Message:
Pull up revision 1.35 (requested by dsl in ticket #117):
Fix the way the 'read' builtin processes IFS.  In particular:
- IFS whitespace is now processes correctly,
- Trailing non-whitespace IFS characters are added to the last variable
  iff a subsequent variable would have been assigned a non-null string.
Now passes the 'read' tests in http://www.research.att.com/~gsf/public/ifs.sh


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.34.2.1 src/bin/sh/miscbltin.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.