Split up the ifuncs.h file into 3 .h files.
[rsync/rsync.git] / lib / compat.c
2008-09-02 Wayne DavisonSplit up the ifuncs.h file into 3 .h files.
2008-09-01 Wayne DavisonOutput numbers in 3-digit groups by default (e.g. 1...
2008-07-17 Wayne DavisonMoving big_num() into lib/compat.c so tls.c can use it.
2007-07-10 Wayne DavisonTweaking the license text a bit more.
2007-07-07 Wayne DavisonSwitching to GPL 3.
2006-10-13 Wayne DavisonChanged strcpy() calls into memcpy() calls.
2006-04-25 Wayne DavisonUpdated the FSF's address to an even newer one.
2006-04-25 Wayne Davison- Updated the address for the FSF in the opening comment.
2006-04-13 Wayne DavisonGot rid of the replacement inet_aton() and inet_ntoa...
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