John E. Malmberg convinced me to standardize on #ifs for defined
[rsync/rsync.git] / lib / compat.c
2005-02-14 Wayne DavisonJohn E. Malmberg convinced me to standardize on #ifs...
2004-01-20 Wayne DavisonMake sure that strlcpy() returns the right value when...
2004-01-20 Wayne DavisonFixed a bug in strlcat() where it would not properly...
2002-04-08 Martin PoolDoc.
2002-01-15 Martin PoolClearer doc.
2001-05-07 Andrew Tridgellforgot 1 place that used slprintf
2001-05-02 Andrew Tridgelluse mkstemp on systems where it is secure
2000-04-19 Andrew Tridgellfixed bug in replacement inet_aton()
2000-04-19 Andrew Tridgelltest was the wrong way around
2000-04-19 Andrew Tridgellautoconf test for broken solaris inet_aton()
2000-01-24 Andrew Tridgellmake the replacement inet_aton() function independent of
2000-01-23 Andrew Tridgellhandle systems that don't take a 2nd argument to gettim...
1999-11-01 Andrew Tridgelladded a replacement inet_aton() for systems that don...
1999-02-12 David DykstraChange the implementation of memmove in lib/compat...
1999-02-03 David DykstraAdd alternate implementation of waitpid() for systems...
1998-11-15 Andrew Tridgelluse native strlcat() and strlcpy() if available
1998-11-14 Andrew Tridgellchanged strlcat() and strlcpy() to have the same semant...
1998-10-30 Andrew Tridgellcheck for a broken inet_ntoa() on IRIX
1998-06-18 Andrew Tridgellfor consistency use memcpy/memset everywhere instead...
1998-05-27 Andrew Tridgelladded support for --include, --include-from and the...
1998-05-13 Andrew Tridgelladded replacement memmove
1998-02-24 Andrew Tridgellcompatibility functions now split into their own file