]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Import newest version of this script.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 18 Feb 2000 10:01:29 +0000 (10:01 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 18 Feb 2000 10:01:29 +0000 (10:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@2436 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/auto/scripts/cvs2html

index 0412b8696b3a5c80523e48ff5b6d77f5b2086e96..bf2bc65ad2482d672c8e958c17655387850ce18c 100644 (file)
@@ -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
 #  Mark Cooke <mpc@star.sr.bham.ac.uk>
 #  Carlo Wood <carlo@runaway.xs4all.nl>
 #  Kirby Vandivort <kvandivo@ks.uiuc.edu>
+#  Dag Brück <dag@Dynasim.se>
 #
 # Copyright under GPL 1997,1998,1999,2000 by
 # Peter Toft (pto@sslug.dk) + the persons above
@@ -202,7 +206,7 @@ sub closemainfile {
   print OUTFILE "<p>File made using version $version of ";
   print OUTFILE "<a href=\"$URL\" target=\"_top\">cvs2html</a> 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 "<p><br>File made using version $version of ";
   print CHRONOFILE "<a href=\"$URL\" target=\"_top\">cvs2html</a> 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";

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.