1
0
Andy Cedilnik 4f728e93e1 COMP: Remove warnings 19 жил өмнө
..
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 13a68cd978 COMP: Fix warnings on Borland dashboards... 19 жил өмнө
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 5a2668b326 ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 19 жил өмнө
strdup.c bc1548b236 ENH: Initial import 20 жил өмнө
strlcat.c bc1548b236 ENH: Initial import 20 жил өмнө
strlcpy.c 4f728e93e1 COMP: Remove warnings 19 жил өмнө
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.