Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/12/1997 00:10:10
mrg
Tue Nov 11 16:04:56 PST 1997
Update of /cvsroot/src/usr.bin/apropos
In directory netbsd1:/var/slash-tmp/cvs-serv19810/apropos
Modified Files:
apropos.c
Log Message:
handle strings longer than 256 bytes. should do this with fgetln()...but
fgetln() doesn't nul terminate, and thus requires malloc/copy for each
interation (actually, *two* for whatis(1)).
mrg
Tue Nov 11 16:05:06 PST 1997
Update of /cvsroot/src/usr.bin/whatis
In directory netbsd1:/var/slash-tmp/cvs-serv19810/whatis
Modified Files:
whatis.c
Log Message:
handle strings longer than 256 bytes. should do this with fgetln()...but
fgetln() doesn't nul terminate, and thus requires malloc/copy for each
interation (actually, *two* for whatis(1)).