Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 02/05/1998 08:40:03
christos
Thu Feb 5 03:32:02 EST 1998
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv19335
Modified Files:
expand.c
Log Message:
Fix bug introduced by EXP_RECORD, where in case there was a variable expansion
involved in the `for' list, the list was recorded twice, leading to incorrect
argument expansion.
Introduce ifsfree() function that free's the IFS region list, GC'ing duplicated
code.
christos
Thu Feb 5 03:34:51 EST 1998
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv19972
Modified Files:
eval.c
Log Message:
Re-enabled EXP_RECORD