cgal/Generator
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/Generator Switch the demo from QPL to LGPL (same as the rest of the package). 2007-03-07 10:27:38 +00:00
doc_tex fixed wrong example filenames 2007-03-01 10:59:18 +00:00
examples/Generator Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
include/CGAL Cleanup : remove ancient CGAL_PROTECT_* macros. 2007-01-24 17:16:05 +00:00
test/Generator rename .C to .cpp 2007-01-27 21:18:00 +00:00
changes.txt
description.txt
long_description.txt
maintainer global update of maintainer files 2006-12-05 14:01:13 +00:00