cgal/Polygon
Sylvain Pion 847c23a15e Removing leading and trailing empty lines from all example files.
Using the following Perl script:
-----------------------------------------------------
#!/usr/bin/perl

local($/) = undef;
my $text = <>;

$text =~ s/\A\n+//mg;
$text =~ s/\n+\Z/\n/mg;

print "$text";
-----------------------------------------------------
2007-03-10 16:17:17 +00:00
..
demo/Polygon constify 2007-02-11 22:45:56 +00:00
doc_tex Fix all "align=center" in <img> by "align=middle". 2007-01-13 21:49:03 +00:00
examples/Polygon Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
include/CGAL remove empty first line 2007-02-15 14:50:53 +00:00
test/Polygon rename .C to .cpp 2007-01-27 21:03:49 +00:00
changes.txt
description.txt
maintainer