cgal/STL_Extension
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 moved doc from Algebraic Foundations to STL Extensions 2007-03-07 14:15:14 +00:00
examples/STL_Extension Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
include/CGAL warning-- 2007-03-08 09:48:21 +00:00
src/CGAL VC8 STL iterator fixes 2007-01-18 13:46:53 +00:00
test/STL_Extension remove unused arguments to prevent warnings 2007-03-02 11:06:40 +00:00
changes.txt updated changes.txt 2007-02-22 11:23:09 +00:00
description.txt
maintainer