2008-05-17Saturday2008-05-17T13:25:54Zkfogelcvs2cl.plExp2.71* cvs2cl/cvs2cl.pl: Fix POD formatting mistake that was preventing
'--group-within-date' documentation from showing.
Patch by: Ville Skyttä <ville.skytta{_AT_}iki.fi>2008-05-10Saturday2008-05-10T16:55:47Zkfogelcvs2cl.plExp2.70* cvs2cl/cvs2cl.pl
(delta_check): Oops, follow up to r2.69 with a second typo fix. D'oh.2008-05-10Saturday2008-05-10T16:49:10Zkfogelcvs2cl.plExp2.69* cvs2cl/cvs2cl.pl
(delta_check): Fix typo introduced in r2.65 that caused --delta to
effectively ignore TO_TAG (that is, 'cvs2cl.pl --delta FROM:TO'
would also display any changes between TO and HEAD).
Patch by: Hans Hoppe <H.Hoppe{_AT_}office.caiw.nl>2008-04-11Friday2008-04-11T20:50:06Zkfogelcvs2cl.plExp2.68* cvs2cl/cvs2cl.pl: Put the $0 in quotes ("$0"). See email below for why.
Suggested by: Andreas <spambouncer@gmx.de>
From: spambouncer{_AT_}gmx.de
To: bug-cvs2cl{_AT_}red-bean.com
Subject: cvs2cl on cygwin
Date: Fri, 11 Apr 2008 10:20:13 +0200
Message-ID: <20080411082013.268540@gmx.net>
Hello bean people!
First of all, thanks for the script without which cvs log is basically
useless. However, I wasn't able to run the script properly with
cygwin/cvsnt. Cygwin looked for the script in "/cygdrive/c/Program
Files/cvsnt/", and Perl couldn't handle the space in "Program Files"
(classic issue it seems), resulting in the following error message:
Can't open perl script "/cygdrive/c/Program": No such file or
directory
I asked about this on the cygwin mailing list (see thread at
http://www.mail-archive.com/cygwin@cygwin.com/index.html#87229) and
was told to put the $0 on the second line (exec perl) in quotes, which
works fine.
I don't know if this would break script execution on other systems. If
so, you could mention this issue on the web site. If not, please fix!
:)
Thanks, Andreas2007-08-01Wednesday2007-08-02T01:49:42Zkfogelcvs2cl.plExp2.67* cvs2cl/cvs2cl.pl
(FSF_Output): New variable.
(parse_options): Set it, check that it's not used with --accum.
(POD documentation): Document inter-option restrictions.
Found by: Guillaume Cottenceau <gcottenc{_AT_}gmail.com>2007-07-15Sunday2007-07-15T05:52:10Zkfogelcvs2cl.plExp2.66* cvs2cl.pl: Document the '--group-within-date' option.
Suggested by: Pierre Locquet <plocquet{_AT_}sopragroup.com>2007-07-15Sunday2007-07-15T05:48:43Zkfogelcvs2cl.plExp2.65"It would be nice to be able to leave unspecified either *FROM_TAG* or
*TO_TAG* on the --delta option, so the logs span from the BASE or to
the HEAD, respectively."
* cvs2cl.pl
(delta_check, parse_options): Adjust accordingly.
Patch by: Eric K. Henderson <Eric.Henderson{_AT_}xirrus.com>2007-07-15Sunday2007-07-15T05:42:16Zkfogelcvs2cl.plExp2.64* cvs2cl.pl
(read_date_author_and_state): $pw is a string, not an object, so
stop referring to the $pw->name field.
Found by: Peter Kjellerstedt <peter.kjellerstedt{_AT_}axis.com>2007-07-15Sunday2007-07-15T05:41:31Zkfogelcvs2cl.plExp2.63* cvs2cl.pl
(read_date_author_and_state): Check that $fullname is defined before
looking at its value.
Patch by: Peter Kjellerstedt <peter.kjellerstedt{_AT_}axis.com>
His bug report said "there is a small bug in cvs2cl.pl in
read_date_author_and_state() if someone has an entry in the
/etc/passwd file but an empty gecos field.".2007-04-23Monday2007-04-23T18:42:41Zrootindex.htmlExp1.38Release 2.62, with three bugfixes.2007-04-23Monday2007-04-23T18:30:05Zkfogelcvs2cl.plExp2.62* cvs2cl.pl
(output_changelog): Handle Windows paths too.
Patch by: Alexey Panchenko <alex+news{_AT_}olmisoft.com>
From: Alexey Panchenko <alex+news{_AT_}olmisoft.com>
To: bug-cvs2cl{_AT_}red-bean.com
Subject: One more patch
Date: Thu, 3 Nov 2005 18:48:18 +0600
Message-ID: <55435455.20051103184818@olmisoft.com>
The same cvs2cl from CVS HEAD.
I would like to execute it with full output path, e.g.
"perl cvs2cl.pl --file D:\MyProjects\Project1\reports\ChangeLog"
when output is not distributed, everything is groupped in directory
"./" and finally script is trying to create file with the path
./D:\MyProjects\Project1\reports\ChangeLog/cvs2clXXXX.tmp" and
fails. Looks like the code is fixing this issue only for unixes
where full path is started with '/' however on windows full path
starts with drive and the fix is not working.2007-04-23Monday2007-04-23T18:26:18Zkfogelcvs2cl.plExp2.61* cvs2cl.pl
(read_changelog): Don't fork on Windows, just open a subcommand.
Patch by: Alexey Panchenko <alex+news{_AT_}olmisoft.com>
From: Alexey Panchenko <alex+news{_AT_}olmisoft.com>
To: bug-cvs2cl{_AT_}red-bean.com
Subject: Patch for revision 2.59
Date: Thu, 3 Nov 2005 18:31:46 +0600
Message-ID: <1196138239.20051103183146@olmisoft.com>
I checkouted revision 2.59 from CVS and it does not work under
Windows using Active Perl 5.6.1.
The previous version I use was 2.53 and it work fine. The
difference I noticed is in read_changelog() - new version uses
fork(). I think fork is not need on windows, so the patch is below:2007-02-04Sunday2007-02-04T20:21:06Zkfogelcvs2cl.plExp2.60* cvs2cl.pl
(parse_options): Allow period in regexp that matches the tag
arguments to the --delta option.
Patch by: Gary Duzan <gary@duzan.org>2005-08-12Friday2005-08-13T02:57:08Zkfogelindex.htmlExp1.37* index.html: Follow up to rev 1.36, making notice less terse and
thanking Martyn Pearce.2005-08-12Friday2005-08-12T15:58:51Zkfogelindex.htmlExp1.36* index.html: Announce need for new maintainer.2005-05-18Wednesday2005-05-18T05:45:55Zkfogelindex.htmlExp1.35Fix typo, and add Anne Dudfield's name to contributor list.2005-05-18Wednesday2005-05-18T05:42:51Zkfogelchangelogs.htmlExp1.3index.htmlExp1.34Update for 2.59. Unpromise further ChangeLog-writing tips.2005-05-18Wednesday2005-05-18T05:34:34Zkfogelcvs2cl.plExp2.59(output_changelog): Extend the regular expression that matches the
header line of a ChangeLog entry to allow for optional day of week.
This fixes the bug whereby the --accum option would not work when the
existing ChangeLog was generated with the -w (--day-of-week) option.
Patch from Anne Dudfield <adudfield@gmail.com>.2004-11-07Sunday2004-11-07T15:28:35Zfluffycvs2cl.plExp2.58* Add tag dates to XML output
patch contributed by Simon Josefsson <jas@extundo.com>
* Fix quoting for cvs log command (fork & exec)
* Determine branch-members in _revision_is_wanted with regex to include
branches to 10+ revisions
* Fix non-working --prune option
* Add note about use of suidperl for CGI
words contributed by Andrew Cutler <andrew.cutler@pag.com.au>
* Correct sense of --no-ancestors
patch contributed by Steve Glow <sglow@embeddedintelligence.com>2004-11-07Sunday2004-11-07T15:20:39Zfluffyindex.htmlExp1.33Add 2.58 release note2004-11-07Sunday2004-11-07T13:38:11ZfluffyBUGS/mail/xml-header-option/0000.htmlExp1.1BUGS/mail/xml-header-option/attachment.htmlExp1.1BUGS/mail/xml-header-option/author.htmlExp1.1BUGS/mail/xml-header-option/date.htmlExp1.1BUGS/mail/xml-header-option/index.htmlExp1.1BUGS/mail/xml-header-option/subject.htmlExp1.1BUGS/mail/xml-header-option/att-0000/ChangeLog.xsdExp1.1BUGS/mail/xml-tag-dates/0000.htmlExp1.1BUGS/mail/xml-tag-dates/0001.htmlExp1.1BUGS/mail/xml-tag-dates/0002.htmlExp1.1BUGS/mail/xml-tag-dates/0003.htmlExp1.1BUGS/mail/xml-tag-dates/0004.htmlExp1.1BUGS/mail/xml-tag-dates/0005.htmlExp1.1BUGS/mail/xml-tag-dates/0006.htmlExp1.1BUGS/mail/xml-tag-dates/0007.htmlExp1.1BUGS/mail/xml-tag-dates/attachment.htmlExp1.1BUGS/mail/xml-tag-dates/author.htmlExp1.1BUGS/mail/xml-tag-dates/date.htmlExp1.1BUGS/mail/xml-tag-dates/index.htmlExp1.1BUGS/mail/xml-tag-dates/subject.htmlExp1.1BUGS/mail/[no log message]2004-11-07Sunday2004-11-07T13:04:16ZfluffyBUGS/mail/revision-on-branch-plus-ten-rev/att-0001/cvs2pl.bug.tbz2Exp1.1BUGS/mail/undefined-function-with--d/0000.htmlExp1.3BUGS/mail/undefined-function-with--d/0001.htmlExp1.2BUGS/mail/undefined-function-with--d/0002.htmlExp1.1BUGS/mail/undefined-function-with--d/attachment.htmlExp1.3BUGS/mail/undefined-function-with--d/author.htmlExp1.3BUGS/mail/undefined-function-with--d/date.htmlExp1.3BUGS/mail/undefined-function-with--d/index.htmlExp1.3BUGS/mail/undefined-function-with--d/subject.htmlExp1.3BUGS/mail/use-of-quotes-on-windoze/0000.htmlExp1.1BUGS/mail/use-of-quotes-on-windoze/attachment.htmlExp1.1BUGS/mail/use-of-quotes-on-windoze/author.htmlExp1.1BUGS/mail/use-of-quotes-on-windoze/date.htmlExp1.1BUGS/mail/use-of-quotes-on-windoze/index.htmlExp1.1BUGS/mail/use-of-quotes-on-windoze/subject.htmlExp1.1BUGS/mail/[no log message]2004-11-07Sunday2004-11-07T13:01:12ZfluffyBUGS/mail/prune-doesnt-work/0000.htmlExp1.1BUGS/mail/prune-doesnt-work/0001.htmlExp1.1BUGS/mail/prune-doesnt-work/0002.htmlExp1.1BUGS/mail/prune-doesnt-work/attachment.htmlExp1.1BUGS/mail/prune-doesnt-work/author.htmlExp1.1BUGS/mail/prune-doesnt-work/date.htmlExp1.1BUGS/mail/prune-doesnt-work/index.htmlExp1.1BUGS/mail/prune-doesnt-work/subject.htmlExp1.1BUGS/mail/prune-doesnt-work/att-0002/cvs2pl.bug.tbz2Exp1.1BUGS/mail/revision-on-branch-plus-ten-rev/0000.htmlExp1.1BUGS/mail/revision-on-branch-plus-ten-rev/0001.htmlExp1.1BUGS/mail/revision-on-branch-plus-ten-rev/attachment.htmlExp1.1BUGS/mail/revision-on-branch-plus-ten-rev/author.htmlExp1.1BUGS/mail/revision-on-branch-plus-ten-rev/date.htmlExp1.1BUGS/mail/revision-on-branch-plus-ten-rev/index.htmlExp1.1BUGS/mail/revision-on-branch-plus-ten-rev/subject.htmlExp1.1BUGS/mail/[no log message]2004-11-07Sunday2004-11-07T12:58:04ZfluffyBUGS/mail/ignore-should-take-regex/0000.htmlExp1.1BUGS/mail/ignore-should-take-regex/attachment.htmlExp1.1BUGS/mail/ignore-should-take-regex/author.htmlExp1.1BUGS/mail/ignore-should-take-regex/date.htmlExp1.1BUGS/mail/ignore-should-take-regex/index.htmlExp1.1BUGS/mail/ignore-should-take-regex/subject.htmlExp1.1BUGS/mail/inverted--no-ancestors/0000.htmlExp1.4BUGS/mail/inverted--no-ancestors/0001.htmlExp1.4BUGS/mail/inverted--no-ancestors/0002.htmlExp1.1BUGS/mail/inverted--no-ancestors/0003.htmlExp1.1BUGS/mail/inverted--no-ancestors/0004.htmlExp1.1BUGS/mail/inverted--no-ancestors/0005.htmlExp1.1BUGS/mail/inverted--no-ancestors/0006.htmlExp1.1BUGS/mail/inverted--no-ancestors/attachment.htmlExp1.4BUGS/mail/inverted--no-ancestors/author.htmlExp1.4BUGS/mail/inverted--no-ancestors/date.htmlExp1.4BUGS/mail/inverted--no-ancestors/index.htmlExp1.4BUGS/mail/inverted--no-ancestors/subject.htmlExp1.4BUGS/mail/inverted--no-ancestors/att-0006/00-partExp1.1BUGS/mail/[no log message]2004-11-07Sunday2004-11-07T12:54:59ZfluffyBUGS/mail/date-format-change-cvs-1-12-9/att-0010/cvs2cl-2.55-be-cvs-1.12-format.patchExp1.1BUGS/mail/date-format-change-cvs-1-12-9/att-0011/patchExp1.1BUGS/mail/gecos-unitialized-value/0000.htmlExp1.3BUGS/mail/gecos-unitialized-value/0001.htmlExp1.3BUGS/mail/gecos-unitialized-value/0002.htmlExp1.1BUGS/mail/gecos-unitialized-value/0003.htmlExp1.1BUGS/mail/gecos-unitialized-value/0004.htmlExp1.1BUGS/mail/gecos-unitialized-value/attachment.htmlExp1.3BUGS/mail/gecos-unitialized-value/author.htmlExp1.3BUGS/mail/gecos-unitialized-value/date.htmlExp1.3BUGS/mail/gecos-unitialized-value/index.htmlExp1.3BUGS/mail/gecos-unitialized-value/subject.htmlExp1.3BUGS/mail/[no log message]2004-11-07Sunday2004-11-07T12:51:50ZfluffyBUGS/detail.htmlExp1.13BUGS/summary.htmlExp1.12BUGS/mail/binmode-on-windoze/0000.htmlExp1.6BUGS/mail/binmode-on-windoze/0001.htmlExp1.5BUGS/mail/binmode-on-windoze/0002.htmlExp1.2BUGS/mail/binmode-on-windoze/0003.htmlExp1.2BUGS/mail/binmode-on-windoze/0004.htmlExp1.2BUGS/mail/binmode-on-windoze/0005.htmlExp1.1BUGS/mail/binmode-on-windoze/0006.htmlExp1.1BUGS/mail/binmode-on-windoze/0007.htmlExp1.1BUGS/mail/binmode-on-windoze/0008.htmlExp1.1BUGS/mail/binmode-on-windoze/attachment.htmlExp1.5BUGS/mail/binmode-on-windoze/author.htmlExp1.5BUGS/mail/binmode-on-windoze/date.htmlExp1.5BUGS/mail/binmode-on-windoze/index.htmlExp1.5BUGS/mail/binmode-on-windoze/subject.htmlExp1.5BUGS/mail/date-format-change-cvs-1-12-9/0000.htmlExp1.2BUGS/mail/date-format-change-cvs-1-12-9/0001.htmlExp1.2BUGS/mail/date-format-change-cvs-1-12-9/0002.htmlExp1.2BUGS/mail/date-format-change-cvs-1-12-9/0003.htmlExp1.2BUGS/mail/date-format-change-cvs-1-12-9/0004.htmlExp1.2BUGS/mail/date-format-change-cvs-1-12-9/0005.htmlExp1.2BUGS/mail/date-format-change-cvs-1-12-9/0006.htmlExp1.2BUGS/mail/date-format-change-cvs-1-12-9/0007.htmlExp1.2BUGS/mail/date-format-change-cvs-1-12-9/0008.htmlExp1.2BUGS/mail/date-format-change-cvs-1-12-9/0009.htmlExp1.1BUGS/mail/date-format-change-cvs-1-12-9/0010.htmlExp1.1BUGS/mail/date-format-change-cvs-1-12-9/0011.htmlExp1.1BUGS/mail/date-format-change-cvs-1-12-9/0012.htmlExp1.1BUGS/mail/date-format-change-cvs-1-12-9/attachment.htmlExp1.2BUGS/mail/date-format-change-cvs-1-12-9/author.htmlExp1.2BUGS/mail/date-format-change-cvs-1-12-9/date.htmlExp1.2BUGS/mail/date-format-change-cvs-1-12-9/index.htmlExp1.2BUGS/mail/date-format-change-cvs-1-12-9/subject.htmlExp1.2BUGS/[no log message]2004-10-30Saturday2004-10-30T17:01:00ZfluffyChangeLog.xsdExp1.2support optional linesadded/linesremoved elements2004-10-30Saturday2004-10-30T16:50:59ZfluffyChangeLog.xsdExp1.1Contributed by Yury Lebedev <yurylebedev@mail.ru>2004-10-12Tuesday2004-10-12T07:30:02Zkfogelindex.htmlExp1.32* cvs2cl/index.html: Active maintainership of cl2html is in the hands
of Simon Josefsson <jas@extundo.com> now, so link to his site.2004-07-10Saturday2004-07-10T20:40:18ZfluffyBUGS/mail/undefined-function-with--d/0000.htmlExp1.2BUGS/mail/undefined-function-with--d/attachment.htmlExp1.2BUGS/mail/undefined-function-with--d/author.htmlExp1.2BUGS/mail/undefined-function-with--d/date.htmlExp1.2BUGS/mail/undefined-function-with--d/index.htmlExp1.2BUGS/mail/undefined-function-with--d/subject.htmlExp1.2BUGS/mail/gecos-parsing-uses-getpwnam-incorrectly/0000.htmlExp1.2BUGS/mail/gecos-parsing-uses-getpwnam-incorrectly/attachment.htmlExp1.2BUGS/mail/gecos-parsing-uses-getpwnam-incorrectly/author.htmlExp1.2BUGS/mail/gecos-parsing-uses-getpwnam-incorrectly/date.htmlExp1.2BUGS/mail/gecos-parsing-uses-getpwnam-incorrectly/index.htmlExp1.2BUGS/mail/gecos-parsing-uses-getpwnam-incorrectly/subject.htmlExp1.2BUGS/mail/undefined-function-with--d/0001.htmlExp1.1BUGS/mail/gecos-parsing-uses-getpwnam-incorrectly/0001.htmlExp1.1BUGS/mail/Mail Update2004-07-10Saturday2004-07-10T20:20:33ZfluffyBUGS/mail/binmode-on-windoze/0002.htmlExp1.1BUGS/mail/binmode-on-windoze/0003.htmlExp1.1BUGS/mail/binmode-on-windoze/0004.htmlExp1.1BUGS/mail/date-format-change-cvs-1-12-9/0000.htmlExp1.1BUGS/mail/date-format-change-cvs-1-12-9/0001.htmlExp1.1BUGS/mail/date-format-change-cvs-1-12-9/0002.htmlExp1.1BUGS/mail/date-format-change-cvs-1-12-9/0003.htmlExp1.1BUGS/mail/date-format-change-cvs-1-12-9/0004.htmlExp1.1BUGS/mail/date-format-change-cvs-1-12-9/0005.htmlExp1.1BUGS/mail/date-format-change-cvs-1-12-9/0006.htmlExp1.1BUGS/mail/date-format-change-cvs-1-12-9/0007.htmlExp1.1BUGS/mail/date-format-change-cvs-1-12-9/0008.htmlExp1.1BUGS/mail/date-format-change-cvs-1-12-9/attachment.htmlExp1.1BUGS/mail/date-format-change-cvs-1-12-9/author.htmlExp1.1BUGS/mail/date-format-change-cvs-1-12-9/date.htmlExp1.1BUGS/mail/date-format-change-cvs-1-12-9/index.htmlExp1.1BUGS/mail/date-format-change-cvs-1-12-9/subject.htmlExp1.1BUGS/mail/date-format-change-cvs-1-12-9/att-0002/signature.ascExp1.1BUGS/mail/follow-only-option/0006.htmlExp1.1BUGS/mail/follow-only-option/0007.htmlExp1.1BUGS/mail/follow-only-option/0008.htmlExp1.1BUGS/mail/follow-only-option/att-0008/signature.ascExp1.1BUGS/mail/gecos-parsing-uses-getpwnam-incorrectly/0000.htmlExp1.1BUGS/mail/gecos-parsing-uses-getpwnam-incorrectly/attachment.htmlExp1.1BUGS/mail/gecos-parsing-uses-getpwnam-incorrectly/author.htmlExp1.1BUGS/mail/gecos-parsing-uses-getpwnam-incorrectly/date.htmlExp1.1BUGS/mail/gecos-parsing-uses-getpwnam-incorrectly/index.htmlExp1.1BUGS/mail/gecos-parsing-uses-getpwnam-incorrectly/subject.htmlExp1.1BUGS/mail/gecos-parsing-uses-getpwnam-incorrectly/att-0000/cvs2cl.pl-2.55.patchExp1.1BUGS/mail/undefined-function-with--d/0000.htmlExp1.1BUGS/mail/undefined-function-with--d/attachment.htmlExp1.1BUGS/mail/undefined-function-with--d/author.htmlExp1.1BUGS/mail/undefined-function-with--d/date.htmlExp1.1BUGS/mail/undefined-function-with--d/index.htmlExp1.1BUGS/mail/undefined-function-with--d/subject.htmlExp1.1BUGS/mail/undefined-function-with--d/att-0000/signature.ascExp1.1BUGS/mail/Mail update2004-07-10Saturday2004-07-10T20:14:44ZfluffyBUGS/detail.htmlExp1.12BUGS/summary.htmlExp1.11BUGS/mail/binmode-on-windoze/0000.htmlExp1.5BUGS/mail/binmode-on-windoze/0001.htmlExp1.4BUGS/mail/binmode-on-windoze/attachment.htmlExp1.4BUGS/mail/binmode-on-windoze/author.htmlExp1.4BUGS/mail/binmode-on-windoze/date.htmlExp1.4BUGS/mail/binmode-on-windoze/index.htmlExp1.4BUGS/mail/binmode-on-windoze/subject.htmlExp1.4BUGS/mail/follow-only-option/0000.htmlExp1.2BUGS/mail/follow-only-option/0001.htmlExp1.2BUGS/mail/follow-only-option/0002.htmlExp1.2BUGS/mail/follow-only-option/0003.htmlExp1.2BUGS/mail/follow-only-option/0004.htmlExp1.2BUGS/mail/follow-only-option/0005.htmlExp1.2BUGS/mail/follow-only-option/attachment.htmlExp1.2BUGS/mail/follow-only-option/author.htmlExp1.2BUGS/mail/follow-only-option/date.htmlExp1.2BUGS/mail/follow-only-option/index.htmlExp1.2BUGS/mail/follow-only-option/subject.htmlExp1.2BUGS/Mail update2004-07-10Saturday2004-07-10T19:38:58Zfluffyindex.htmlExp1.31Update 2.56 to 2.572004-07-10Saturday2004-07-10T19:38:37Zfluffycvs2cl.plExp2.57Fix typo in RE for 1.12.9-style dates2004-07-10Saturday2004-07-10T18:53:54Zfluffycvs2cl.plExp2.56* add patch to allow correct date format reading under cvs 1.12.9
patch contributed by Jordan Russell <jr-list-2004@quo.to>,
Martin Dorey <mdorey@bluearc.com>,
Geo Carncross <geocar@internetconnection.net>,
Simon Josefsson <jas@extundo.com>
* handle carriage returns in windoze output
* fix missing use of File::Basename in ChangeLog::FileEntry
patch contributed by Jacek Sliwerski <s9jasliw@stud.uni-saarland.de>
* fix gecos handling to read getpwnam correctly
patch contributed by Christian Marquardt <christian.marquardt@metoffice.com>2004-07-10Saturday2004-07-10T18:49:15Zfluffyindex.htmlExp1.30Add notes of 2.562004-07-10Saturday2004-07-10T16:38:27Zfluffycvs2cl_ruether.xsltExp1.1Donated by alexander Ruether2004-05-16Sunday2004-05-16T17:57:13Zkfogelindex.htmlExp1.29* cvs2cl/index.html: Remove the 'cvs login' step from the anonymous
CVS instructions. CVS hasn't required it since late 1999, though
apparently nobody knows this, because many sites still document a
login step before the checkout.2004-05-15Saturday2004-05-15T20:15:40ZfluffyBUGS/mail/bad-ref--t-b/att-0002/signature.ascExp1.1BUGS/mail/delta-should-take-square-brackets/0000.htmlExp1.1BUGS/mail/delta-should-take-square-brackets/0001.htmlExp1.1BUGS/mail/delta-should-take-square-brackets/attachment.htmlExp1.1BUGS/mail/delta-should-take-square-brackets/author.htmlExp1.1BUGS/mail/delta-should-take-square-brackets/date.htmlExp1.1BUGS/mail/delta-should-take-square-brackets/index.htmlExp1.1BUGS/mail/delta-should-take-square-brackets/subject.htmlExp1.1BUGS/mail/follow-only-option/0000.htmlExp1.1BUGS/mail/follow-only-option/0001.htmlExp1.1BUGS/mail/follow-only-option/0002.htmlExp1.1BUGS/mail/follow-only-option/0003.htmlExp1.1BUGS/mail/follow-only-option/0004.htmlExp1.1BUGS/mail/follow-only-option/0005.htmlExp1.1BUGS/mail/follow-only-option/attachment.htmlExp1.1BUGS/mail/follow-only-option/author.htmlExp1.1BUGS/mail/follow-only-option/date.htmlExp1.1BUGS/mail/follow-only-option/index.htmlExp1.1BUGS/mail/follow-only-option/subject.htmlExp1.1BUGS/mail/lines-modified-option/0000.htmlExp1.1BUGS/mail/lines-modified-option/0001.htmlExp1.1BUGS/mail/lines-modified-option/attachment.htmlExp1.1BUGS/mail/lines-modified-option/author.htmlExp1.1BUGS/mail/lines-modified-option/date.htmlExp1.1BUGS/mail/lines-modified-option/index.htmlExp1.1BUGS/mail/lines-modified-option/subject.htmlExp1.1BUGS/mail/no-exit-code-on-error/0000.htmlExp1.1BUGS/mail/no-exit-code-on-error/0001.htmlExp1.1BUGS/mail/no-exit-code-on-error/attachment.htmlExp1.1BUGS/mail/no-exit-code-on-error/author.htmlExp1.1BUGS/mail/no-exit-code-on-error/date.htmlExp1.1BUGS/mail/no-exit-code-on-error/index.htmlExp1.1BUGS/mail/no-exit-code-on-error/subject.htmlExp1.1BUGS/mail/unit-with--follow/0000.htmlExp1.1BUGS/mail/unit-with--follow/0001.htmlExp1.1BUGS/mail/unit-with--follow/0002.htmlExp1.1BUGS/mail/unit-with--follow/attachment.htmlExp1.1BUGS/mail/unit-with--follow/author.htmlExp1.1BUGS/mail/unit-with--follow/date.htmlExp1.1BUGS/mail/unit-with--follow/index.htmlExp1.1BUGS/mail/unit-with--follow/subject.htmlExp1.1BUGS/mail/follow-only-option/att-0003/signature.ascExp1.1BUGS/mail/lines-modified-option/att-0000/cvs2cl-lines-modified-1.patchExp1.1BUGS/mail/no-exit-code-on-error/att-0000/signature.ascExp1.1BUGS/mail/Mail for 2.552004-05-15Saturday2004-05-15T20:11:10ZfluffyBUGS/detail.htmlExp1.11BUGS/summary.htmlExp1.10BUGS/mail/bad-ref--t-b/0000.htmlExp1.2BUGS/mail/bad-ref--t-b/0001.htmlExp1.2BUGS/mail/bad-ref--t-b/attachment.htmlExp1.2BUGS/mail/bad-ref--t-b/author.htmlExp1.2BUGS/mail/bad-ref--t-b/date.htmlExp1.2BUGS/mail/bad-ref--t-b/index.htmlExp1.2BUGS/mail/bad-ref--t-b/subject.htmlExp1.2BUGS/mail/bad-ref--t-b/0002.htmlExp1.1BUGS/mail/bad-ref--t-b/0003.htmlExp1.1BUGS/mail/bad-ref--t-b/0004.htmlExp1.1BUGS/Mail for 2.552004-05-15Saturday2004-05-15T20:09:14Zfluffycvs2cl.plExp2.55Add --lines-modified, --follow-only options2004-05-15Saturday2004-05-15T19:59:19Zfluffyindex.htmlExp1.28Add details for 2.552004-04-19Monday2004-04-20T01:17:59Zkfogelcvs2cl.plExp2.54Correct spelling of Melissa O'Neill's name.2004-04-17Saturday2004-04-17T14:35:33Zfluffyindex.htmlExp1.27Add Pete Kempf to contributors' list2004-03-07Sunday2004-03-07T12:42:25ZfluffyBUGS/detail.htmlExp1.10BUGS/summary.htmlExp1.9BUGS/mail/bad-ref--t-b/0000.htmlExp1.1BUGS/mail/bad-ref--t-b/0001.htmlExp1.1BUGS/mail/bad-ref--t-b/attachment.htmlExp1.1BUGS/mail/bad-ref--t-b/author.htmlExp1.1BUGS/mail/bad-ref--t-b/date.htmlExp1.1BUGS/mail/bad-ref--t-b/index.htmlExp1.1BUGS/mail/bad-ref--t-b/subject.htmlExp1.1BUGS/mail/bad-ref--t-b/att-0000/signature.ascExp1.1BUGS/mail/no-manpage/0000.htmlExp1.2BUGS/mail/no-manpage/0001.htmlExp1.2BUGS/mail/no-manpage/0002.htmlExp1.1BUGS/mail/no-manpage/0003.htmlExp1.1BUGS/mail/no-manpage/attachment.htmlExp1.2BUGS/mail/no-manpage/author.htmlExp1.2BUGS/mail/no-manpage/date.htmlExp1.2BUGS/mail/no-manpage/index.htmlExp1.2BUGS/mail/no-manpage/subject.htmlExp1.2BUGS/mail/no-manpage/att-0002/signature.ascExp1.1BUGS/mail/summary-doesnt-wrap/0000.htmlExp1.2BUGS/mail/summary-doesnt-wrap/0001.htmlExp1.2BUGS/mail/summary-doesnt-wrap/0002.htmlExp1.1BUGS/mail/summary-doesnt-wrap/0003.htmlExp1.1BUGS/mail/summary-doesnt-wrap/attachment.htmlExp1.2BUGS/mail/summary-doesnt-wrap/author.htmlExp1.2BUGS/mail/summary-doesnt-wrap/date.htmlExp1.2BUGS/mail/summary-doesnt-wrap/index.htmlExp1.2BUGS/mail/summary-doesnt-wrap/subject.htmlExp1.2BUGS/mail/summary-doesnt-wrap/att-0002/00-partExp1.1BUGS/[no log message]2004-03-07Sunday2004-03-07T12:32:28Zfluffyindex.htmlExp1.26Add in 2.532004-03-07Sunday2004-03-07T11:56:25Zfluffycvs2cl.plExp2.53* fix to provide non-zero exit status if cvs log fails
* fix --follow to not complain of undefined values
patch contributed by Johannes Stezenbach <js@convergence.de>
* fix --gecos to cope if author is missing, or if gecos field lacks commas
* fix -t -b to not die with a bad array dereference
patch contributed by Thomas Parmelan <parmelan+debian@free.fr>
* formatting fixes for pod
patch contributed by Peter Palfrader <peter@palfrader.org>2004-03-06Saturday2004-03-06T14:57:35Zfluffycl2html_rss-karaguezian.xsltExp1.1Generate RSS & HTML (with table & colouring for files); contributed by Nicolas Karaguezian2004-01-21Wednesday2004-01-21T17:02:39Zfluffycvs2cl.plExp2.52index.htmlExp1.25BUGS/detail.htmlExp1.9BUGS/summary.htmlExp1.8* fix --summary to wrap lines (unless --no-wrap is also used)
patch contributed by Richard Laager <rlaager@wiktel.com>
* fix --no-indent option to be intuitive in conjunction with
--hide-filenames and --no-wrap
patch contributed by Karl-Heinz Marbaise
<karl-heinz@minkenberg-medien.de>
* factor out ChangeLog:: classes
* rejig POD to make man page2004-01-21Wednesday2004-01-21T16:55:01ZfluffyBUGS/mail/no-manpage/att-0000/signature.ascExp1.1BUGS/mail/summary-doesnt-wrap/att-0001/patchExp1.1BUGS/mail/Mail updates for 2.522004-01-21Wednesday2004-01-21T16:36:41ZfluffyBUGS/mail/rlog-format-stdin/0000.htmlExp1.3BUGS/mail/rlog-format-stdin/0001.htmlExp1.3BUGS/mail/rlog-format-stdin/attachment.htmlExp1.3BUGS/mail/rlog-format-stdin/author.htmlExp1.3BUGS/mail/rlog-format-stdin/date.htmlExp1.3BUGS/mail/rlog-format-stdin/index.htmlExp1.3BUGS/mail/rlog-format-stdin/subject.htmlExp1.3BUGS/mail/shell-minimize-file-lists/0000.htmlExp1.4BUGS/mail/shell-minimize-file-lists/0001.htmlExp1.4BUGS/mail/shell-minimize-file-lists/0002.htmlExp1.4BUGS/mail/shell-minimize-file-lists/0003.htmlExp1.4BUGS/mail/shell-minimize-file-lists/0004.htmlExp1.4BUGS/mail/shell-minimize-file-lists/0005.htmlExp1.3BUGS/mail/shell-minimize-file-lists/attachment.htmlExp1.4BUGS/mail/shell-minimize-file-lists/author.htmlExp1.4BUGS/mail/shell-minimize-file-lists/date.htmlExp1.4BUGS/mail/shell-minimize-file-lists/index.htmlExp1.4BUGS/mail/shell-minimize-file-lists/subject.htmlExp1.4BUGS/mail/show-dead-option/0000.htmlExp1.3BUGS/mail/show-dead-option/0001.htmlExp1.3BUGS/mail/show-dead-option/attachment.htmlExp1.3BUGS/mail/show-dead-option/author.htmlExp1.3BUGS/mail/show-dead-option/date.htmlExp1.3BUGS/mail/show-dead-option/index.htmlExp1.3BUGS/mail/show-dead-option/subject.htmlExp1.3BUGS/mail/show-tags-option/0000.htmlExp1.4BUGS/mail/show-tags-option/0001.htmlExp1.4BUGS/mail/show-tags-option/0002.htmlExp1.4BUGS/mail/show-tags-option/0003.htmlExp1.3BUGS/mail/show-tags-option/attachment.htmlExp1.4BUGS/mail/show-tags-option/author.htmlExp1.4BUGS/mail/show-tags-option/date.htmlExp1.4BUGS/mail/show-tags-option/index.htmlExp1.4BUGS/mail/show-tags-option/subject.htmlExp1.4BUGS/mail/sort-by-filename/0000.htmlExp1.3BUGS/mail/sort-by-filename/0001.htmlExp1.3BUGS/mail/sort-by-filename/attachment.htmlExp1.3BUGS/mail/sort-by-filename/author.htmlExp1.3BUGS/mail/sort-by-filename/date.htmlExp1.3BUGS/mail/sort-by-filename/index.htmlExp1.3BUGS/mail/sort-by-filename/subject.htmlExp1.3BUGS/mail/squash-duplicate-filenames/0000.htmlExp1.4BUGS/mail/squash-duplicate-filenames/0001.htmlExp1.4BUGS/mail/squash-duplicate-filenames/0002.htmlExp1.3BUGS/mail/squash-duplicate-filenames/attachment.htmlExp1.4BUGS/mail/squash-duplicate-filenames/author.htmlExp1.4BUGS/mail/squash-duplicate-filenames/date.htmlExp1.4BUGS/mail/squash-duplicate-filenames/index.htmlExp1.4BUGS/mail/squash-duplicate-filenames/subject.htmlExp1.4BUGS/mail/summary-doesnt-wrap/0000.htmlExp1.1BUGS/mail/summary-doesnt-wrap/0001.htmlExp1.1BUGS/mail/summary-doesnt-wrap/attachment.htmlExp1.1BUGS/mail/summary-doesnt-wrap/author.htmlExp1.1BUGS/mail/summary-doesnt-wrap/date.htmlExp1.1BUGS/mail/summary-doesnt-wrap/index.htmlExp1.1BUGS/mail/summary-doesnt-wrap/subject.htmlExp1.1BUGS/mail/summary-option/0000.htmlExp1.3BUGS/mail/summary-option/0001.htmlExp1.3BUGS/mail/summary-option/0002.htmlExp1.3BUGS/mail/summary-option/attachment.htmlExp1.3BUGS/mail/summary-option/author.htmlExp1.3BUGS/mail/summary-option/date.htmlExp1.3BUGS/mail/summary-option/index.htmlExp1.3BUGS/mail/summary-option/subject.htmlExp1.3BUGS/mail/support-for-function-name/0000.htmlExp1.3BUGS/mail/support-for-function-name/0001.htmlExp1.3BUGS/mail/support-for-function-name/attachment.htmlExp1.3BUGS/mail/support-for-function-name/author.htmlExp1.3BUGS/mail/support-for-function-name/date.htmlExp1.3BUGS/mail/support-for-function-name/index.htmlExp1.3BUGS/mail/support-for-function-name/subject.htmlExp1.3BUGS/mail/tagdates-option/0000.htmlExp1.3BUGS/mail/tagdates-option/0001.htmlExp1.3BUGS/mail/tagdates-option/attachment.htmlExp1.3BUGS/mail/tagdates-option/author.htmlExp1.3BUGS/mail/tagdates-option/date.htmlExp1.3BUGS/mail/tagdates-option/index.htmlExp1.3BUGS/mail/tagdates-option/subject.htmlExp1.3BUGS/mail/unify-by-author-and-time/0000.htmlExp1.4BUGS/mail/unify-by-author-and-time/0001.htmlExp1.3BUGS/mail/unify-by-author-and-time/0002.htmlExp1.3BUGS/mail/unify-by-author-and-time/attachment.htmlExp1.4BUGS/mail/unify-by-author-and-time/author.htmlExp1.4BUGS/mail/unify-by-author-and-time/date.htmlExp1.4BUGS/mail/unify-by-author-and-time/index.htmlExp1.4BUGS/mail/unify-by-author-and-time/subject.htmlExp1.4BUGS/mail/update-option/0000.htmlExp1.4BUGS/mail/update-option/0001.htmlExp1.4BUGS/mail/update-option/0002.htmlExp1.4BUGS/mail/update-option/0003.htmlExp1.3BUGS/mail/update-option/attachment.htmlExp1.4BUGS/mail/update-option/author.htmlExp1.4BUGS/mail/update-option/date.htmlExp1.4BUGS/mail/update-option/index.htmlExp1.4BUGS/mail/update-option/subject.htmlExp1.4BUGS/mail/wrap-spaces/0000.htmlExp1.3BUGS/mail/wrap-spaces/attachment.htmlExp1.3BUGS/mail/wrap-spaces/author.htmlExp1.3BUGS/mail/wrap-spaces/date.htmlExp1.3BUGS/mail/wrap-spaces/index.htmlExp1.3BUGS/mail/wrap-spaces/subject.htmlExp1.3BUGS/mail/xml-add-isodate/0000.htmlExp1.2BUGS/mail/xml-add-isodate/0001.htmlExp1.2BUGS/mail/xml-add-isodate/attachment.htmlExp1.2BUGS/mail/xml-add-isodate/author.htmlExp1.2BUGS/mail/xml-add-isodate/date.htmlExp1.2BUGS/mail/xml-add-isodate/index.htmlExp1.2BUGS/mail/xml-add-isodate/subject.htmlExp1.2BUGS/mail/xml-encoding-option/0000.htmlExp1.3BUGS/mail/xml-encoding-option/0001.htmlExp1.3BUGS/mail/xml-encoding-option/0002.htmlExp1.3BUGS/mail/xml-encoding-option/attachment.htmlExp1.3BUGS/mail/xml-encoding-option/author.htmlExp1.3BUGS/mail/xml-encoding-option/date.htmlExp1.3BUGS/mail/xml-encoding-option/index.htmlExp1.3BUGS/mail/xml-encoding-option/subject.htmlExp1.3BUGS/mail/xml-encoding-option/att-0000/cvs2cl.plExp1.2BUGS/mail/xml-encoding-option/att-0000/diff.txtExp1.2BUGS/mail/xml-msg-spurious-newline/0000.htmlExp1.3BUGS/mail/xml-msg-spurious-newline/attachment.htmlExp1.3BUGS/mail/xml-msg-spurious-newline/author.htmlExp1.3BUGS/mail/xml-msg-spurious-newline/date.htmlExp1.3BUGS/mail/xml-msg-spurious-newline/index.htmlExp1.3BUGS/mail/xml-msg-spurious-newline/subject.htmlExp1.3BUGS/mail/xml-namespace-option/0000.htmlExp1.3BUGS/mail/xml-namespace-option/0001.htmlExp1.3BUGS/mail/xml-namespace-option/attachment.htmlExp1.3BUGS/mail/xml-namespace-option/author.htmlExp1.3BUGS/mail/xml-namespace-option/date.htmlExp1.3BUGS/mail/xml-namespace-option/index.htmlExp1.3BUGS/mail/xml-namespace-option/subject.htmlExp1.3BUGS/mail/Mail updates for 2.522004-01-21Wednesday2004-01-21T16:33:40ZfluffyBUGS/mail/-W-and-0-value/0000.htmlExp1.3BUGS/mail/-W-and-0-value/attachment.htmlExp1.3BUGS/mail/-W-and-0-value/author.htmlExp1.3BUGS/mail/-W-and-0-value/date.htmlExp1.3BUGS/mail/-W-and-0-value/index.htmlExp1.3BUGS/mail/-W-and-0-value/subject.htmlExp1.3BUGS/mail/-r-and--b/0000.htmlExp1.3BUGS/mail/-r-and--b/attachment.htmlExp1.3BUGS/mail/-r-and--b/author.htmlExp1.3BUGS/mail/-r-and--b/date.htmlExp1.3BUGS/mail/-r-and--b/index.htmlExp1.3BUGS/mail/-r-and--b/subject.htmlExp1.3BUGS/mail/FSF-option/0000.htmlExp1.4BUGS/mail/FSF-option/0001.htmlExp1.4BUGS/mail/FSF-option/0002.htmlExp1.3BUGS/mail/FSF-option/attachment.htmlExp1.4BUGS/mail/FSF-option/author.htmlExp1.4BUGS/mail/FSF-option/date.htmlExp1.4BUGS/mail/FSF-option/index.htmlExp1.4BUGS/mail/FSF-option/subject.htmlExp1.4BUGS/mail/accum-and-D/0000.htmlExp1.3BUGS/mail/accum-and-D/0001.htmlExp1.3BUGS/mail/accum-and-D/attachment.htmlExp1.3BUGS/mail/accum-and-D/author.htmlExp1.3BUGS/mail/accum-and-D/date.htmlExp1.3BUGS/mail/accum-and-D/index.htmlExp1.3BUGS/mail/accum-and-D/subject.htmlExp1.3BUGS/mail/accum-utc-repeated-add/0000.htmlExp1.5BUGS/mail/accum-utc-repeated-add/0001.htmlExp1.5BUGS/mail/accum-utc-repeated-add/0002.htmlExp1.4BUGS/mail/accum-utc-repeated-add/0003.htmlExp1.4BUGS/mail/accum-utc-repeated-add/0004.htmlExp1.4BUGS/mail/accum-utc-repeated-add/0005.htmlExp1.3BUGS/mail/accum-utc-repeated-add/0006.htmlExp1.3BUGS/mail/accum-utc-repeated-add/0007.htmlExp1.3BUGS/mail/accum-utc-repeated-add/0008.htmlExp1.3BUGS/mail/accum-utc-repeated-add/attachment.htmlExp1.5BUGS/mail/accum-utc-repeated-add/author.htmlExp1.5BUGS/mail/accum-utc-repeated-add/date.htmlExp1.5BUGS/mail/accum-utc-repeated-add/index.htmlExp1.5BUGS/mail/accum-utc-repeated-add/subject.htmlExp1.5BUGS/mail/add-host-recognition-to--U/0000.htmlExp1.3BUGS/mail/add-host-recognition-to--U/0001.htmlExp1.3BUGS/mail/add-host-recognition-to--U/0002.htmlExp1.3BUGS/mail/add-host-recognition-to--U/0003.htmlExp1.3BUGS/mail/add-host-recognition-to--U/0004.htmlExp1.3BUGS/mail/add-host-recognition-to--U/attachment.htmlExp1.3BUGS/mail/add-host-recognition-to--U/author.htmlExp1.3BUGS/mail/add-host-recognition-to--U/date.htmlExp1.3BUGS/mail/add-host-recognition-to--U/index.htmlExp1.3BUGS/mail/add-host-recognition-to--U/subject.htmlExp1.3BUGS/mail/add-native-limits-options/0000.htmlExp1.3BUGS/mail/add-native-limits-options/attachment.htmlExp1.3BUGS/mail/add-native-limits-options/author.htmlExp1.3BUGS/mail/add-native-limits-options/date.htmlExp1.3BUGS/mail/add-native-limits-options/index.htmlExp1.3BUGS/mail/add-native-limits-options/subject.htmlExp1.3BUGS/mail/binmode-on-windoze/0000.htmlExp1.4BUGS/mail/binmode-on-windoze/0001.htmlExp1.3BUGS/mail/binmode-on-windoze/attachment.htmlExp1.3BUGS/mail/binmode-on-windoze/author.htmlExp1.3BUGS/mail/binmode-on-windoze/date.htmlExp1.3BUGS/mail/binmode-on-windoze/index.htmlExp1.3BUGS/mail/binmode-on-windoze/subject.htmlExp1.3BUGS/mail/branch-added-files-with-space-in-fn/0000.htmlExp1.2BUGS/mail/branch-added-files-with-space-in-fn/0001.htmlExp1.2BUGS/mail/branch-added-files-with-space-in-fn/0002.htmlExp1.2BUGS/mail/branch-added-files-with-space-in-fn/attachment.htmlExp1.2BUGS/mail/branch-added-files-with-space-in-fn/author.htmlExp1.2BUGS/mail/branch-added-files-with-space-in-fn/date.htmlExp1.2BUGS/mail/branch-added-files-with-space-in-fn/index.htmlExp1.2BUGS/mail/branch-added-files-with-space-in-fn/subject.htmlExp1.2BUGS/mail/change-tracking-format/0000.htmlExp1.3BUGS/mail/change-tracking-format/attachment.htmlExp1.3BUGS/mail/change-tracking-format/author.htmlExp1.3BUGS/mail/change-tracking-format/date.htmlExp1.3BUGS/mail/change-tracking-format/index.htmlExp1.3BUGS/mail/change-tracking-format/subject.htmlExp1.3BUGS/mail/chrono-option/0000.htmlExp1.4BUGS/mail/chrono-option/0001.htmlExp1.4BUGS/mail/chrono-option/0002.htmlExp1.4BUGS/mail/chrono-option/0003.htmlExp1.3BUGS/mail/chrono-option/attachment.htmlExp1.4BUGS/mail/chrono-option/author.htmlExp1.4BUGS/mail/chrono-option/date.htmlExp1.4BUGS/mail/chrono-option/index.htmlExp1.4BUGS/mail/chrono-option/subject.htmlExp1.4BUGS/mail/chrono-undocumented/0000.htmlExp1.3BUGS/mail/chrono-undocumented/0001.htmlExp1.3BUGS/mail/chrono-undocumented/attachment.htmlExp1.3BUGS/mail/chrono-undocumented/author.htmlExp1.3BUGS/mail/chrono-undocumented/date.htmlExp1.3BUGS/mail/chrono-undocumented/index.htmlExp1.3BUGS/mail/chrono-undocumented/subject.htmlExp1.3BUGS/mail/collate-by-tag/0000.htmlExp1.2BUGS/mail/collate-by-tag/0001.htmlExp1.2BUGS/mail/collate-by-tag/attachment.htmlExp1.2BUGS/mail/collate-by-tag/author.htmlExp1.2BUGS/mail/collate-by-tag/date.htmlExp1.2BUGS/mail/collate-by-tag/index.htmlExp1.2BUGS/mail/collate-by-tag/subject.htmlExp1.2BUGS/mail/collect-v-numbers/0000.htmlExp1.4BUGS/mail/collect-v-numbers/0001.htmlExp1.3BUGS/mail/collect-v-numbers/attachment.htmlExp1.4BUGS/mail/collect-v-numbers/author.htmlExp1.4BUGS/mail/collect-v-numbers/date.htmlExp1.4BUGS/mail/collect-v-numbers/index.htmlExp1.4BUGS/mail/collect-v-numbers/subject.htmlExp1.4BUGS/mail/cosmetic-indenting/0000.htmlExp1.3BUGS/mail/cosmetic-indenting/0001.htmlExp1.3BUGS/mail/cosmetic-indenting/0002.htmlExp1.3BUGS/mail/cosmetic-indenting/0003.htmlExp1.3BUGS/mail/cosmetic-indenting/0004.htmlExp1.3BUGS/mail/cosmetic-indenting/0005.htmlExp1.3BUGS/mail/cosmetic-indenting/0006.htmlExp1.3BUGS/mail/cosmetic-indenting/0007.htmlExp1.3BUGS/mail/cosmetic-indenting/attachment.htmlExp1.3BUGS/mail/cosmetic-indenting/author.htmlExp1.3BUGS/mail/cosmetic-indenting/date.htmlExp1.3BUGS/mail/cosmetic-indenting/index.htmlExp1.3BUGS/mail/cosmetic-indenting/subject.htmlExp1.3BUGS/mail/deleted-file-no-revision/0000.htmlExp1.3BUGS/mail/deleted-file-no-revision/attachment.htmlExp1.3BUGS/mail/deleted-file-no-revision/author.htmlExp1.3BUGS/mail/deleted-file-no-revision/date.htmlExp1.3BUGS/mail/deleted-file-no-revision/index.htmlExp1.3BUGS/mail/deleted-file-no-revision/subject.htmlExp1.3BUGS/mail/deleted-subdirs-disappear/0000.htmlExp1.3BUGS/mail/deleted-subdirs-disappear/attachment.htmlExp1.3BUGS/mail/deleted-subdirs-disappear/author.htmlExp1.3BUGS/mail/deleted-subdirs-disappear/date.htmlExp1.3BUGS/mail/deleted-subdirs-disappear/index.htmlExp1.3BUGS/mail/deleted-subdirs-disappear/subject.htmlExp1.3BUGS/mail/delta-flag/0000.htmlExp1.3BUGS/mail/delta-flag/0001.htmlExp1.3BUGS/mail/delta-flag/0002.htmlExp1.3BUGS/mail/delta-flag/attachment.htmlExp1.3BUGS/mail/delta-flag/author.htmlExp1.3BUGS/mail/delta-flag/date.htmlExp1.3BUGS/mail/delta-flag/index.htmlExp1.3BUGS/mail/delta-flag/subject.htmlExp1.3BUGS/mail/delta-undocumented/0000.htmlExp1.4BUGS/mail/delta-undocumented/0001.htmlExp1.4BUGS/mail/delta-undocumented/0002.htmlExp1.4BUGS/mail/delta-undocumented/0003.htmlExp1.3BUGS/mail/delta-undocumented/attachment.htmlExp1.4BUGS/mail/delta-undocumented/author.htmlExp1.4BUGS/mail/delta-undocumented/date.htmlExp1.4BUGS/mail/delta-undocumented/index.htmlExp1.4BUGS/mail/delta-undocumented/subject.htmlExp1.4BUGS/mail/dirs-called-0/0000.htmlExp1.4BUGS/mail/dirs-called-0/0001.htmlExp1.4BUGS/mail/dirs-called-0/0002.htmlExp1.4BUGS/mail/dirs-called-0/0003.htmlExp1.4BUGS/mail/dirs-called-0/0004.htmlExp1.4BUGS/mail/dirs-called-0/0005.htmlExp1.3BUGS/mail/dirs-called-0/0006.htmlExp1.3BUGS/mail/dirs-called-0/0007.htmlExp1.3BUGS/mail/dirs-called-0/0008.htmlExp1.3BUGS/mail/dirs-called-0/0009.htmlExp1.3BUGS/mail/dirs-called-0/0010.htmlExp1.3BUGS/mail/dirs-called-0/attachment.htmlExp1.4BUGS/mail/dirs-called-0/author.htmlExp1.4BUGS/mail/dirs-called-0/date.htmlExp1.4BUGS/mail/dirs-called-0/index.htmlExp1.4BUGS/mail/dirs-called-0/subject.htmlExp1.4BUGS/mail/dirs-called-0/att-0009/cvs2cl.plExp1.3BUGS/mail/eol-whitespace/0000.htmlExp1.3BUGS/mail/eol-whitespace/0001.htmlExp1.3BUGS/mail/eol-whitespace/0002.htmlExp1.3BUGS/mail/eol-whitespace/0003.htmlExp1.3BUGS/mail/eol-whitespace/attachment.htmlExp1.3BUGS/mail/eol-whitespace/author.htmlExp1.3BUGS/mail/eol-whitespace/date.htmlExp1.3BUGS/mail/eol-whitespace/index.htmlExp1.3BUGS/mail/eol-whitespace/subject.htmlExp1.3BUGS/mail/examples-of-date-use/0000.htmlExp1.2BUGS/mail/examples-of-date-use/0001.htmlExp1.2BUGS/mail/examples-of-date-use/0002.htmlExp1.2BUGS/mail/examples-of-date-use/0003.htmlExp1.2BUGS/mail/examples-of-date-use/attachment.htmlExp1.2BUGS/mail/examples-of-date-use/author.htmlExp1.2BUGS/mail/examples-of-date-use/date.htmlExp1.2BUGS/mail/examples-of-date-use/index.htmlExp1.2BUGS/mail/examples-of-date-use/subject.htmlExp1.2BUGS/mail/exclude-regex/0000.htmlExp1.3BUGS/mail/exclude-regex/0001.htmlExp1.3BUGS/mail/exclude-regex/attachment.htmlExp1.3BUGS/mail/exclude-regex/author.htmlExp1.3BUGS/mail/exclude-regex/date.htmlExp1.3BUGS/mail/exclude-regex/index.htmlExp1.3BUGS/mail/exclude-regex/subject.htmlExp1.3BUGS/mail/extra-square-brackets/0000.htmlExp1.5BUGS/mail/extra-square-brackets/0001.htmlExp1.5BUGS/mail/extra-square-brackets/0002.htmlExp1.5BUGS/mail/extra-square-brackets/0003.htmlExp1.5BUGS/mail/extra-square-brackets/0004.htmlExp1.4BUGS/mail/extra-square-brackets/0005.htmlExp1.4BUGS/mail/extra-square-brackets/0006.htmlExp1.4BUGS/mail/extra-square-brackets/0007.htmlExp1.3BUGS/mail/extra-square-brackets/attachment.htmlExp1.5BUGS/mail/extra-square-brackets/author.htmlExp1.5BUGS/mail/extra-square-brackets/date.htmlExp1.5BUGS/mail/extra-square-brackets/index.htmlExp1.5BUGS/mail/extra-square-brackets/subject.htmlExp1.5BUGS/mail/gecos-domain-options/0000.htmlExp1.4BUGS/mail/gecos-domain-options/0001.htmlExp1.4BUGS/mail/gecos-domain-options/0002.htmlExp1.3BUGS/mail/gecos-domain-options/0003.htmlExp1.3BUGS/mail/gecos-domain-options/attachment.htmlExp1.4BUGS/mail/gecos-domain-options/author.htmlExp1.4BUGS/mail/gecos-domain-options/date.htmlExp1.4BUGS/mail/gecos-domain-options/index.htmlExp1.4BUGS/mail/gecos-domain-options/subject.htmlExp1.4BUGS/mail/gecos-unitialized-value/0000.htmlExp1.2BUGS/mail/gecos-unitialized-value/0001.htmlExp1.2BUGS/mail/gecos-unitialized-value/attachment.htmlExp1.2BUGS/mail/gecos-unitialized-value/author.htmlExp1.2BUGS/mail/gecos-unitialized-value/date.htmlExp1.2BUGS/mail/gecos-unitialized-value/index.htmlExp1.2BUGS/mail/gecos-unitialized-value/subject.htmlExp1.2BUGS/mail/group-by-author-and-day/0000.htmlExp1.3BUGS/mail/group-by-author-and-day/0001.htmlExp1.3BUGS/mail/group-by-author-and-day/0002.htmlExp1.3BUGS/mail/group-by-author-and-day/0003.htmlExp1.3BUGS/mail/group-by-author-and-day/attachment.htmlExp1.3BUGS/mail/group-by-author-and-day/author.htmlExp1.3BUGS/mail/group-by-author-and-day/date.htmlExp1.3BUGS/mail/group-by-author-and-day/index.htmlExp1.3BUGS/mail/group-by-author-and-day/subject.htmlExp1.3BUGS/mail/hardwired-exec-line/0000.htmlExp1.3BUGS/mail/hardwired-exec-line/0001.htmlExp1.3BUGS/mail/hardwired-exec-line/0002.htmlExp1.3BUGS/mail/hardwired-exec-line/0003.htmlExp1.3BUGS/mail/hardwired-exec-line/attachment.htmlExp1.3BUGS/mail/hardwired-exec-line/author.htmlExp1.3BUGS/mail/hardwired-exec-line/date.htmlExp1.3BUGS/mail/hardwired-exec-line/index.htmlExp1.3BUGS/mail/hardwired-exec-line/subject.htmlExp1.3BUGS/mail/hide-branch-additions/0000.htmlExp1.3BUGS/mail/hide-branch-additions/0001.htmlExp1.3BUGS/mail/hide-branch-additions/attachment.htmlExp1.3BUGS/mail/hide-branch-additions/author.htmlExp1.3BUGS/mail/hide-branch-additions/date.htmlExp1.3BUGS/mail/hide-branch-additions/index.htmlExp1.3BUGS/mail/hide-branch-additions/subject.htmlExp1.3BUGS/mail/hide-branch-additions/att-0000/cvs2cl.pl.2.48Exp1.3BUGS/mail/ignore-tag-option/0000.htmlExp1.3BUGS/mail/ignore-tag-option/attachment.htmlExp1.3BUGS/mail/ignore-tag-option/author.htmlExp1.3BUGS/mail/ignore-tag-option/date.htmlExp1.3BUGS/mail/ignore-tag-option/index.htmlExp1.3BUGS/mail/ignore-tag-option/subject.htmlExp1.3BUGS/mail/inverted--no-ancestors/0000.htmlExp1.3BUGS/mail/inverted--no-ancestors/0001.htmlExp1.3BUGS/mail/inverted--no-ancestors/attachment.htmlExp1.3BUGS/mail/inverted--no-ancestors/author.htmlExp1.3BUGS/mail/inverted--no-ancestors/date.htmlExp1.3BUGS/mail/inverted--no-ancestors/index.htmlExp1.3BUGS/mail/inverted--no-ancestors/subject.htmlExp1.3BUGS/mail/item-prefix/0000.htmlExp1.3BUGS/mail/item-prefix/0001.htmlExp1.3BUGS/mail/item-prefix/attachment.htmlExp1.3BUGS/mail/item-prefix/author.htmlExp1.3BUGS/mail/item-prefix/date.htmlExp1.3BUGS/mail/item-prefix/index.htmlExp1.3BUGS/mail/item-prefix/subject.htmlExp1.3BUGS/mail/latest-rev/0000.htmlExp1.3BUGS/mail/latest-rev/0001.htmlExp1.3BUGS/mail/latest-rev/attachment.htmlExp1.3BUGS/mail/latest-rev/author.htmlExp1.3BUGS/mail/latest-rev/date.htmlExp1.3BUGS/mail/latest-rev/index.htmlExp1.3BUGS/mail/latest-rev/subject.htmlExp1.3BUGS/mail/log-only-on-branch/0000.htmlExp1.3BUGS/mail/log-only-on-branch/0001.htmlExp1.3BUGS/mail/log-only-on-branch/0002.htmlExp1.3BUGS/mail/log-only-on-branch/0003.htmlExp1.3BUGS/mail/log-only-on-branch/attachment.htmlExp1.3BUGS/mail/log-only-on-branch/author.htmlExp1.3BUGS/mail/log-only-on-branch/date.htmlExp1.3BUGS/mail/log-only-on-branch/index.htmlExp1.3BUGS/mail/log-only-on-branch/subject.htmlExp1.3BUGS/mail/mailname-vs-domain/0000.htmlExp1.3BUGS/mail/mailname-vs-domain/0001.htmlExp1.3BUGS/mail/mailname-vs-domain/0002.htmlExp1.3BUGS/mail/mailname-vs-domain/0003.htmlExp1.3BUGS/mail/mailname-vs-domain/attachment.htmlExp1.3BUGS/mail/mailname-vs-domain/author.htmlExp1.3BUGS/mail/mailname-vs-domain/date.htmlExp1.3BUGS/mail/mailname-vs-domain/index.htmlExp1.3BUGS/mail/mailname-vs-domain/subject.htmlExp1.3BUGS/mail/malformed-utf-8/0000.htmlExp1.3BUGS/mail/malformed-utf-8/0001.htmlExp1.3BUGS/mail/malformed-utf-8/0002.htmlExp1.3BUGS/mail/malformed-utf-8/0003.htmlExp1.3BUGS/mail/malformed-utf-8/0004.htmlExp1.3BUGS/mail/malformed-utf-8/0005.htmlExp1.3BUGS/mail/malformed-utf-8/0006.htmlExp1.3BUGS/mail/malformed-utf-8/0007.htmlExp1.3BUGS/mail/malformed-utf-8/0008.htmlExp1.3BUGS/mail/malformed-utf-8/0009.htmlExp1.3BUGS/mail/malformed-utf-8/0010.htmlExp1.3BUGS/mail/malformed-utf-8/0011.htmlExp1.3BUGS/mail/malformed-utf-8/attachment.htmlExp1.3BUGS/mail/malformed-utf-8/author.htmlExp1.3BUGS/mail/malformed-utf-8/date.htmlExp1.3BUGS/mail/malformed-utf-8/index.htmlExp1.3BUGS/mail/malformed-utf-8/subject.htmlExp1.3BUGS/mail/multi-follow/0000.htmlExp1.2BUGS/mail/multi-follow/0001.htmlExp1.2BUGS/mail/multi-follow/attachment.htmlExp1.2BUGS/mail/multi-follow/author.htmlExp1.2BUGS/mail/multi-follow/date.htmlExp1.2BUGS/mail/multi-follow/index.htmlExp1.2BUGS/mail/multi-follow/subject.htmlExp1.2BUGS/mail/no-ancestors-option/0000.htmlExp1.3BUGS/mail/no-ancestors-option/0001.htmlExp1.3BUGS/mail/no-ancestors-option/0002.htmlExp1.3BUGS/mail/no-ancestors-option/attachment.htmlExp1.3BUGS/mail/no-ancestors-option/author.htmlExp1.3BUGS/mail/no-ancestors-option/date.htmlExp1.3BUGS/mail/no-ancestors-option/index.htmlExp1.3BUGS/mail/no-ancestors-option/subject.htmlExp1.3BUGS/mail/no-ancestors-option/att-0000/cvs2cl.plExp1.3BUGS/mail/no-common-dir-option/0000.htmlExp1.4BUGS/mail/no-common-dir-option/0001.htmlExp1.4BUGS/mail/no-common-dir-option/0002.htmlExp1.3BUGS/mail/no-common-dir-option/attachment.htmlExp1.4BUGS/mail/no-common-dir-option/author.htmlExp1.4BUGS/mail/no-common-dir-option/date.htmlExp1.4BUGS/mail/no-common-dir-option/index.htmlExp1.4BUGS/mail/no-common-dir-option/subject.htmlExp1.4BUGS/mail/no-indent/0000.htmlExp1.2BUGS/mail/no-indent/0001.htmlExp1.2BUGS/mail/no-indent/attachment.htmlExp1.2BUGS/mail/no-indent/author.htmlExp1.2BUGS/mail/no-indent/date.htmlExp1.2BUGS/mail/no-indent/index.htmlExp1.2BUGS/mail/no-indent/subject.htmlExp1.2BUGS/mail/no-indent-still-does/0000.htmlExp1.1BUGS/mail/no-indent-still-does/0001.htmlExp1.1BUGS/mail/no-indent-still-does/attachment.htmlExp1.1BUGS/mail/no-indent-still-does/author.htmlExp1.1BUGS/mail/no-indent-still-does/date.htmlExp1.1BUGS/mail/no-indent-still-does/index.htmlExp1.1BUGS/mail/no-indent-still-does/subject.htmlExp1.1BUGS/mail/no-manpage/0000.htmlExp1.1BUGS/mail/no-manpage/0001.htmlExp1.1BUGS/mail/no-manpage/attachment.htmlExp1.1BUGS/mail/no-manpage/author.htmlExp1.1BUGS/mail/no-manpage/date.htmlExp1.1BUGS/mail/no-manpage/index.htmlExp1.1BUGS/mail/no-manpage/subject.htmlExp1.1BUGS/mail/no-times-option/0000.htmlExp1.3BUGS/mail/no-times-option/0001.htmlExp1.3BUGS/mail/no-times-option/attachment.htmlExp1.3BUGS/mail/no-times-option/author.htmlExp1.3BUGS/mail/no-times-option/date.htmlExp1.3BUGS/mail/no-times-option/index.htmlExp1.3BUGS/mail/no-times-option/subject.htmlExp1.3BUGS/mail/passwd-user-expansion/0000.htmlExp1.3BUGS/mail/passwd-user-expansion/0001.htmlExp1.3BUGS/mail/passwd-user-expansion/0002.htmlExp1.3BUGS/mail/passwd-user-expansion/0003.htmlExp1.3BUGS/mail/passwd-user-expansion/0004.htmlExp1.3BUGS/mail/passwd-user-expansion/attachment.htmlExp1.3BUGS/mail/passwd-user-expansion/author.htmlExp1.3BUGS/mail/passwd-user-expansion/date.htmlExp1.3BUGS/mail/passwd-user-expansion/index.htmlExp1.3BUGS/mail/passwd-user-expansion/subject.htmlExp1.3BUGS/mail/rcs-file-name/0000.htmlExp1.3BUGS/mail/rcs-file-name/0001.htmlExp1.3BUGS/mail/rcs-file-name/attachment.htmlExp1.3BUGS/mail/rcs-file-name/author.htmlExp1.3BUGS/mail/rcs-file-name/date.htmlExp1.3BUGS/mail/rcs-file-name/index.htmlExp1.3BUGS/mail/rcs-file-name/subject.htmlExp1.3BUGS/mail/rcs-file-windoze/0000.htmlExp1.3BUGS/mail/rcs-file-windoze/0001.htmlExp1.3BUGS/mail/rcs-file-windoze/attachment.htmlExp1.3BUGS/mail/rcs-file-windoze/author.htmlExp1.3BUGS/mail/rcs-file-windoze/date.htmlExp1.3BUGS/mail/rcs-file-windoze/index.htmlExp1.3BUGS/mail/rcs-file-windoze/subject.htmlExp1.3BUGS/mail/rcs-option/0000.htmlExp1.3BUGS/mail/rcs-option/0001.htmlExp1.3BUGS/mail/rcs-option/0002.htmlExp1.3BUGS/mail/rcs-option/attachment.htmlExp1.3BUGS/mail/rcs-option/author.htmlExp1.3BUGS/mail/rcs-option/date.htmlExp1.3BUGS/mail/rcs-option/index.htmlExp1.3BUGS/mail/rcs-option/subject.htmlExp1.3BUGS/mail/remove-attic-from-rcs/0000.htmlExp1.2BUGS/mail/remove-attic-from-rcs/0001.htmlExp1.2BUGS/mail/remove-attic-from-rcs/0002.htmlExp1.2BUGS/mail/remove-attic-from-rcs/0003.htmlExp1.2BUGS/mail/remove-attic-from-rcs/0004.htmlExp1.2BUGS/mail/remove-attic-from-rcs/0005.htmlExp1.2BUGS/mail/remove-attic-from-rcs/attachment.htmlExp1.2BUGS/mail/remove-attic-from-rcs/author.htmlExp1.2BUGS/mail/remove-attic-from-rcs/date.htmlExp1.2BUGS/mail/remove-attic-from-rcs/index.htmlExp1.2BUGS/mail/remove-attic-from-rcs/subject.htmlExp1.2BUGS/mail/revert-common-dir-1file/0000.htmlExp1.5BUGS/mail/revert-common-dir-1file/0001.htmlExp1.5BUGS/mail/revert-common-dir-1file/0002.htmlExp1.4BUGS/mail/revert-common-dir-1file/0003.htmlExp1.3BUGS/mail/revert-common-dir-1file/attachment.htmlExp1.5BUGS/mail/revert-common-dir-1file/author.htmlExp1.5BUGS/mail/revert-common-dir-1file/date.htmlExp1.5BUGS/mail/revert-common-dir-1file/index.htmlExp1.5BUGS/mail/revert-common-dir-1file/subject.htmlExp1.5BUGS/mail/Mail updates for 2.522004-01-20Tuesday2004-01-20T11:37:31Zfluffyieee1394-cl.htmlExp1.1Daniel Ciaglia's XSLT (Example Output)2004-01-20Tuesday2004-01-20T11:30:31Zfluffycl2any-ciaglia.bashExp1.1cl2html-ciaglia.xsltExp1.1Daniel Ciaglia's XSLT2003-12-10Wednesday2003-12-10T09:27:44Zfluffyindex.htmlExp1.24Add Robin Johnson to the list of contributors2003-12-09Tuesday2003-12-09T11:16:28Zfluffyfilter-cvs2cl.xsltExp1.1[no log message]2003-12-09Tuesday2003-12-09T11:14:19Zfluffyindex.htmlExp1.23Add in 2.51 release notes, and authors & contributors section2003-12-09Tuesday2003-12-09T11:05:49ZfluffyBUGS/mail/branch-added-files-with-space-in-fn/0000.htmlExp1.1BUGS/mail/branch-added-files-with-space-in-fn/0001.htmlExp1.1BUGS/mail/branch-added-files-with-space-in-fn/0002.htmlExp1.1BUGS/mail/branch-added-files-with-space-in-fn/attachment.htmlExp1.1BUGS/mail/branch-added-files-with-space-in-fn/author.htmlExp1.1BUGS/mail/branch-added-files-with-space-in-fn/date.htmlExp1.1BUGS/mail/branch-added-files-with-space-in-fn/index.htmlExp1.1BUGS/mail/branch-added-files-with-space-in-fn/subject.htmlExp1.1BUGS/mail/collate-by-tag/0000.htmlExp1.1BUGS/mail/collate-by-tag/0001.htmlExp1.1BUGS/mail/collate-by-tag/attachment.htmlExp1.1BUGS/mail/collate-by-tag/author.htmlExp1.1BUGS/mail/collate-by-tag/date.htmlExp1.1BUGS/mail/collate-by-tag/index.htmlExp1.1BUGS/mail/collate-by-tag/subject.htmlExp1.1BUGS/mail/examples-of-date-use/0000.htmlExp1.1BUGS/mail/examples-of-date-use/0001.htmlExp1.1BUGS/mail/examples-of-date-use/0002.htmlExp1.1BUGS/mail/examples-of-date-use/0003.htmlExp1.1BUGS/mail/examples-of-date-use/attachment.htmlExp1.1BUGS/mail/examples-of-date-use/author.htmlExp1.1BUGS/mail/examples-of-date-use/date.htmlExp1.1BUGS/mail/examples-of-date-use/index.htmlExp1.1BUGS/mail/examples-of-date-use/subject.htmlExp1.1BUGS/mail/gecos-unitialized-value/0000.htmlExp1.1BUGS/mail/gecos-unitialized-value/0001.htmlExp1.1BUGS/mail/gecos-unitialized-value/attachment.htmlExp1.1BUGS/mail/gecos-unitialized-value/author.htmlExp1.1BUGS/mail/gecos-unitialized-value/date.htmlExp1.1BUGS/mail/gecos-unitialized-value/index.htmlExp1.1BUGS/mail/gecos-unitialized-value/subject.htmlExp1.1BUGS/mail/multi-follow/0000.htmlExp1.1BUGS/mail/multi-follow/0001.htmlExp1.1BUGS/mail/multi-follow/attachment.htmlExp1.1BUGS/mail/multi-follow/author.htmlExp1.1BUGS/mail/multi-follow/date.htmlExp1.1BUGS/mail/multi-follow/index.htmlExp1.1BUGS/mail/multi-follow/subject.htmlExp1.1BUGS/mail/no-indent/0000.htmlExp1.1BUGS/mail/no-indent/0001.htmlExp1.1BUGS/mail/no-indent/attachment.htmlExp1.1BUGS/mail/no-indent/author.htmlExp1.1BUGS/mail/no-indent/date.htmlExp1.1BUGS/mail/no-indent/index.htmlExp1.1BUGS/mail/no-indent/subject.htmlExp1.1BUGS/mail/remove-attic-from-rcs/0000.htmlExp1.1BUGS/mail/remove-attic-from-rcs/0001.htmlExp1.1BUGS/mail/remove-attic-from-rcs/0002.htmlExp1.1BUGS/mail/remove-attic-from-rcs/0003.htmlExp1.1BUGS/mail/remove-attic-from-rcs/0004.htmlExp1.1BUGS/mail/remove-attic-from-rcs/0005.htmlExp1.1BUGS/mail/remove-attic-from-rcs/attachment.htmlExp1.1BUGS/mail/remove-attic-from-rcs/author.htmlExp1.1BUGS/mail/remove-attic-from-rcs/date.htmlExp1.1BUGS/mail/remove-attic-from-rcs/index.htmlExp1.1BUGS/mail/remove-attic-from-rcs/subject.htmlExp1.1BUGS/mail/xml-add-isodate/0000.htmlExp1.1BUGS/mail/xml-add-isodate/0001.htmlExp1.1BUGS/mail/xml-add-isodate/attachment.htmlExp1.1BUGS/mail/xml-add-isodate/author.htmlExp1.1BUGS/mail/xml-add-isodate/date.htmlExp1.1BUGS/mail/xml-add-isodate/index.htmlExp1.1BUGS/mail/xml-add-isodate/subject.htmlExp1.1BUGS/mail/xml-add-isodate/att-0000/filter-cvs2cl.xslExp1.1BUGS/mail/xml-add-isodate/att-0000/isoDate.patchExp1.1BUGS/mail/Bugs status update2003-12-09Tuesday2003-12-09T10:58:57ZfluffyBUGS/detail.htmlExp1.8BUGS/summary.htmlExp1.7BUGS/mail/-W-and-0-value/0000.htmlExp1.2BUGS/mail/-W-and-0-value/attachment.htmlExp1.2BUGS/mail/-W-and-0-value/author.htmlExp1.2BUGS/mail/-W-and-0-value/date.htmlExp1.2BUGS/mail/-W-and-0-value/index.htmlExp1.2BUGS/mail/-W-and-0-value/subject.htmlExp1.2BUGS/mail/-r-and--b/0000.htmlExp1.2BUGS/mail/-r-and--b/attachment.htmlExp1.2BUGS/mail/-r-and--b/author.htmlExp1.2BUGS/mail/-r-and--b/date.htmlExp1.2BUGS/mail/-r-and--b/index.htmlExp1.2BUGS/mail/-r-and--b/subject.htmlExp1.2BUGS/mail/FSF-option/0000.htmlExp1.3BUGS/mail/FSF-option/0001.htmlExp1.3BUGS/mail/FSF-option/0002.htmlExp1.2BUGS/mail/FSF-option/attachment.htmlE