cgal/Kinetic_data_structures
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/Kinetic_data_structures clean weighted vs nonweighted 2007-03-08 18:18:42 +00:00
doc_tex fixed typos 2007-02-21 21:27:32 +00:00
examples Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
hidden removed random delc of to_interval 2007-01-23 17:02:20 +00:00
include/CGAL removed weighted_point inheriting from unweighted point, although I think it really should. VC was getting confused. 2007-03-08 18:15:24 +00:00
src comment out unused variable (spotted by pgcc) 2007-03-09 13:28:35 +00:00
test removed weighted_point inheriting from unweighted point, although I think it really should. VC was getting confused. 2007-03-08 18:15:24 +00:00
changes.txt odds and sods 2007-02-02 19:52:18 +00:00
description.txt testing 2006-06-16 13:09:45 +00:00
dont_submit added interval caching to SIR 2007-01-24 05:23:47 +00:00
long_description.txt
maintainer
todo some steps towards handling duplicate points in RT3, I need to get to other things now 2007-02-27 22:45:58 +00:00