CMake/Utilities/cmtar/compat
Andy Cedilnik 9b97f43342 COMP: Fix systems that do not have both vsnprintf and snprintf. 2005-12-30 17:51:18 -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: Fix support for vsnprintf 2005-12-30 17:27:57 -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: Fix systems that do not have both vsnprintf and snprintf. 2005-12-30 17:51:18 -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.