Age | Commit message (Collapse) | Author | Files | Lines |
|
Uses internal version of strdup (my_strdup) rather than depending on
availability in all systems. Fixes Linux bulk build.
|
|
|
|
Includes strings.h for Posix compliance.
|
|
A few bug fixes. We already had them in our package as patches but the
fixes have been folded into the original package.
|
|
include old bind headers automatically (e.g. Darwin).
|
|
|
|
compiler warnings when size_t is not unsigned int.
|
|
|
|
Major changes are:
- Add casts to prevent compiler warnings.
- Allow for more than 10 positional parameters.
|
|
|
|
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.
|
|
Version 2.0
Simple text pre-processor
|