summaryrefslogtreecommitdiff
path: root/devel/generate/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2008-05-20Update to 2.5.darcy1-5/+4
Uses internal version of strdup (my_strdup) rather than depending on availability in all systems. Fixes Linux bulk build.
2007-11-13Solaris needs some resolver libraries.rillig1-1/+2
2007-01-30Bump to version 2.4.darcy1-4/+4
Includes strings.h for Posix compliance.
2006-08-26Update to 2.3.darcy1-6/+4
A few bug fixes. We already had them in our package as patches but the fixes have been folded into the original package.
2005-03-23Use NS_MAXDNAME if MAXDNAME is undefined, because some platforms don'tminskim1-1/+2
include old bind headers automatically (e.g. Darwin).
2005-02-23Add RMD160 digests.agc1-1/+2
2005-01-12Cast size_t function and variable in printf and use "%lu" to preventdarcy1-2/+2
compiler warnings when size_t is not unsigned int.
2005-01-08Patch generate.c to remove warning from bulk build on NetBSD 2.0/amd64.darcy1-1/+2
2005-01-04Update to version 2.2.darcy1-9/+3
Major changes are: - Add casts to prevent compiler warnings. - Allow for more than 10 positional parameters.
2004-12-18Add (unsigned char) casts to ctype function arguments.minskim1-1/+7
2004-11-09Update generate and py-generate to version 2.1.darcy1-3/+3
Changes are minor. The code has a few cleanups, the buffer sizes have been increased (next version they will be dynamic) and the Python support has been improved. The biggest change is the addition of the man page as a Python docstring.
2004-08-21Initial import of generate.darcy1-0/+4
Version 2.0 Simple text pre-processor