Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
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
Home |
Main Index |
Thread Index |
Old Index