Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 04/21/1997 12:40:04
mrg
Mon Apr 21 05:36:26 PDT 1997
Update of /cvsroot/src/lib/libc
In directory netbsd1:/var/slash-tmp/cvs-serv19940

Modified Files:
	shlib_version 
Log Message:
add strptime() to libc.

mrg
Mon Apr 21 05:36:29 PDT 1997
Update of /cvsroot/src/lib/libc/stdlib
In directory netbsd1:/var/slash-tmp/cvs-serv19940/stdlib

Modified Files:
	Makefile.inc 
Added Files:
	strptime.c 
Log Message:
add strptime() to libc.

christos
Mon Apr 21 08:38:27 EDT 1997
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv20010

Modified Files:
	redir.c 
Log Message:
PR/3452: Jerry Peek: Redirections of unopened fd to file failed.
    for arg in a b c
    do
	echo hi this is $arg 1>&3
    done 3> foo