Download List

Project Description

AutoGen is a tool designed for generating program files that contain repetitive text with varied substitutions. Its goal is to simplify the maintenance of programs that contain large amounts of repetitious text. This is especially valuable if there are several blocks of such text that must be kept synchronized. Output is specified with a Scheme-enhanced output template. Input, if required by your template, may come from AutoGen definitions, CGI data, or XML files.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-11-09 09:49
5.10

When an option is configured out (via ifdef or ifndef attributes), it can now still show up in usage text as "disabled". AutoOpts now supports a new option attribute: aliases. This option will be listed in the usage text, but will be handled exactly as if the aliased-to option were specified. AutoGen tracing output now allows you to prefix a file name with shell-style append redirection to indicate that the output appends to the file (i.e. >>file).
Tags: Major bugfixes, Major feature enhancements

2008-11-17 10:16
5.9.6

A new function time-string->number will convert various time duration strings (a la ISO-8601) into a count of seconds. There are various obscure cleanups.
Tags: Minor feature enhancements

2007-10-08 02:11
5.9.3

Minor tweaks. Mostly the vehicle for AutoOpts.
Tags: Code cleanup

2007-05-06 00:53
5.9.1

The --usage option is now supported. Suppression
of configuration file parsing with environment
variables now works correctly. Cleanups were made
for Windows and Debian packaging.
Tags: Minor feature enhancements

2007-01-28 01:21
5.8.9

Some configuration issues were fixed.
Tags: Minor bugfixes

Project Resources