0.8.3 -> 0.8.3a, 8. december 2004, Michael Naef
re-fixed a forgotten memory allocation "bug" introduced for testing.
0.8.2 -> 0.8.3, 5. december 2004, Michael Naef
safe memory allocation for drawing the lines ( function drawLine )
maximum precision for coordinate numbers set to 8 relevant digits.
0.8.1 -> 0.8.2, 24. november 2004, Michael Naef
default color changed from 0 to BYLAYER(256)/7/-1.
LINETYPE set to BYLAYER(256).
0.8.1 -> 0.8.2, 24. november 2004, Michael Naef
improved DXF support for AutoCAD. dat2dxf should now produce valid dxf output (not if --noheader is set!)
fixed bug line-color bug from version 0.8.1
0.8.0 -> 0.8.1, 21. november 2004, Michael Naef
new option -l. specify the layer name for the gemoetry of the airfoil.
0.7.0 -> 0.8.0, 20. november 2004, Michael Naef
new function to change thickness and curvature by a given factor (-t)
improved file parsing (number-of-points lines better ignored)
spilt-surface protection for files with coordinates of both surfaces starting at the same edge.
0.6.2 -> 0.7.0, 31. juli 2004, Michael Naef
reads input now from stdin (-c) or from file
improved file and line parsing algo
lineparsing now uses regex.h
display version string (-v)
pointhandlig (scaling, regex etc.) in the files point.[hc]
serveral bugs fixed
0.6.1 -> 0.6.2, 6. juli 2004, Michael Naef
options parsing bugs fixed (empty if- and ofnames)
0.6 -> 0.6.1, 27. february 2004, Michael Naef
code formating and header improved