log lib/canon-host.c @ 17476:6057744acd2c default tip master

age author description
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Mon, 28 Dec 2009 10:50:36 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2009
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Mon, 20 Oct 2008 14:00:31 +0200 Jim Meyering canon-host: Include netdb.h instead of getaddrinfo.h.
Sun, 07 Oct 2007 19:14:58 +0200 Bruno Haible Change copyright notice from GPLv2+ to GPLv3+.
Fri, 26 Jan 2007 22:16:55 +0000 Paul Eggert * doc/gnulib-tool.texi (Initial import): Update to match current
Wed, 27 Sep 2006 18:25:47 +0000 Paul Eggert * canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
Wed, 13 Sep 2006 22:38:14 +0000 Paul Eggert * _fpending.c: Include <config.h> unconditionally, since we no
Tue, 13 Sep 2005 13:23:57 +0000 Derek R. Price * canon-host.c (canon_host_r): Set *cherror on memory allocation
Tue, 13 Sep 2005 12:37:48 +0000 Jim Meyering Filter through gnu indent and reword comments slightly.
Tue, 13 Sep 2005 04:15:15 +0000 Derek R. Price * modules/canon-host: Add canon-host.h. Depend on getaddrinfo. Make
Fri, 24 Jun 2005 17:30:33 +0000 Paul Eggert * canon-host.c (canon-host): Append trailing "," to 0 in
Sat, 14 May 2005 06:03:57 +0000 Paul Eggert *** empty log message ***
Wed, 17 Nov 2004 07:18:27 +0000 Paul Eggert Import from coreutils.
Mon, 08 Sep 2003 23:18:35 +0000 Paul Eggert Remove K&R cruft.
Tue, 17 Dec 2002 11:48:11 +0000 Bruno Haible Remove unused declaration.
Wed, 21 Jun 2000 13:00:49 +0000 Jim Meyering (canon_host): Use malloc and memcpy to copy an
Sat, 29 Apr 2000 09:25:09 +0000 Jim Meyering Declare strdup only if it's not defined.
Wed, 05 Apr 2000 14:57:36 +0000 Jim Meyering (canon_host): Declare strdup. Required for ultrix4.3.
Wed, 10 Mar 1999 15:39:02 +0000 Jim Meyering (canon_host): Don't use he->h_addr directly.
Mon, 11 Jan 1999 02:46:33 +0000 Jim Meyering (main) [TEST_CANON_HOST]: Add a simple test driver.
Thu, 07 Jan 1999 03:43:01 +0000 Jim Meyering protoize
Sun, 03 Nov 1996 20:59:43 +0000 Jim Meyering Include sys/types.h for the definitions
Mon, 15 Jul 1996 03:56:06 +0000 Jim Meyering indent cpp-directives
Mon, 15 Jul 1996 03:43:36 +0000 Jim Meyering update FSF address in copyright
Fri, 23 Feb 1996 16:14:27 +0000 Jim Meyering [HAVE_SYS_SOCKET_H]: Include <sys/socket.h> for definition of AF_INET
Tue, 13 Feb 1996 05:28:38 +0000 Jim Meyering Be careful to always return something.
Sun, 04 Feb 1996 13:22:22 +0000 Jim Meyering (canon_host): Cast returned he->h_name to char*.
Sun, 04 Feb 1996 12:47:33 +0000 Jim Meyering .