summary refs log tree commit diff
path: root/FreeBSD
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-08-15 14:46:11 -0400
committerJune McEnroe <june@causal.agency>2020-08-15 14:54:33 -0400
commit34c39437f2bc2045a7017230dca7179faee5b4e6 (patch)
treeb3d2f61035e3a153ea77308cf0563ec0a21b6e9c /FreeBSD
parentImplement non-blocking line-buffered reading (diff)
downloadcatsit-34c39437f2bc2045a7017230dca7179faee5b4e6.tar.gz
catsit-34c39437f2bc2045a7017230dca7179faee5b4e6.zip
Read service pipes
Changed line reading functions to return const char * because modifying
the strings by adding '\0' into them screws up the following call.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
flateReset.3?id=2128298879b7ca96e230750c0159f69aebfaf44e&follow=1'>Add deflateReset.3June McEnroe 2018-11-10Add deflateCopy.3June McEnroe 2018-11-10Add deflateSetDictionary.3June McEnroe 2018-11-10Remove initial deflate(3) reference in deflateInit2.3June McEnroe 2018-11-10Remove trailing whitespaceJune McEnroe 2018-11-10Add deflateInit2.3June McEnroe 2018-11-10Refer to deflate(3) for z_streamp typeJune McEnroe 2018-11-10Document z_stream fields in deflate.3June McEnroe 2018-11-10Add inflate.3June McEnroe 2018-11-09Use Pq/Po/Pc moreJune McEnroe 2018-11-09Add FreeBSD MakefileJune McEnroe 2018-11-09Add deflate.3June McEnroe