1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
|
# 1.98 2007-07-09 Henrik Carlqvist Times of modification is presented as
# localtime instead of UTC time.
# Switch which allows skipping of some files
# handled by cvs.
# Comparison between first revision on branch
# with originating revision on main trunk.
#
# 1.97 2004-11-29 Kim Schulz Misc changes
#
# 1.96 2002-11-09 Lloyd Parkes Patch for when -l and -R are used
# at the same time.
#
# 1.95 2002-07-24 Holger L. Bille Patch against problem with empty
# log-entries.
#
# 1.94 2002-06-25 Magnus Ahlman Added a option argument -R CVS Reposity
# specified in the cvsweb.conf
# so you can integrate with cvsweb
#
# 1.93 2002-05-25 John Hardin Patch against freezing problem
# with cvs log would report "nothing
# known about"
#
# 1.92 2002-03-25 Anna Jonna Typos removed
# Armannsdottir
#
# 1.91 2002-01-13 Jacob Sparre Andersen Major overhaul of the code
# and Peter Toft in order to generate HTML 4.0
# compliant code. Many bugs corrected.
#
# 1.90 2001-09-07 Stefan Kost A few "cosmetical" corrections.
#
# 1.89 2001-09-06 Stefan Kost * "back to main" links in chronofile
# only if frames==1
# * subs html_header/html_footer
# * $cvs2html_diff is now called $diffdirname
# (in preparation for more subdirs)
# and defaults to just "diff"
# * sub cvsrootinfo (with extended infos)
# * the ususal cosmetical fixes here and there
# * both halfs of diff output are now
# delimited by a small gap
# * entries in __rf-files are now sorted
#
# 1.88 2001-09-04 Peter Toft Kim Schulz means that that
# text in line 748 (previously 744)
# was adequite. Updated.
#
# 1.87 2001-08-30 Laurent Besson Bagged two bugs!!
# Stefan Kost * fixed empty output
# * copyright footer looks the same
# for all pages
# * chrono-file back-links go to
# "top" frame
#
# 1.86 2001-08-26 Stefan Kost Handling of verbosity level update
#
# 1.85 2001-08-24 Stefan Kost * handles "cvs connection refused"
# * find_alldirs, find_subdirs do not
# follow symlinks
# * new option -V <verbosity level>
# * cleaned up code indentation
# * more comments
#
# 1.84 2001-07-14 Peter Toft Added links in the cronological file
# to the main page and removed a
# debug-printout statement.
#
# 1.83 2001-06-28 Grzegorz Pawelczak Patch to handle branches (fix)
#
# 1.82 2001-06-22 Grzegorz Pawelczak Patch to handle branches
#
# 1.81 2001-06-18 David Carson Minor update - added support
# for underscore in author-field
#
# 1.80 2001-05-31 Peter V. Pretsch Fixed the problem with missing
# right frames
#
# 1.79 2000-12-27 Peter Toft Peter made error in the Changelog :-)
#
# 1.78 2000-12-27 Peter Toft Error in making diff-directories
# corrected. Example included in help-
# description.
# Changed mkdir to perl-command.
#
# 1.77 2000-12-15 Peter Toft Hack to avoid generating the
# same diff-files over and over again.
# Renaming of the diff-files.
# Dumping the diff-files in a
# separate subdir.
#
# 1.76 2000-11-30 Jody Lewis Typo; The parent links in the
# lower left frame were incorrect
#
# 1.75 2000-11-04 Kirby Vandivort URL of cvs2html changed
#
# 1.73 2000-11-02 Peter Toft Clean up - deleted an old status line
#
# 1.72 2000-10-28 Peter Toft If basename() or dirname() adds
# a \n code, then cvs2html malfunctions
# This should solve the problem.
#
# 1.71 2000-10-26 Peter Toft Minor clean-up
#
# 1.70 2000-10-26 Jon Berndt Documentation problem -L option
# Peter Toft -L/-E option was not working
# Redefined -L and dumped the -E option
#
# 1.69 2000-09-29 Robert Merkle Support for users with 0-9
# in name
#
# 1.68 2000-09-20 Wolfgang Bangerth Patch to avoid HTML syntax
# problems and link error.
#
# 1.67 2000-08-21 Kirby Vandivort Update to cvs2html to fix html
# markup display in cvs comments
#
# 1.66 2000-08-11 Kirby Vandivort Added support for an
# parameter -P controlled location
# of cvs
#
# 1.65 2000-06-24 Peter Toft Added support for filenames
# containing whitespaces -
# requested by John Stone
#
# 1.64 2000-06-11 Peter Toft Better documentation in the start
# of the program
|