Go to file
leitner 05f4463ec3 fix cut-and-paste error in test/uudecode program (fileout used same
buffer as filein)
buffer Fixed input buffers, thanks to David Lichteblau.
byte buffering updates
fmt fmt_long did not count the '-'
mmap document error signalling through (void*)0 return code.
open open_write also didn't specify mode 0644
scan bug fixes
socket ugly bug in scan_ip6 that manifests if the IPv6 number starts with a
str Initial revision
stralloc update make clean,
test fix cut-and-paste error in test/uudecode program (fileout used same
textcode add yenc
uint add man pages for uint32_read*
unix fixed typos.
.cvsignore work around compilers that don't understand "static inline"
CHANGES add version 0.13 tag
COPYING Initial revision
Makefile fix cut-and-paste error in test/uudecode program (fileout used same
buffer.h Fixed input buffers, thanks to David Lichteblau.
byte.h remove __THROW
fmt.h don't include str.h in fmt.h
ip4.h renamed ip[46]_fmt to fmt_ip[46]
ip6.h renamed ip[46]_fmt to fmt_ip[46]
mmap.h bsd and macosx compatibility
ndelay.h Initial revision
open.h remove __THROW
scan.h remove __THROW
socket.h more man pages, rename socket_mcttl6 to socket_mchopcount6
str.h remove __THROW
stralloc.h add comments
t.c add yenc
textcode.h add url encoding
tryinline.c work around compilers that don't understand "static inline"
tryip6.c test for ipv6 and if_name2index and socklen_t.
tryn2i.c test for ipv6 and if_name2index and socklen_t.
trysl.c test for ipv6 and if_name2index and socklen_t.
uint16.h bsd and macosx compatibility
uint32.h oooops, forgot brackets
uint64.h remove __THROW