cgal/Interval_skip_list
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
..
doc_tex
examples/Interval_skip_list Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
include/CGAL it is soon spring, so let's turn yet another w to y 2007-03-03 09:05:52 +00:00
test/Interval_skip_list
changes.txt
description.txt Remove unused files. 2007-03-05 21:33:04 +00:00
maintainer