Yogi Girdhar dbff065bab COMP: wrapped compat.h inside a extern C block so that we can use it in C++ code %!s(int64=20) %!d(string=hai) anos
..
README bc1548b236 ENH: Initial import %!s(int64=20) %!d(string=hai) anos
basename.c a2d9b44d69 COMP: Remove warnings by exposing some variables %!s(int64=20) %!d(string=hai) anos
compat.h dbff065bab COMP: wrapped compat.h inside a extern C block so that we can use it in C++ code %!s(int64=20) %!d(string=hai) anos
dirname.c a2d9b44d69 COMP: Remove warnings by exposing some variables %!s(int64=20) %!d(string=hai) anos
fnmatch.c 3a945312ac ENH: Windows fixes %!s(int64=20) %!d(string=hai) anos
gethostbyname_r.c bc1548b236 ENH: Initial import %!s(int64=20) %!d(string=hai) anos
gethostname.c bc1548b236 ENH: Initial import %!s(int64=20) %!d(string=hai) anos
getservbyname_r.c bc1548b236 ENH: Initial import %!s(int64=20) %!d(string=hai) anos
glob.c bc1548b236 ENH: Initial import %!s(int64=20) %!d(string=hai) anos
inet_aton.c bc1548b236 ENH: Initial import %!s(int64=20) %!d(string=hai) anos
snprintf.c cda76d7eff COMP: Try to remove more warnings %!s(int64=20) %!d(string=hai) anos
strdup.c bc1548b236 ENH: Initial import %!s(int64=20) %!d(string=hai) anos
strlcat.c bc1548b236 ENH: Initial import %!s(int64=20) %!d(string=hai) anos
strlcpy.c bc1548b236 ENH: Initial import %!s(int64=20) %!d(string=hai) anos
strmode.c bc1548b236 ENH: Initial import %!s(int64=20) %!d(string=hai) anos
strrstr.c bc1548b236 ENH: Initial import %!s(int64=20) %!d(string=hai) anos
strsep.c bc1548b236 ENH: Initial import %!s(int64=20) %!d(string=hai) anos

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.