aboutsummaryrefslogtreecommitdiffstats
path: root/lib/canon-host.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-08-21Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert1-90/+0
2005-09-22Nontrivial sync from gnulib.Paul Eggert1-92/+57
2005-07-02Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.Jim Meyering1-3/+1
2005-06-24(canon_host) [HAVE_GETADDRINFO]: Use `= { 0, };' to initialize local `hint'.Paul Eggert1-2/+1
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2005-04-09(canon_host) [HAVE_GETADDRINFO]: Use memsetJim Meyering1-2/+3
2004-11-16Include "strdup.h".Paul Eggert1-39/+58
2003-09-10Include <stdlib.h>, <string.h> unconditionally.Jim Meyering1-7/+3
2003-08-18Sync with gnulib.Jim Meyering1-1/+1
2003-01-06(strdup): Remove unused declaration.Jim Meyering1-4/+0
2000-06-21(canon_host): Use malloc and memcpy to copy anJim Meyering1-2/+5
2000-04-29Declare strdup only if it's not defined.Jim Meyering1-0/+2
2000-04-05(canon_host): Declare strdup. Required for ultrix4.3.Jim Meyering1-1/+2
1999-03-10(canon_host): Don't use he->h_addr directly.Jim Meyering1-3/+19
1999-01-11(main) [TEST_CANON_HOST]: Add a simple test driver.Jim Meyering1-0/+14
1999-01-07protoizeJim Meyering1-3/+2
1996-11-03Include sys/types.h for the definitionsJim Meyering1-0/+1
1996-07-15indent cpp-directivesJim Meyering1-11/+11
1996-07-15update FSF address in copyrightJim Meyering1-2/+2
1996-02-23[HAVE_SYS_SOCKET_H]: Include <sys/socket.h> for definition of AF_INETJim Meyering1-0/+3
1996-02-13Be careful to always return something.Jim Meyering1-3/+1
1996-02-04(canon_host): Cast returned he->h_name to char*.Jim Meyering1-3/+3
1996-02-04.Jim Meyering1-0/+79