Andy Cedilnik c622641ac1 COMP: Remove more warnings and rename library to cmtar 20 years ago
..
README bc1548b236 ENH: Initial import 20 years ago
basename.c 18d31fd97c COMP: Several borland fixes 20 years ago
compat.h c622641ac1 COMP: Remove more warnings and rename library to cmtar 20 years ago
dirname.c 18d31fd97c COMP: Several borland fixes 20 years ago
fnmatch.c 3a945312ac ENH: Windows fixes 20 years ago
gethostbyname_r.c bc1548b236 ENH: Initial import 20 years ago
gethostname.c bc1548b236 ENH: Initial import 20 years ago
getservbyname_r.c bc1548b236 ENH: Initial import 20 years ago
glob.c bc1548b236 ENH: Initial import 20 years ago
inet_aton.c bc1548b236 ENH: Initial import 20 years ago
snprintf.c d715d52a11 COMP: Remove warnings 20 years ago
strdup.c bc1548b236 ENH: Initial import 20 years ago
strlcat.c bc1548b236 ENH: Initial import 20 years ago
strlcpy.c bc1548b236 ENH: Initial import 20 years ago
strmode.c bc1548b236 ENH: Initial import 20 years ago
strrstr.c bc1548b236 ENH: Initial import 20 years ago
strsep.c bc1548b236 ENH: Initial import 20 years ago

README

Compatibility Suite
-------------------

This directory contains a compatibility suite that provides alternate
implementations of various library functions which are not available or
not usable on some platforms.

The original copyright information for each function is included in
the source files. I've modified the files slightly for integration
into this suite, but the functionality has not been modified from
the original source.