All releases of GNU Gengen


Release Notes: The --output-dir option is correctly implemented.


Release Notes: This release fixes some compilation errors.


Release Notes: The command line option --output-dir was added. A possible path in the generated #include generated directive is now stripped.


Release Notes: The gnulib configure macros and sources were updated. The configure command line option --docdir is now used, if specified for installing documentation.


Release Notes: Better checks for getopt_long and strdup (using gnulib) are now performed. Non-standard make rules were removed. Version 3 of the GPL is now used.


Release Notes: The file cmdline.ggo is now distributed in the tarball, since its absence might make the compilation fail.


Release Notes: Conditional statements expressions can be complex, and variables can also have types bool and int.


Release Notes: This release removes memory leaks in generated C files.


Release Notes: C code can be generated instead of C++ code. If an item is of type "method" it can still be assigned a string and in that case the method is not invoked (the same holds for C external functions). The indent counter is correctly reset to 0 when it encounters a new line and no spaces at the beginning of the line. An --expand-tabs option has been added that allows you to correctly indent strings with newlines inside.


Release Notes: Fixes for some compilation problems under SunOS, and cleaner checking for the presence of getopt_long.