Yogi Girdhar dbff065bab COMP: wrapped compat.h inside a extern C block so that we can use it in C++ code преди 20 години
..
README bc1548b236 ENH: Initial import преди 20 години
basename.c a2d9b44d69 COMP: Remove warnings by exposing some variables преди 20 години
compat.h dbff065bab COMP: wrapped compat.h inside a extern C block so that we can use it in C++ code преди 20 години
dirname.c a2d9b44d69 COMP: Remove warnings by exposing some variables преди 20 години
fnmatch.c 3a945312ac ENH: Windows fixes преди 20 години
gethostbyname_r.c bc1548b236 ENH: Initial import преди 20 години
gethostname.c bc1548b236 ENH: Initial import преди 20 години
getservbyname_r.c bc1548b236 ENH: Initial import преди 20 години
glob.c bc1548b236 ENH: Initial import преди 20 години
inet_aton.c bc1548b236 ENH: Initial import преди 20 години
snprintf.c cda76d7eff COMP: Try to remove more warnings преди 20 години
strdup.c bc1548b236 ENH: Initial import преди 20 години
strlcat.c bc1548b236 ENH: Initial import преди 20 години
strlcpy.c bc1548b236 ENH: Initial import преди 20 години
strmode.c bc1548b236 ENH: Initial import преди 20 години
strrstr.c bc1548b236 ENH: Initial import преди 20 години
strsep.c bc1548b236 ENH: Initial import преди 20 години

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.