2005-11-07 22:24:37 by Todd Vierling | Files touched by this commit (1) |
Log message: Pull in libbind resolver on Interix. |
2005-07-29 06:52:12 by grant beattie | Files touched by this commit (1) |
Log message: whitespace fix |
2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message: Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison |
2005-03-26 12:01:56 by Soren Jacobsen | Files touched by this commit (1) |
Log message: Kill trailing whitespace. |
2005-03-23 16:11:32 by Min Sik Kim | Files touched by this commit (2) |
Log message: Use NS_MAXDNAME if MAXDNAME is undefined, because some platforms don't include old bind headers automatically (e.g. Darwin). |
2005-02-23 23:24:35 by Alistair G. Crooks | Files touched by this commit (505) |
Log message: Add RMD160 digests. |
2005-01-12 11:55:36 by D'Arcy J.M. Cain | Files touched by this commit (4) |
Log message: Cast size_t function and variable in printf and use "%lu" to prevent compiler warnings when size_t is not unsigned int. |
2005-01-08 16:43:55 by D'Arcy J.M. Cain | Files touched by this commit (2) |
Log message: Patch generate.c to remove warning from bulk build on NetBSD 2.0/amd64. |
2005-01-04 14:29:08 by D'Arcy J.M. Cain | Files touched by this commit (8) | |
Log message: Update to version 2.2. Major changes are: - Add casts to prevent compiler warnings. - Allow for more than 10 positional parameters. |
2004-12-18 20:05:54 by Min Sik Kim | Files touched by this commit (7) |
Log message: Add (unsigned char) casts to ctype function arguments. |