summaryrefslogtreecommitdiff
path: root/devel/generate
AgeCommit message (Collapse)AuthorFilesLines
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-11-07Pull in libbind resolver on Interix.tv1-0/+11
2005-07-29whitespace fixgrant1-3/+3
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-03-26Kill trailing whitespace.snj1-1/+1
2005-03-23Use NS_MAXDNAME if MAXDNAME is undefined, because some platforms don'tminskim2-1/+17
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 preventdarcy2-5/+5
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.darcy2-1/+24
2005-01-04Update to version 2.2.darcy8-291/+5
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.minskim7-1/+287
2004-11-09Update generate and py-generate to version 2.1.darcy2-5/+5
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.darcy4-0/+38
Version 2.0 Simple text pre-processor