cgal/Benchmark
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
..
developer_scripts fixed perl path 2006-05-31 19:21:18 +00:00
doc_tex Fixed svn properties of whole trunk 2006-12-18 09:37:55 +00:00
examples/Benchmark Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
include/CGAL/Benchmark added support for multivariate polynomials 2006-12-13 17:31:32 +00:00
src/Benchmark - Rework on src/CGAL/common.mk: 2007-02-22 19:58:08 +00:00
changes.txt Move packages to trunk root 2006-02-14 08:58:13 +00:00
description.txt Move packages to trunk root 2006-02-14 08:58:13 +00:00