Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-03-26 | Kill trailing whitespace. | snj | 1 | -1/+1 | |
2005-03-23 | Use NS_MAXDNAME if MAXDNAME is undefined, because some platforms don't | minskim | 2 | -1/+17 | |
include old bind headers automatically (e.g. Darwin). | |||||
2005-02-23 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2005-01-12 | Cast size_t function and variable in printf and use "%lu" to prevent | darcy | 2 | -5/+5 | |
compiler warnings when size_t is not unsigned int. | |||||
2005-01-08 | Patch generate.c to remove warning from bulk build on NetBSD 2.0/amd64. | darcy | 2 | -1/+24 | |
2005-01-04 | Update to version 2.2. | darcy | 8 | -291/+5 | |
Major changes are: - Add casts to prevent compiler warnings. - Allow for more than 10 positional parameters. | |||||
2004-12-18 | Add (unsigned char) casts to ctype function arguments. | minskim | 7 | -1/+287 | |
2004-11-09 | Update generate and py-generate to version 2.1. | darcy | 2 | -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-21 | Initial import of generate. | darcy | 4 | -0/+38 | |
Version 2.0 Simple text pre-processor |