aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compat.c
Commit message (Expand)AuthorAgeFilesLines
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Set number_separator the first time it gets used.Wayne Davison2013-06-111-1/+10
* Split up the ifuncs.h file into 3 .h files.Wayne Davison2008-09-011-1/+1
* Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison2008-09-011-22/+92
* Moving big_num() into lib/compat.c so tls.c can use it.Wayne Davison2008-07-171-0/+43
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* Switching to GPL 3.Wayne Davison2007-07-071-5/+3
* Changed strcpy() calls into memcpy() calls.Wayne Davison2006-10-131-5/+5
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-30/+23
* Got rid of the replacement inet_aton() and inet_ntoa() functionsWayne Davison2006-04-131-43/+0
* John E. Malmberg convinced me to standardize on #ifs for definedWayne Davison2005-02-141-2/+2
* Make sure that strlcpy() returns the right value when the bufsize is 0.Wayne Davison2004-01-201-4/+6
* Fixed a bug in strlcat() where it would not properly detect a no-changeWayne Davison2004-01-201-4/+3
* Doc.Martin Pool2002-04-081-13/+28
* Clearer doc.Martin Pool2002-01-151-2/+4
* forgot 1 place that used slprintfAndrew Tridgell2001-05-071-2/+2
* use mkstemp on systems where it is secureAndrew Tridgell2001-05-021-0/+1
* fixed bug in replacement inet_aton()Andrew Tridgell2000-04-191-2/+2
* test was the wrong way aroundAndrew Tridgell2000-04-191-1/+1
* autoconf test for broken solaris inet_aton()Andrew Tridgell2000-04-191-16/+17
* make the replacement inet_aton() function independent ofAndrew Tridgell2000-01-241-1/+12
* handle systems that don't take a 2nd argument to gettimeofday()Andrew Tridgell2000-01-231-0/+10
* added a replacement inet_aton() for systems that don't have it.Andrew Tridgell1999-11-011-0/+16
* Change the implementation of memmove in lib/compat.c to call bcopy insteadDavid Dykstra1999-02-121-1/+1
* Add alternate implementation of waitpid() for systems that have wait4 butDavid Dykstra1999-02-031-0/+18
* use native strlcat() and strlcpy() if availableAndrew Tridgell1998-11-151-5/+40
* changed strlcat() and strlcpy() to have the same semantics as theAndrew Tridgell1998-11-141-2/+2
* check for a broken inet_ntoa() on IRIXAndrew Tridgell1998-10-301-0/+16
* for consistency use memcpy/memset everywhere instead of bcopy/bzeroAndrew Tridgell1998-06-181-1/+1
* added support for --include, --include-from and the +/- syntaxAndrew Tridgell1998-05-271-0/+18
* added replacement memmoveAndrew Tridgell1998-05-131-0/+8
* compatibility functions now split into their own fileAndrew Tridgell1998-02-241-0/+52