CMake/Utilities/cmtar/compat
Yogi Girdhar dbff065bab COMP: wrapped compat.h inside a extern C block so that we can use it in C++ code 2006-01-16 12:54:30 -05:00
..
README ENH: Initial import 2005-12-28 10:18:37 -05:00
basename.c COMP: Remove warnings by exposing some variables 2005-12-30 14:23:36 -05:00
compat.h COMP: wrapped compat.h inside a extern C block so that we can use it in C++ code 2006-01-16 12:54:30 -05:00
dirname.c COMP: Remove warnings by exposing some variables 2005-12-30 14:23:36 -05:00
fnmatch.c ENH: Windows fixes 2005-12-28 11:00:46 -05:00
gethostbyname_r.c ENH: Initial import 2005-12-28 10:18:37 -05:00
gethostname.c ENH: Initial import 2005-12-28 10:18:37 -05:00
getservbyname_r.c ENH: Initial import 2005-12-28 10:18:37 -05:00
glob.c ENH: Initial import 2005-12-28 10:18:37 -05:00
inet_aton.c ENH: Initial import 2005-12-28 10:18:37 -05:00
snprintf.c COMP: Try to remove more warnings 2006-01-06 10:45:56 -05:00
strdup.c ENH: Initial import 2005-12-28 10:18:37 -05:00
strlcat.c ENH: Initial import 2005-12-28 10:18:37 -05:00
strlcpy.c ENH: Initial import 2005-12-28 10:18:37 -05:00
strmode.c ENH: Initial import 2005-12-28 10:18:37 -05:00
strrstr.c ENH: Initial import 2005-12-28 10:18:37 -05:00
strsep.c ENH: Initial import 2005-12-28 10:18:37 -05:00

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.