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

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.