aboutsummaryrefslogtreecommitdiff
path: root/devel/vstr/pkg-descr
Commit message (Collapse)AuthorAgeFilesLines
* Add vstr, a string library, designed so you can work optimally withPav Lucistnik2004-02-111-0/+8
readv()/writev() for input/output. This means that, for instance, you can readv() data to the end of the string and writev() data from the beginning of the string without having to allocate or move memory. It also means that the library is completely happy with data that has multiple zero bytes in it. PR: ports/62628 Submitted by: Robert Schlotterbeck <robert@rs.tarrant.tx.us> Notes: svn path=/head/; revision=100710