cgal/Core
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
..
examples/Core Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
include/CORE pgcc warning-- 2007-03-10 10:37:52 +00:00
src/Core fix pgcc warnings 2007-03-09 13:58:37 +00:00
changes.txt Added to src/Core/makefile: # CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE 2006-03-15 09:48:29 +00:00
description.txt
maintainer Uniformize the format. Add some missing/updates. 2006-12-17 11:58:21 +00:00