summaryrefslogtreecommitdiff
path: root/lib/compat.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-26Bump the year to 2014.Wayne Davison1-1/+1
2013-06-11Set number_separator the first time it gets used.Wayne Davison1-1/+10
2008-09-01Split up the ifuncs.h file into 3 .h files.Wayne Davison1-1/+1
2008-09-01Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison1-22/+92
2008-07-17Moving big_num() into lib/compat.c so tls.c can use it.Wayne Davison1-0/+43
2007-07-10Tweaking the license text a bit more.Wayne Davison1-2/+3
2007-07-07Switching to GPL 3.Wayne Davison1-5/+3
2006-10-13Changed strcpy() calls into memcpy() calls.Wayne Davison1-5/+5
2006-04-25Updated the FSF's address to an even newer one.Wayne Davison1-3/+3
2006-04-25- Updated the address for the FSF in the opening comment.Wayne Davison1-30/+23
2006-04-13Got rid of the replacement inet_aton() and inet_ntoa() functionsWayne Davison1-43/+0
2005-02-14John E. Malmberg convinced me to standardize on #ifs for definedWayne Davison1-2/+2
2004-01-20Make sure that strlcpy() returns the right value when the bufsize is 0.Wayne Davison1-4/+6
2004-01-20Fixed a bug in strlcat() where it would not properly detect a no-changeWayne Davison1-4/+3
2002-04-08Doc.Martin Pool1-13/+28
2002-01-15Clearer doc.Martin Pool1-2/+4
2001-05-07forgot 1 place that used slprintfAndrew Tridgell1-2/+2
2001-05-02use mkstemp on systems where it is secureAndrew Tridgell1-0/+1
2000-04-19fixed bug in replacement inet_aton()Andrew Tridgell1-2/+2
2000-04-19test was the wrong way aroundAndrew Tridgell1-1/+1
2000-04-19autoconf test for broken solaris inet_aton()Andrew Tridgell1-16/+17
2000-01-24make the replacement inet_aton() function independent ofAndrew Tridgell1-1/+12
2000-01-23handle systems that don't take a 2nd argument to gettimeofday()Andrew Tridgell1-0/+10
1999-11-01added a replacement inet_aton() for systems that don't have it.Andrew Tridgell1-0/+16
1999-02-12Change the implementation of memmove in lib/compat.c to call bcopy insteadDavid Dykstra1-1/+1
1999-02-03Add alternate implementation of waitpid() for systems that have wait4 butDavid Dykstra1-0/+18
1998-11-15use native strlcat() and strlcpy() if availableAndrew Tridgell1-5/+40
1998-11-14changed strlcat() and strlcpy() to have the same semantics as theAndrew Tridgell1-2/+2
1998-10-30check for a broken inet_ntoa() on IRIXAndrew Tridgell1-0/+16
1998-06-18for consistency use memcpy/memset everywhere instead of bcopy/bzeroAndrew Tridgell1-1/+1
1998-05-27added support for --include, --include-from and the +/- syntaxAndrew Tridgell1-0/+18
1998-05-13added replacement memmoveAndrew Tridgell1-0/+8
1998-02-24compatibility functions now split into their own fileAndrew Tridgell1-0/+52