ROBODoc Changelog

What's new in ROBODoc 4.99.41

Jan 20, 2012
  • Switch to github
  • segfault fix

New in ROBODoc 4.99.40 (Jan 20, 2012)

  • Applied a fix by Luis Alejandro Muzzachiodi to fix a problem in troff_generator.c that prevented compilation under cygwin.

New in ROBODoc 4.99.38 (Jan 20, 2012)

  • Merged patch by Ralf Meister timprove troff output.
  • Added --config option that show build and configuration information.
  • Removed all uses of '//' tmake ROBODoc compile on older compilers.
  • fixed a bug in the configure that caused ROBODoc tlook
  • in "/NONE/...." for robodoc.rc files.
  • make install nlonger installs a roboboc.rc but a
  • robodoc_example.rc
  • Ran valgrind on the code and fixed various problems.
  • Fixed bug 1754770, "Circular references". Which caused
  • ROBODoc thang if there was a 'loop' in the headers.

New in ROBODoc 4.99.36 (Jan 20, 2012)

  • Added option --source_line_numbers tinclude original source line numbers
  • in the documentation.
  • Minor RTF format bugfix.
  • Fixed bug 1888454, "dot files are placed in the wrong directory".
  • Replaced the CRC32 based string hash algorithm with the one written by
  • Bob Jenkins. It supposed tbe faster.
  • Included some new and fixed some older test cases.
  • Removed the implicit generation of DOT pdf images for latex output.
  • Merged patch: [ 1845277 ] "Fix for unclosed tags".

New in ROBODoc 4.99.34 (Jan 20, 2012)

  • added option --header_breaks, which allows ROBODoc tinsert line breaks
  • after every specified number of header names timprove readability.
  • Merged path that Fixes bug in parsing of the robodoc.rc file.
  • (The wrong number of items is recorded for the preformatted_items and
  • format_items block.)

New in ROBODoc 4.99.32 (Jan 20, 2012)

  • Fixed bug 1706446, --sectionnameonly and --rtf format problem
  • Fixed bug 1679101, "robodoc crashed on a faulty header".
  • Added the option --no_subdirectories.
  • output mode pipes at the end of an item don't result in broken
  • formatting anymore.
  • Items that start with non-ascii characters are now recognized.
  • makefile.plain works again
  • the item names in the 'item order', 'ignore items', and other items blocks
  • in the robodoc.rc file are checked against the list of allowed item names.
  • the options --sections and --toc dnlonger lead
  • tan assert() with --ascii
  • Added item sorting. The order in which items are to
  • appear in the documentation can be specified in the
  • robodoc.rc file.

New in ROBODoc 4.99.30 (Jan 20, 2012)

  • Removed form-feed from ASCII output
  • Applied patch from Christian Vigh tmake ROBODoc compile
  • under MSVC++ V7
  • Applied patch from Wim van Hoydonck tfix a bug
  • in the escaping of '_' in the names internal artifacts
  • for LaTeX output.
  • Fixed makefile.plain
  • ROBODoc compiles without warnings using
  • make -f makefile.plain
  • Using bitfields in stead of and-ing with a define.
  • Function name separator can be configured tbe something
  • different than ','
  • Added a configuration block that allows the used t
  • specify which items are pre-formatted by default.

New in ROBODoc 4.99.28 (Jan 20, 2012)

  • Fixed many compiler warnings.
  • More readable .css file
  • makefile for mingw under cygwin
  • Better syntax coloring support
  • Corrected return value of main()
  • Improved Mac support