CMake/Utilities/cmtar/compat
Andy Cedilnik 4f728e93e1 COMP: Remove warnings 2006-07-13 09:27:10 -04: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 COMP: Fix warnings on Borland dashboards... 2006-05-23 12:38:22 -04: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 ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 2006-03-30 13:49: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 COMP: Remove warnings 2006-07-13 09:27:10 -04: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.