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