From 57046029145ddb13bba9f6c060153710c48aeae7 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 18 Feb 2000 10:01:29 +0000 Subject: [PATCH] Import newest version of this script. git-svn-id: https://svn.dealii.org/trunk@2436 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/auto/scripts/cvs2html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/auto/scripts/cvs2html b/deal.II/doc/auto/scripts/cvs2html index 0412b8696b..bf2bc65ad2 100644 --- a/deal.II/doc/auto/scripts/cvs2html +++ b/deal.II/doc/auto/scripts/cvs2html @@ -89,6 +89,9 @@ # # 1.58 2000-01-04 Jon Berndt Added a -i option to invoke # backgound image +# +# 1.59 2000-01-12 Dag Brück and Two additional Y2K bugs in +# Henrik Carlqvist the dates presented # ---- ---------- -------------------- ------------------------------- # # This program is protected by the GPL, and all modifications of @@ -111,6 +114,7 @@ # Mark Cooke # Carlo Wood # Kirby Vandivort +# Dag Brück # # Copyright under GPL 1997,1998,1999,2000 by # Peter Toft (pto@sslug.dk) + the persons above @@ -202,7 +206,7 @@ sub closemainfile { print OUTFILE "

File made using version $version of "; print OUTFILE "cvs2html by "; - printf OUTFILE "%s at %2d-%02d-%02d %2d:%02d $revisionlimitertext",getlogin, $year+1900, $mon+1, $mday,$hour,$min; + printf OUTFILE "%s at %4d-%02d-%02d %2d:%02d $revisionlimitertext",getlogin, $year+1900, $mon+1, $mday,$hour,$min; if ($cutdate>"00000000") { printf OUTFILE " leaving out any log message prior to $cutyearformat2"; @@ -1619,7 +1623,7 @@ if ($dochrono) print CHRONOFILE "


File made using version $version of "; print CHRONOFILE "cvs2html by "; - printf CHRONOFILE "%s at %2d-%02d-%02d %2d:%02d",getlogin, $year, $mon+1, $mday,$hour,$min; + printf CHRONOFILE "%s at %4d-%02d-%02d %2d:%02d",getlogin, 1900+$year, $mon+1, $mday,$hour,$min; if ($cutdate>"00000000") { printf CHRONOFILE " leaving out any log message prior to $cutyearformat2 $revisionlimitertext"; -- 2.39.5