2008-05-17 Saturday 2008-05-17T13:25:54Z kfogel cvs2cl.pl Exp 2.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-10 Saturday 2008-05-10T16:55:47Z kfogel cvs2cl.pl Exp 2.70 * cvs2cl/cvs2cl.pl (delta_check): Oops, follow up to r2.69 with a second typo fix. D'oh. 2008-05-10 Saturday 2008-05-10T16:49:10Z kfogel cvs2cl.pl Exp 2.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-11 Friday 2008-04-11T20:50:06Z kfogel cvs2cl.pl Exp 2.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, Andreas 2007-08-01 Wednesday 2007-08-02T01:49:42Z kfogel cvs2cl.pl Exp 2.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-15 Sunday 2007-07-15T05:52:10Z kfogel cvs2cl.pl Exp 2.66 * cvs2cl.pl: Document the '--group-within-date' option. Suggested by: Pierre Locquet <plocquet{_AT_}sopragroup.com> 2007-07-15 Sunday 2007-07-15T05:48:43Z kfogel cvs2cl.pl Exp 2.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-15 Sunday 2007-07-15T05:42:16Z kfogel cvs2cl.pl Exp 2.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-15 Sunday 2007-07-15T05:41:31Z kfogel cvs2cl.pl Exp 2.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-23 Monday 2007-04-23T18:42:41Z root index.html Exp 1.38 Release 2.62, with three bugfixes. 2007-04-23 Monday 2007-04-23T18:30:05Z kfogel cvs2cl.pl Exp 2.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-23 Monday 2007-04-23T18:26:18Z kfogel cvs2cl.pl Exp 2.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-04 Sunday 2007-02-04T20:21:06Z kfogel cvs2cl.pl Exp 2.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-12 Friday 2005-08-13T02:57:08Z kfogel index.html Exp 1.37 * index.html: Follow up to rev 1.36, making notice less terse and thanking Martyn Pearce. 2005-08-12 Friday 2005-08-12T15:58:51Z kfogel index.html Exp 1.36 * index.html: Announce need for new maintainer. 2005-05-18 Wednesday 2005-05-18T05:45:55Z kfogel index.html Exp 1.35 Fix typo, and add Anne Dudfield's name to contributor list. 2005-05-18 Wednesday 2005-05-18T05:42:51Z kfogel changelogs.html Exp 1.3 index.html Exp 1.34 Update for 2.59. Unpromise further ChangeLog-writing tips. 2005-05-18 Wednesday 2005-05-18T05:34:34Z kfogel cvs2cl.pl Exp 2.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-07 Sunday 2004-11-07T15:28:35Z fluffy cvs2cl.pl Exp 2.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-07 Sunday 2004-11-07T15:20:39Z fluffy index.html Exp 1.33 Add 2.58 release note 2004-11-07 Sunday 2004-11-07T13:38:11Z fluffy BUGS/mail/xml-header-option/0000.html Exp 1.1 BUGS/mail/xml-header-option/attachment.html Exp 1.1 BUGS/mail/xml-header-option/author.html Exp 1.1 BUGS/mail/xml-header-option/date.html Exp 1.1 BUGS/mail/xml-header-option/index.html Exp 1.1 BUGS/mail/xml-header-option/subject.html Exp 1.1 BUGS/mail/xml-header-option/att-0000/ChangeLog.xsd Exp 1.1 BUGS/mail/xml-tag-dates/0000.html Exp 1.1 BUGS/mail/xml-tag-dates/0001.html Exp 1.1 BUGS/mail/xml-tag-dates/0002.html Exp 1.1 BUGS/mail/xml-tag-dates/0003.html Exp 1.1 BUGS/mail/xml-tag-dates/0004.html Exp 1.1 BUGS/mail/xml-tag-dates/0005.html Exp 1.1 BUGS/mail/xml-tag-dates/0006.html Exp 1.1 BUGS/mail/xml-tag-dates/0007.html Exp 1.1 BUGS/mail/xml-tag-dates/attachment.html Exp 1.1 BUGS/mail/xml-tag-dates/author.html Exp 1.1 BUGS/mail/xml-tag-dates/date.html Exp 1.1 BUGS/mail/xml-tag-dates/index.html Exp 1.1 BUGS/mail/xml-tag-dates/subject.html Exp 1.1 BUGS/mail/ [no log message] 2004-11-07 Sunday 2004-11-07T13:04:16Z fluffy BUGS/mail/revision-on-branch-plus-ten-rev/att-0001/cvs2pl.bug.tbz2 Exp 1.1 BUGS/mail/undefined-function-with--d/0000.html Exp 1.3 BUGS/mail/undefined-function-with--d/0001.html Exp 1.2 BUGS/mail/undefined-function-with--d/0002.html Exp 1.1 BUGS/mail/undefined-function-with--d/attachment.html Exp 1.3 BUGS/mail/undefined-function-with--d/author.html Exp 1.3 BUGS/mail/undefined-function-with--d/date.html Exp 1.3 BUGS/mail/undefined-function-with--d/index.html Exp 1.3 BUGS/mail/undefined-function-with--d/subject.html Exp 1.3 BUGS/mail/use-of-quotes-on-windoze/0000.html Exp 1.1 BUGS/mail/use-of-quotes-on-windoze/attachment.html Exp 1.1 BUGS/mail/use-of-quotes-on-windoze/author.html Exp 1.1 BUGS/mail/use-of-quotes-on-windoze/date.html Exp 1.1 BUGS/mail/use-of-quotes-on-windoze/index.html Exp 1.1 BUGS/mail/use-of-quotes-on-windoze/subject.html Exp 1.1 BUGS/mail/ [no log message] 2004-11-07 Sunday 2004-11-07T13:01:12Z fluffy BUGS/mail/prune-doesnt-work/0000.html Exp 1.1 BUGS/mail/prune-doesnt-work/0001.html Exp 1.1 BUGS/mail/prune-doesnt-work/0002.html Exp 1.1 BUGS/mail/prune-doesnt-work/attachment.html Exp 1.1 BUGS/mail/prune-doesnt-work/author.html Exp 1.1 BUGS/mail/prune-doesnt-work/date.html Exp 1.1 BUGS/mail/prune-doesnt-work/index.html Exp 1.1 BUGS/mail/prune-doesnt-work/subject.html Exp 1.1 BUGS/mail/prune-doesnt-work/att-0002/cvs2pl.bug.tbz2 Exp 1.1 BUGS/mail/revision-on-branch-plus-ten-rev/0000.html Exp 1.1 BUGS/mail/revision-on-branch-plus-ten-rev/0001.html Exp 1.1 BUGS/mail/revision-on-branch-plus-ten-rev/attachment.html Exp 1.1 BUGS/mail/revision-on-branch-plus-ten-rev/author.html Exp 1.1 BUGS/mail/revision-on-branch-plus-ten-rev/date.html Exp 1.1 BUGS/mail/revision-on-branch-plus-ten-rev/index.html Exp 1.1 BUGS/mail/revision-on-branch-plus-ten-rev/subject.html Exp 1.1 BUGS/mail/ [no log message] 2004-11-07 Sunday 2004-11-07T12:58:04Z fluffy BUGS/mail/ignore-should-take-regex/0000.html Exp 1.1 BUGS/mail/ignore-should-take-regex/attachment.html Exp 1.1 BUGS/mail/ignore-should-take-regex/author.html Exp 1.1 BUGS/mail/ignore-should-take-regex/date.html Exp 1.1 BUGS/mail/ignore-should-take-regex/index.html Exp 1.1 BUGS/mail/ignore-should-take-regex/subject.html Exp 1.1 BUGS/mail/inverted--no-ancestors/0000.html Exp 1.4 BUGS/mail/inverted--no-ancestors/0001.html Exp 1.4 BUGS/mail/inverted--no-ancestors/0002.html Exp 1.1 BUGS/mail/inverted--no-ancestors/0003.html Exp 1.1 BUGS/mail/inverted--no-ancestors/0004.html Exp 1.1 BUGS/mail/inverted--no-ancestors/0005.html Exp 1.1 BUGS/mail/inverted--no-ancestors/0006.html Exp 1.1 BUGS/mail/inverted--no-ancestors/attachment.html Exp 1.4 BUGS/mail/inverted--no-ancestors/author.html Exp 1.4 BUGS/mail/inverted--no-ancestors/date.html Exp 1.4 BUGS/mail/inverted--no-ancestors/index.html Exp 1.4 BUGS/mail/inverted--no-ancestors/subject.html Exp 1.4 BUGS/mail/inverted--no-ancestors/att-0006/00-part Exp 1.1 BUGS/mail/ [no log message] 2004-11-07 Sunday 2004-11-07T12:54:59Z fluffy BUGS/mail/date-format-change-cvs-1-12-9/att-0010/cvs2cl-2.55-be-cvs-1.12-format.patch Exp 1.1 BUGS/mail/date-format-change-cvs-1-12-9/att-0011/patch Exp 1.1 BUGS/mail/gecos-unitialized-value/0000.html Exp 1.3 BUGS/mail/gecos-unitialized-value/0001.html Exp 1.3 BUGS/mail/gecos-unitialized-value/0002.html Exp 1.1 BUGS/mail/gecos-unitialized-value/0003.html Exp 1.1 BUGS/mail/gecos-unitialized-value/0004.html Exp 1.1 BUGS/mail/gecos-unitialized-value/attachment.html Exp 1.3 BUGS/mail/gecos-unitialized-value/author.html Exp 1.3 BUGS/mail/gecos-unitialized-value/date.html Exp 1.3 BUGS/mail/gecos-unitialized-value/index.html Exp 1.3 BUGS/mail/gecos-unitialized-value/subject.html Exp 1.3 BUGS/mail/ [no log message] 2004-11-07 Sunday 2004-11-07T12:51:50Z fluffy BUGS/detail.html Exp 1.13 BUGS/summary.html Exp 1.12 BUGS/mail/binmode-on-windoze/0000.html Exp 1.6 BUGS/mail/binmode-on-windoze/0001.html Exp 1.5 BUGS/mail/binmode-on-windoze/0002.html Exp 1.2 BUGS/mail/binmode-on-windoze/0003.html Exp 1.2 BUGS/mail/binmode-on-windoze/0004.html Exp 1.2 BUGS/mail/binmode-on-windoze/0005.html Exp 1.1 BUGS/mail/binmode-on-windoze/0006.html Exp 1.1 BUGS/mail/binmode-on-windoze/0007.html Exp 1.1 BUGS/mail/binmode-on-windoze/0008.html Exp 1.1 BUGS/mail/binmode-on-windoze/attachment.html Exp 1.5 BUGS/mail/binmode-on-windoze/author.html Exp 1.5 BUGS/mail/binmode-on-windoze/date.html Exp 1.5 BUGS/mail/binmode-on-windoze/index.html Exp 1.5 BUGS/mail/binmode-on-windoze/subject.html Exp 1.5 BUGS/mail/date-format-change-cvs-1-12-9/0000.html Exp 1.2 BUGS/mail/date-format-change-cvs-1-12-9/0001.html Exp 1.2 BUGS/mail/date-format-change-cvs-1-12-9/0002.html Exp 1.2 BUGS/mail/date-format-change-cvs-1-12-9/0003.html Exp 1.2 BUGS/mail/date-format-change-cvs-1-12-9/0004.html Exp 1.2 BUGS/mail/date-format-change-cvs-1-12-9/0005.html Exp 1.2 BUGS/mail/date-format-change-cvs-1-12-9/0006.html Exp 1.2 BUGS/mail/date-format-change-cvs-1-12-9/0007.html Exp 1.2 BUGS/mail/date-format-change-cvs-1-12-9/0008.html Exp 1.2 BUGS/mail/date-format-change-cvs-1-12-9/0009.html Exp 1.1 BUGS/mail/date-format-change-cvs-1-12-9/0010.html Exp 1.1 BUGS/mail/date-format-change-cvs-1-12-9/0011.html Exp 1.1 BUGS/mail/date-format-change-cvs-1-12-9/0012.html Exp 1.1 BUGS/mail/date-format-change-cvs-1-12-9/attachment.html Exp 1.2 BUGS/mail/date-format-change-cvs-1-12-9/author.html Exp 1.2 BUGS/mail/date-format-change-cvs-1-12-9/date.html Exp 1.2 BUGS/mail/date-format-change-cvs-1-12-9/index.html Exp 1.2 BUGS/mail/date-format-change-cvs-1-12-9/subject.html Exp 1.2 BUGS/ [no log message] 2004-10-30 Saturday 2004-10-30T17:01:00Z fluffy ChangeLog.xsd Exp 1.2 support optional linesadded/linesremoved elements 2004-10-30 Saturday 2004-10-30T16:50:59Z fluffy ChangeLog.xsd Exp 1.1 Contributed by Yury Lebedev <yurylebedev@mail.ru> 2004-10-12 Tuesday 2004-10-12T07:30:02Z kfogel index.html Exp 1.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-10 Saturday 2004-07-10T20:40:18Z fluffy BUGS/mail/undefined-function-with--d/0000.html Exp 1.2 BUGS/mail/undefined-function-with--d/attachment.html Exp 1.2 BUGS/mail/undefined-function-with--d/author.html Exp 1.2 BUGS/mail/undefined-function-with--d/date.html Exp 1.2 BUGS/mail/undefined-function-with--d/index.html Exp 1.2 BUGS/mail/undefined-function-with--d/subject.html Exp 1.2 BUGS/mail/gecos-parsing-uses-getpwnam-incorrectly/0000.html Exp 1.2 BUGS/mail/gecos-parsing-uses-getpwnam-incorrectly/attachment.html Exp 1.2 BUGS/mail/gecos-parsing-uses-getpwnam-incorrectly/author.html Exp 1.2 BUGS/mail/gecos-parsing-uses-getpwnam-incorrectly/date.html Exp 1.2 BUGS/mail/gecos-parsing-uses-getpwnam-incorrectly/index.html Exp 1.2 BUGS/mail/gecos-parsing-uses-getpwnam-incorrectly/subject.html Exp 1.2 BUGS/mail/undefined-function-with--d/0001.html Exp 1.1 BUGS/mail/gecos-parsing-uses-getpwnam-incorrectly/0001.html Exp 1.1 BUGS/mail/ Mail Update 2004-07-10 Saturday 2004-07-10T20:20:33Z fluffy BUGS/mail/binmode-on-windoze/0002.html Exp 1.1 BUGS/mail/binmode-on-windoze/0003.html Exp 1.1 BUGS/mail/binmode-on-windoze/0004.html Exp 1.1 BUGS/mail/date-format-change-cvs-1-12-9/0000.html Exp 1.1 BUGS/mail/date-format-change-cvs-1-12-9/0001.html Exp 1.1 BUGS/mail/date-format-change-cvs-1-12-9/0002.html Exp 1.1 BUGS/mail/date-format-change-cvs-1-12-9/0003.html Exp 1.1 BUGS/mail/date-format-change-cvs-1-12-9/0004.html Exp 1.1 BUGS/mail/date-format-change-cvs-1-12-9/0005.html Exp 1.1 BUGS/mail/date-format-change-cvs-1-12-9/0006.html Exp 1.1 BUGS/mail/date-format-change-cvs-1-12-9/0007.html Exp 1.1 BUGS/mail/date-format-change-cvs-1-12-9/0008.html Exp 1.1 BUGS/mail/date-format-change-cvs-1-12-9/attachment.html Exp 1.1 BUGS/mail/date-format-change-cvs-1-12-9/author.html Exp 1.1 BUGS/mail/date-format-change-cvs-1-12-9/date.html Exp 1.1 BUGS/mail/date-format-change-cvs-1-12-9/index.html Exp 1.1 BUGS/mail/date-format-change-cvs-1-12-9/subject.html Exp 1.1 BUGS/mail/date-format-change-cvs-1-12-9/att-0002/signature.asc Exp 1.1 BUGS/mail/follow-only-option/0006.html Exp 1.1 BUGS/mail/follow-only-option/0007.html Exp 1.1 BUGS/mail/follow-only-option/0008.html Exp 1.1 BUGS/mail/follow-only-option/att-0008/signature.asc Exp 1.1 BUGS/mail/gecos-parsing-uses-getpwnam-incorrectly/0000.html Exp 1.1 BUGS/mail/gecos-parsing-uses-getpwnam-incorrectly/attachment.html Exp 1.1 BUGS/mail/gecos-parsing-uses-getpwnam-incorrectly/author.html Exp 1.1 BUGS/mail/gecos-parsing-uses-getpwnam-incorrectly/date.html Exp 1.1 BUGS/mail/gecos-parsing-uses-getpwnam-incorrectly/index.html Exp 1.1 BUGS/mail/gecos-parsing-uses-getpwnam-incorrectly/subject.html Exp 1.1 BUGS/mail/gecos-parsing-uses-getpwnam-incorrectly/att-0000/cvs2cl.pl-2.55.patch Exp 1.1 BUGS/mail/undefined-function-with--d/0000.html Exp 1.1 BUGS/mail/undefined-function-with--d/attachment.html Exp 1.1 BUGS/mail/undefined-function-with--d/author.html Exp 1.1 BUGS/mail/undefined-function-with--d/date.html Exp 1.1 BUGS/mail/undefined-function-with--d/index.html Exp 1.1 BUGS/mail/undefined-function-with--d/subject.html Exp 1.1 BUGS/mail/undefined-function-with--d/att-0000/signature.asc Exp 1.1 BUGS/mail/ Mail update 2004-07-10 Saturday 2004-07-10T20:14:44Z fluffy BUGS/detail.html Exp 1.12 BUGS/summary.html Exp 1.11 BUGS/mail/binmode-on-windoze/0000.html Exp 1.5 BUGS/mail/binmode-on-windoze/0001.html Exp 1.4 BUGS/mail/binmode-on-windoze/attachment.html Exp 1.4 BUGS/mail/binmode-on-windoze/author.html Exp 1.4 BUGS/mail/binmode-on-windoze/date.html Exp 1.4 BUGS/mail/binmode-on-windoze/index.html Exp 1.4 BUGS/mail/binmode-on-windoze/subject.html Exp 1.4 BUGS/mail/follow-only-option/0000.html Exp 1.2 BUGS/mail/follow-only-option/0001.html Exp 1.2 BUGS/mail/follow-only-option/0002.html Exp 1.2 BUGS/mail/follow-only-option/0003.html Exp 1.2 BUGS/mail/follow-only-option/0004.html Exp 1.2 BUGS/mail/follow-only-option/0005.html Exp 1.2 BUGS/mail/follow-only-option/attachment.html Exp 1.2 BUGS/mail/follow-only-option/author.html Exp 1.2 BUGS/mail/follow-only-option/date.html Exp 1.2 BUGS/mail/follow-only-option/index.html Exp 1.2 BUGS/mail/follow-only-option/subject.html Exp 1.2 BUGS/ Mail update 2004-07-10 Saturday 2004-07-10T19:38:58Z fluffy index.html Exp 1.31 Update 2.56 to 2.57 2004-07-10 Saturday 2004-07-10T19:38:37Z fluffy cvs2cl.pl Exp 2.57 Fix typo in RE for 1.12.9-style dates 2004-07-10 Saturday 2004-07-10T18:53:54Z fluffy cvs2cl.pl Exp 2.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-10 Saturday 2004-07-10T18:49:15Z fluffy index.html Exp 1.30 Add notes of 2.56 2004-07-10 Saturday 2004-07-10T16:38:27Z fluffy cvs2cl_ruether.xslt Exp 1.1 Donated by alexander Ruether 2004-05-16 Sunday 2004-05-16T17:57:13Z kfogel index.html Exp 1.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-15 Saturday 2004-05-15T20:15:40Z fluffy BUGS/mail/bad-ref--t-b/att-0002/signature.asc Exp 1.1 BUGS/mail/delta-should-take-square-brackets/0000.html Exp 1.1 BUGS/mail/delta-should-take-square-brackets/0001.html Exp 1.1 BUGS/mail/delta-should-take-square-brackets/attachment.html Exp 1.1 BUGS/mail/delta-should-take-square-brackets/author.html Exp 1.1 BUGS/mail/delta-should-take-square-brackets/date.html Exp 1.1 BUGS/mail/delta-should-take-square-brackets/index.html Exp 1.1 BUGS/mail/delta-should-take-square-brackets/subject.html Exp 1.1 BUGS/mail/follow-only-option/0000.html Exp 1.1 BUGS/mail/follow-only-option/0001.html Exp 1.1 BUGS/mail/follow-only-option/0002.html Exp 1.1 BUGS/mail/follow-only-option/0003.html Exp 1.1 BUGS/mail/follow-only-option/0004.html Exp 1.1 BUGS/mail/follow-only-option/0005.html Exp 1.1 BUGS/mail/follow-only-option/attachment.html Exp 1.1 BUGS/mail/follow-only-option/author.html Exp 1.1 BUGS/mail/follow-only-option/date.html Exp 1.1 BUGS/mail/follow-only-option/index.html Exp 1.1 BUGS/mail/follow-only-option/subject.html Exp 1.1 BUGS/mail/lines-modified-option/0000.html Exp 1.1 BUGS/mail/lines-modified-option/0001.html Exp 1.1 BUGS/mail/lines-modified-option/attachment.html Exp 1.1 BUGS/mail/lines-modified-option/author.html Exp 1.1 BUGS/mail/lines-modified-option/date.html Exp 1.1 BUGS/mail/lines-modified-option/index.html Exp 1.1 BUGS/mail/lines-modified-option/subject.html Exp 1.1 BUGS/mail/no-exit-code-on-error/0000.html Exp 1.1 BUGS/mail/no-exit-code-on-error/0001.html Exp 1.1 BUGS/mail/no-exit-code-on-error/attachment.html Exp 1.1 BUGS/mail/no-exit-code-on-error/author.html Exp 1.1 BUGS/mail/no-exit-code-on-error/date.html Exp 1.1 BUGS/mail/no-exit-code-on-error/index.html Exp 1.1 BUGS/mail/no-exit-code-on-error/subject.html Exp 1.1 BUGS/mail/unit-with--follow/0000.html Exp 1.1 BUGS/mail/unit-with--follow/0001.html Exp 1.1 BUGS/mail/unit-with--follow/0002.html Exp 1.1 BUGS/mail/unit-with--follow/attachment.html Exp 1.1 BUGS/mail/unit-with--follow/author.html Exp 1.1 BUGS/mail/unit-with--follow/date.html Exp 1.1 BUGS/mail/unit-with--follow/index.html Exp 1.1 BUGS/mail/unit-with--follow/subject.html Exp 1.1 BUGS/mail/follow-only-option/att-0003/signature.asc Exp 1.1 BUGS/mail/lines-modified-option/att-0000/cvs2cl-lines-modified-1.patch Exp 1.1 BUGS/mail/no-exit-code-on-error/att-0000/signature.asc Exp 1.1 BUGS/mail/ Mail for 2.55 2004-05-15 Saturday 2004-05-15T20:11:10Z fluffy BUGS/detail.html Exp 1.11 BUGS/summary.html Exp 1.10 BUGS/mail/bad-ref--t-b/0000.html Exp 1.2 BUGS/mail/bad-ref--t-b/0001.html Exp 1.2 BUGS/mail/bad-ref--t-b/attachment.html Exp 1.2 BUGS/mail/bad-ref--t-b/author.html Exp 1.2 BUGS/mail/bad-ref--t-b/date.html Exp 1.2 BUGS/mail/bad-ref--t-b/index.html Exp 1.2 BUGS/mail/bad-ref--t-b/subject.html Exp 1.2 BUGS/mail/bad-ref--t-b/0002.html Exp 1.1 BUGS/mail/bad-ref--t-b/0003.html Exp 1.1 BUGS/mail/bad-ref--t-b/0004.html Exp 1.1 BUGS/ Mail for 2.55 2004-05-15 Saturday 2004-05-15T20:09:14Z fluffy cvs2cl.pl Exp 2.55 Add --lines-modified, --follow-only options 2004-05-15 Saturday 2004-05-15T19:59:19Z fluffy index.html Exp 1.28 Add details for 2.55 2004-04-19 Monday 2004-04-20T01:17:59Z kfogel cvs2cl.pl Exp 2.54 Correct spelling of Melissa O'Neill's name. 2004-04-17 Saturday 2004-04-17T14:35:33Z fluffy index.html Exp 1.27 Add Pete Kempf to contributors' list 2004-03-07 Sunday 2004-03-07T12:42:25Z fluffy BUGS/detail.html Exp 1.10 BUGS/summary.html Exp 1.9 BUGS/mail/bad-ref--t-b/0000.html Exp 1.1 BUGS/mail/bad-ref--t-b/0001.html Exp 1.1 BUGS/mail/bad-ref--t-b/attachment.html Exp 1.1 BUGS/mail/bad-ref--t-b/author.html Exp 1.1 BUGS/mail/bad-ref--t-b/date.html Exp 1.1 BUGS/mail/bad-ref--t-b/index.html Exp 1.1 BUGS/mail/bad-ref--t-b/subject.html Exp 1.1 BUGS/mail/bad-ref--t-b/att-0000/signature.asc Exp 1.1 BUGS/mail/no-manpage/0000.html Exp 1.2 BUGS/mail/no-manpage/0001.html Exp 1.2 BUGS/mail/no-manpage/0002.html Exp 1.1 BUGS/mail/no-manpage/0003.html Exp 1.1 BUGS/mail/no-manpage/attachment.html Exp 1.2 BUGS/mail/no-manpage/author.html Exp 1.2 BUGS/mail/no-manpage/date.html Exp 1.2 BUGS/mail/no-manpage/index.html Exp 1.2 BUGS/mail/no-manpage/subject.html Exp 1.2 BUGS/mail/no-manpage/att-0002/signature.asc Exp 1.1 BUGS/mail/summary-doesnt-wrap/0000.html Exp 1.2 BUGS/mail/summary-doesnt-wrap/0001.html Exp 1.2 BUGS/mail/summary-doesnt-wrap/0002.html Exp 1.1 BUGS/mail/summary-doesnt-wrap/0003.html Exp 1.1 BUGS/mail/summary-doesnt-wrap/attachment.html Exp 1.2 BUGS/mail/summary-doesnt-wrap/author.html Exp 1.2 BUGS/mail/summary-doesnt-wrap/date.html Exp 1.2 BUGS/mail/summary-doesnt-wrap/index.html Exp 1.2 BUGS/mail/summary-doesnt-wrap/subject.html Exp 1.2 BUGS/mail/summary-doesnt-wrap/att-0002/00-part Exp 1.1 BUGS/ [no log message] 2004-03-07 Sunday 2004-03-07T12:32:28Z fluffy index.html Exp 1.26 Add in 2.53 2004-03-07 Sunday 2004-03-07T11:56:25Z fluffy cvs2cl.pl Exp 2.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-06 Saturday 2004-03-06T14:57:35Z fluffy cl2html_rss-karaguezian.xslt Exp 1.1 Generate RSS & HTML (with table & colouring for files); contributed by Nicolas Karaguezian 2004-01-21 Wednesday 2004-01-21T17:02:39Z fluffy cvs2cl.pl Exp 2.52 index.html Exp 1.25 BUGS/detail.html Exp 1.9 BUGS/summary.html Exp 1.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 page 2004-01-21 Wednesday 2004-01-21T16:55:01Z fluffy BUGS/mail/no-manpage/att-0000/signature.asc Exp 1.1 BUGS/mail/summary-doesnt-wrap/att-0001/patch Exp 1.1 BUGS/mail/ Mail updates for 2.52 2004-01-21 Wednesday 2004-01-21T16:36:41Z fluffy BUGS/mail/rlog-format-stdin/0000.html Exp 1.3 BUGS/mail/rlog-format-stdin/0001.html Exp 1.3 BUGS/mail/rlog-format-stdin/attachment.html Exp 1.3 BUGS/mail/rlog-format-stdin/author.html Exp 1.3 BUGS/mail/rlog-format-stdin/date.html Exp 1.3 BUGS/mail/rlog-format-stdin/index.html Exp 1.3 BUGS/mail/rlog-format-stdin/subject.html Exp 1.3 BUGS/mail/shell-minimize-file-lists/0000.html Exp 1.4 BUGS/mail/shell-minimize-file-lists/0001.html Exp 1.4 BUGS/mail/shell-minimize-file-lists/0002.html Exp 1.4 BUGS/mail/shell-minimize-file-lists/0003.html Exp 1.4 BUGS/mail/shell-minimize-file-lists/0004.html Exp 1.4 BUGS/mail/shell-minimize-file-lists/0005.html Exp 1.3 BUGS/mail/shell-minimize-file-lists/attachment.html Exp 1.4 BUGS/mail/shell-minimize-file-lists/author.html Exp 1.4 BUGS/mail/shell-minimize-file-lists/date.html Exp 1.4 BUGS/mail/shell-minimize-file-lists/index.html Exp 1.4 BUGS/mail/shell-minimize-file-lists/subject.html Exp 1.4 BUGS/mail/show-dead-option/0000.html Exp 1.3 BUGS/mail/show-dead-option/0001.html Exp 1.3 BUGS/mail/show-dead-option/attachment.html Exp 1.3 BUGS/mail/show-dead-option/author.html Exp 1.3 BUGS/mail/show-dead-option/date.html Exp 1.3 BUGS/mail/show-dead-option/index.html Exp 1.3 BUGS/mail/show-dead-option/subject.html Exp 1.3 BUGS/mail/show-tags-option/0000.html Exp 1.4 BUGS/mail/show-tags-option/0001.html Exp 1.4 BUGS/mail/show-tags-option/0002.html Exp 1.4 BUGS/mail/show-tags-option/0003.html Exp 1.3 BUGS/mail/show-tags-option/attachment.html Exp 1.4 BUGS/mail/show-tags-option/author.html Exp 1.4 BUGS/mail/show-tags-option/date.html Exp 1.4 BUGS/mail/show-tags-option/index.html Exp 1.4 BUGS/mail/show-tags-option/subject.html Exp 1.4 BUGS/mail/sort-by-filename/0000.html Exp 1.3 BUGS/mail/sort-by-filename/0001.html Exp 1.3 BUGS/mail/sort-by-filename/attachment.html Exp 1.3 BUGS/mail/sort-by-filename/author.html Exp 1.3 BUGS/mail/sort-by-filename/date.html Exp 1.3 BUGS/mail/sort-by-filename/index.html Exp 1.3 BUGS/mail/sort-by-filename/subject.html Exp 1.3 BUGS/mail/squash-duplicate-filenames/0000.html Exp 1.4 BUGS/mail/squash-duplicate-filenames/0001.html Exp 1.4 BUGS/mail/squash-duplicate-filenames/0002.html Exp 1.3 BUGS/mail/squash-duplicate-filenames/attachment.html Exp 1.4 BUGS/mail/squash-duplicate-filenames/author.html Exp 1.4 BUGS/mail/squash-duplicate-filenames/date.html Exp 1.4 BUGS/mail/squash-duplicate-filenames/index.html Exp 1.4 BUGS/mail/squash-duplicate-filenames/subject.html Exp 1.4 BUGS/mail/summary-doesnt-wrap/0000.html Exp 1.1 BUGS/mail/summary-doesnt-wrap/0001.html Exp 1.1 BUGS/mail/summary-doesnt-wrap/attachment.html Exp 1.1 BUGS/mail/summary-doesnt-wrap/author.html Exp 1.1 BUGS/mail/summary-doesnt-wrap/date.html Exp 1.1 BUGS/mail/summary-doesnt-wrap/index.html Exp 1.1 BUGS/mail/summary-doesnt-wrap/subject.html Exp 1.1 BUGS/mail/summary-option/0000.html Exp 1.3 BUGS/mail/summary-option/0001.html Exp 1.3 BUGS/mail/summary-option/0002.html Exp 1.3 BUGS/mail/summary-option/attachment.html Exp 1.3 BUGS/mail/summary-option/author.html Exp 1.3 BUGS/mail/summary-option/date.html Exp 1.3 BUGS/mail/summary-option/index.html Exp 1.3 BUGS/mail/summary-option/subject.html Exp 1.3 BUGS/mail/support-for-function-name/0000.html Exp 1.3 BUGS/mail/support-for-function-name/0001.html Exp 1.3 BUGS/mail/support-for-function-name/attachment.html Exp 1.3 BUGS/mail/support-for-function-name/author.html Exp 1.3 BUGS/mail/support-for-function-name/date.html Exp 1.3 BUGS/mail/support-for-function-name/index.html Exp 1.3 BUGS/mail/support-for-function-name/subject.html Exp 1.3 BUGS/mail/tagdates-option/0000.html Exp 1.3 BUGS/mail/tagdates-option/0001.html Exp 1.3 BUGS/mail/tagdates-option/attachment.html Exp 1.3 BUGS/mail/tagdates-option/author.html Exp 1.3 BUGS/mail/tagdates-option/date.html Exp 1.3 BUGS/mail/tagdates-option/index.html Exp 1.3 BUGS/mail/tagdates-option/subject.html Exp 1.3 BUGS/mail/unify-by-author-and-time/0000.html Exp 1.4 BUGS/mail/unify-by-author-and-time/0001.html Exp 1.3 BUGS/mail/unify-by-author-and-time/0002.html Exp 1.3 BUGS/mail/unify-by-author-and-time/attachment.html Exp 1.4 BUGS/mail/unify-by-author-and-time/author.html Exp 1.4 BUGS/mail/unify-by-author-and-time/date.html Exp 1.4 BUGS/mail/unify-by-author-and-time/index.html Exp 1.4 BUGS/mail/unify-by-author-and-time/subject.html Exp 1.4 BUGS/mail/update-option/0000.html Exp 1.4 BUGS/mail/update-option/0001.html Exp 1.4 BUGS/mail/update-option/0002.html Exp 1.4 BUGS/mail/update-option/0003.html Exp 1.3 BUGS/mail/update-option/attachment.html Exp 1.4 BUGS/mail/update-option/author.html Exp 1.4 BUGS/mail/update-option/date.html Exp 1.4 BUGS/mail/update-option/index.html Exp 1.4 BUGS/mail/update-option/subject.html Exp 1.4 BUGS/mail/wrap-spaces/0000.html Exp 1.3 BUGS/mail/wrap-spaces/attachment.html Exp 1.3 BUGS/mail/wrap-spaces/author.html Exp 1.3 BUGS/mail/wrap-spaces/date.html Exp 1.3 BUGS/mail/wrap-spaces/index.html Exp 1.3 BUGS/mail/wrap-spaces/subject.html Exp 1.3 BUGS/mail/xml-add-isodate/0000.html Exp 1.2 BUGS/mail/xml-add-isodate/0001.html Exp 1.2 BUGS/mail/xml-add-isodate/attachment.html Exp 1.2 BUGS/mail/xml-add-isodate/author.html Exp 1.2 BUGS/mail/xml-add-isodate/date.html Exp 1.2 BUGS/mail/xml-add-isodate/index.html Exp 1.2 BUGS/mail/xml-add-isodate/subject.html Exp 1.2 BUGS/mail/xml-encoding-option/0000.html Exp 1.3 BUGS/mail/xml-encoding-option/0001.html Exp 1.3 BUGS/mail/xml-encoding-option/0002.html Exp 1.3 BUGS/mail/xml-encoding-option/attachment.html Exp 1.3 BUGS/mail/xml-encoding-option/author.html Exp 1.3 BUGS/mail/xml-encoding-option/date.html Exp 1.3 BUGS/mail/xml-encoding-option/index.html Exp 1.3 BUGS/mail/xml-encoding-option/subject.html Exp 1.3 BUGS/mail/xml-encoding-option/att-0000/cvs2cl.pl Exp 1.2 BUGS/mail/xml-encoding-option/att-0000/diff.txt Exp 1.2 BUGS/mail/xml-msg-spurious-newline/0000.html Exp 1.3 BUGS/mail/xml-msg-spurious-newline/attachment.html Exp 1.3 BUGS/mail/xml-msg-spurious-newline/author.html Exp 1.3 BUGS/mail/xml-msg-spurious-newline/date.html Exp 1.3 BUGS/mail/xml-msg-spurious-newline/index.html Exp 1.3 BUGS/mail/xml-msg-spurious-newline/subject.html Exp 1.3 BUGS/mail/xml-namespace-option/0000.html Exp 1.3 BUGS/mail/xml-namespace-option/0001.html Exp 1.3 BUGS/mail/xml-namespace-option/attachment.html Exp 1.3 BUGS/mail/xml-namespace-option/author.html Exp 1.3 BUGS/mail/xml-namespace-option/date.html Exp 1.3 BUGS/mail/xml-namespace-option/index.html Exp 1.3 BUGS/mail/xml-namespace-option/subject.html Exp 1.3 BUGS/mail/ Mail updates for 2.52 2004-01-21 Wednesday 2004-01-21T16:33:40Z fluffy BUGS/mail/-W-and-0-value/0000.html Exp 1.3 BUGS/mail/-W-and-0-value/attachment.html Exp 1.3 BUGS/mail/-W-and-0-value/author.html Exp 1.3 BUGS/mail/-W-and-0-value/date.html Exp 1.3 BUGS/mail/-W-and-0-value/index.html Exp 1.3 BUGS/mail/-W-and-0-value/subject.html Exp 1.3 BUGS/mail/-r-and--b/0000.html Exp 1.3 BUGS/mail/-r-and--b/attachment.html Exp 1.3 BUGS/mail/-r-and--b/author.html Exp 1.3 BUGS/mail/-r-and--b/date.html Exp 1.3 BUGS/mail/-r-and--b/index.html Exp 1.3 BUGS/mail/-r-and--b/subject.html Exp 1.3 BUGS/mail/FSF-option/0000.html Exp 1.4 BUGS/mail/FSF-option/0001.html Exp 1.4 BUGS/mail/FSF-option/0002.html Exp 1.3 BUGS/mail/FSF-option/attachment.html Exp 1.4 BUGS/mail/FSF-option/author.html Exp 1.4 BUGS/mail/FSF-option/date.html Exp 1.4 BUGS/mail/FSF-option/index.html Exp 1.4 BUGS/mail/FSF-option/subject.html Exp 1.4 BUGS/mail/accum-and-D/0000.html Exp 1.3 BUGS/mail/accum-and-D/0001.html Exp 1.3 BUGS/mail/accum-and-D/attachment.html Exp 1.3 BUGS/mail/accum-and-D/author.html Exp 1.3 BUGS/mail/accum-and-D/date.html Exp 1.3 BUGS/mail/accum-and-D/index.html Exp 1.3 BUGS/mail/accum-and-D/subject.html Exp 1.3 BUGS/mail/accum-utc-repeated-add/0000.html Exp 1.5 BUGS/mail/accum-utc-repeated-add/0001.html Exp 1.5 BUGS/mail/accum-utc-repeated-add/0002.html Exp 1.4 BUGS/mail/accum-utc-repeated-add/0003.html Exp 1.4 BUGS/mail/accum-utc-repeated-add/0004.html Exp 1.4 BUGS/mail/accum-utc-repeated-add/0005.html Exp 1.3 BUGS/mail/accum-utc-repeated-add/0006.html Exp 1.3 BUGS/mail/accum-utc-repeated-add/0007.html Exp 1.3 BUGS/mail/accum-utc-repeated-add/0008.html Exp 1.3 BUGS/mail/accum-utc-repeated-add/attachment.html Exp 1.5 BUGS/mail/accum-utc-repeated-add/author.html Exp 1.5 BUGS/mail/accum-utc-repeated-add/date.html Exp 1.5 BUGS/mail/accum-utc-repeated-add/index.html Exp 1.5 BUGS/mail/accum-utc-repeated-add/subject.html Exp 1.5 BUGS/mail/add-host-recognition-to--U/0000.html Exp 1.3 BUGS/mail/add-host-recognition-to--U/0001.html Exp 1.3 BUGS/mail/add-host-recognition-to--U/0002.html Exp 1.3 BUGS/mail/add-host-recognition-to--U/0003.html Exp 1.3 BUGS/mail/add-host-recognition-to--U/0004.html Exp 1.3 BUGS/mail/add-host-recognition-to--U/attachment.html Exp 1.3 BUGS/mail/add-host-recognition-to--U/author.html Exp 1.3 BUGS/mail/add-host-recognition-to--U/date.html Exp 1.3 BUGS/mail/add-host-recognition-to--U/index.html Exp 1.3 BUGS/mail/add-host-recognition-to--U/subject.html Exp 1.3 BUGS/mail/add-native-limits-options/0000.html Exp 1.3 BUGS/mail/add-native-limits-options/attachment.html Exp 1.3 BUGS/mail/add-native-limits-options/author.html Exp 1.3 BUGS/mail/add-native-limits-options/date.html Exp 1.3 BUGS/mail/add-native-limits-options/index.html Exp 1.3 BUGS/mail/add-native-limits-options/subject.html Exp 1.3 BUGS/mail/binmode-on-windoze/0000.html Exp 1.4 BUGS/mail/binmode-on-windoze/0001.html Exp 1.3 BUGS/mail/binmode-on-windoze/attachment.html Exp 1.3 BUGS/mail/binmode-on-windoze/author.html Exp 1.3 BUGS/mail/binmode-on-windoze/date.html Exp 1.3 BUGS/mail/binmode-on-windoze/index.html Exp 1.3 BUGS/mail/binmode-on-windoze/subject.html Exp 1.3 BUGS/mail/branch-added-files-with-space-in-fn/0000.html Exp 1.2 BUGS/mail/branch-added-files-with-space-in-fn/0001.html Exp 1.2 BUGS/mail/branch-added-files-with-space-in-fn/0002.html Exp 1.2 BUGS/mail/branch-added-files-with-space-in-fn/attachment.html Exp 1.2 BUGS/mail/branch-added-files-with-space-in-fn/author.html Exp 1.2 BUGS/mail/branch-added-files-with-space-in-fn/date.html Exp 1.2 BUGS/mail/branch-added-files-with-space-in-fn/index.html Exp 1.2 BUGS/mail/branch-added-files-with-space-in-fn/subject.html Exp 1.2 BUGS/mail/change-tracking-format/0000.html Exp 1.3 BUGS/mail/change-tracking-format/attachment.html Exp 1.3 BUGS/mail/change-tracking-format/author.html Exp 1.3 BUGS/mail/change-tracking-format/date.html Exp 1.3 BUGS/mail/change-tracking-format/index.html Exp 1.3 BUGS/mail/change-tracking-format/subject.html Exp 1.3 BUGS/mail/chrono-option/0000.html Exp 1.4 BUGS/mail/chrono-option/0001.html Exp 1.4 BUGS/mail/chrono-option/0002.html Exp 1.4 BUGS/mail/chrono-option/0003.html Exp 1.3 BUGS/mail/chrono-option/attachment.html Exp 1.4 BUGS/mail/chrono-option/author.html Exp 1.4 BUGS/mail/chrono-option/date.html Exp 1.4 BUGS/mail/chrono-option/index.html Exp 1.4 BUGS/mail/chrono-option/subject.html Exp 1.4 BUGS/mail/chrono-undocumented/0000.html Exp 1.3 BUGS/mail/chrono-undocumented/0001.html Exp 1.3 BUGS/mail/chrono-undocumented/attachment.html Exp 1.3 BUGS/mail/chrono-undocumented/author.html Exp 1.3 BUGS/mail/chrono-undocumented/date.html Exp 1.3 BUGS/mail/chrono-undocumented/index.html Exp 1.3 BUGS/mail/chrono-undocumented/subject.html Exp 1.3 BUGS/mail/collate-by-tag/0000.html Exp 1.2 BUGS/mail/collate-by-tag/0001.html Exp 1.2 BUGS/mail/collate-by-tag/attachment.html Exp 1.2 BUGS/mail/collate-by-tag/author.html Exp 1.2 BUGS/mail/collate-by-tag/date.html Exp 1.2 BUGS/mail/collate-by-tag/index.html Exp 1.2 BUGS/mail/collate-by-tag/subject.html Exp 1.2 BUGS/mail/collect-v-numbers/0000.html Exp 1.4 BUGS/mail/collect-v-numbers/0001.html Exp 1.3 BUGS/mail/collect-v-numbers/attachment.html Exp 1.4 BUGS/mail/collect-v-numbers/author.html Exp 1.4 BUGS/mail/collect-v-numbers/date.html Exp 1.4 BUGS/mail/collect-v-numbers/index.html Exp 1.4 BUGS/mail/collect-v-numbers/subject.html Exp 1.4 BUGS/mail/cosmetic-indenting/0000.html Exp 1.3 BUGS/mail/cosmetic-indenting/0001.html Exp 1.3 BUGS/mail/cosmetic-indenting/0002.html Exp 1.3 BUGS/mail/cosmetic-indenting/0003.html Exp 1.3 BUGS/mail/cosmetic-indenting/0004.html Exp 1.3 BUGS/mail/cosmetic-indenting/0005.html Exp 1.3 BUGS/mail/cosmetic-indenting/0006.html Exp 1.3 BUGS/mail/cosmetic-indenting/0007.html Exp 1.3 BUGS/mail/cosmetic-indenting/attachment.html Exp 1.3 BUGS/mail/cosmetic-indenting/author.html Exp 1.3 BUGS/mail/cosmetic-indenting/date.html Exp 1.3 BUGS/mail/cosmetic-indenting/index.html Exp 1.3 BUGS/mail/cosmetic-indenting/subject.html Exp 1.3 BUGS/mail/deleted-file-no-revision/0000.html Exp 1.3 BUGS/mail/deleted-file-no-revision/attachment.html Exp 1.3 BUGS/mail/deleted-file-no-revision/author.html Exp 1.3 BUGS/mail/deleted-file-no-revision/date.html Exp 1.3 BUGS/mail/deleted-file-no-revision/index.html Exp 1.3 BUGS/mail/deleted-file-no-revision/subject.html Exp 1.3 BUGS/mail/deleted-subdirs-disappear/0000.html Exp 1.3 BUGS/mail/deleted-subdirs-disappear/attachment.html Exp 1.3 BUGS/mail/deleted-subdirs-disappear/author.html Exp 1.3 BUGS/mail/deleted-subdirs-disappear/date.html Exp 1.3 BUGS/mail/deleted-subdirs-disappear/index.html Exp 1.3 BUGS/mail/deleted-subdirs-disappear/subject.html Exp 1.3 BUGS/mail/delta-flag/0000.html Exp 1.3 BUGS/mail/delta-flag/0001.html Exp 1.3 BUGS/mail/delta-flag/0002.html Exp 1.3 BUGS/mail/delta-flag/attachment.html Exp 1.3 BUGS/mail/delta-flag/author.html Exp 1.3 BUGS/mail/delta-flag/date.html Exp 1.3 BUGS/mail/delta-flag/index.html Exp 1.3 BUGS/mail/delta-flag/subject.html Exp 1.3 BUGS/mail/delta-undocumented/0000.html Exp 1.4 BUGS/mail/delta-undocumented/0001.html Exp 1.4 BUGS/mail/delta-undocumented/0002.html Exp 1.4 BUGS/mail/delta-undocumented/0003.html Exp 1.3 BUGS/mail/delta-undocumented/attachment.html Exp 1.4 BUGS/mail/delta-undocumented/author.html Exp 1.4 BUGS/mail/delta-undocumented/date.html Exp 1.4 BUGS/mail/delta-undocumented/index.html Exp 1.4 BUGS/mail/delta-undocumented/subject.html Exp 1.4 BUGS/mail/dirs-called-0/0000.html Exp 1.4 BUGS/mail/dirs-called-0/0001.html Exp 1.4 BUGS/mail/dirs-called-0/0002.html Exp 1.4 BUGS/mail/dirs-called-0/0003.html Exp 1.4 BUGS/mail/dirs-called-0/0004.html Exp 1.4 BUGS/mail/dirs-called-0/0005.html Exp 1.3 BUGS/mail/dirs-called-0/0006.html Exp 1.3 BUGS/mail/dirs-called-0/0007.html Exp 1.3 BUGS/mail/dirs-called-0/0008.html Exp 1.3 BUGS/mail/dirs-called-0/0009.html Exp 1.3 BUGS/mail/dirs-called-0/0010.html Exp 1.3 BUGS/mail/dirs-called-0/attachment.html Exp 1.4 BUGS/mail/dirs-called-0/author.html Exp 1.4 BUGS/mail/dirs-called-0/date.html Exp 1.4 BUGS/mail/dirs-called-0/index.html Exp 1.4 BUGS/mail/dirs-called-0/subject.html Exp 1.4 BUGS/mail/dirs-called-0/att-0009/cvs2cl.pl Exp 1.3 BUGS/mail/eol-whitespace/0000.html Exp 1.3 BUGS/mail/eol-whitespace/0001.html Exp 1.3 BUGS/mail/eol-whitespace/0002.html Exp 1.3 BUGS/mail/eol-whitespace/0003.html Exp 1.3 BUGS/mail/eol-whitespace/attachment.html Exp 1.3 BUGS/mail/eol-whitespace/author.html Exp 1.3 BUGS/mail/eol-whitespace/date.html Exp 1.3 BUGS/mail/eol-whitespace/index.html Exp 1.3 BUGS/mail/eol-whitespace/subject.html Exp 1.3 BUGS/mail/examples-of-date-use/0000.html Exp 1.2 BUGS/mail/examples-of-date-use/0001.html Exp 1.2 BUGS/mail/examples-of-date-use/0002.html Exp 1.2 BUGS/mail/examples-of-date-use/0003.html Exp 1.2 BUGS/mail/examples-of-date-use/attachment.html Exp 1.2 BUGS/mail/examples-of-date-use/author.html Exp 1.2 BUGS/mail/examples-of-date-use/date.html Exp 1.2 BUGS/mail/examples-of-date-use/index.html Exp 1.2 BUGS/mail/examples-of-date-use/subject.html Exp 1.2 BUGS/mail/exclude-regex/0000.html Exp 1.3 BUGS/mail/exclude-regex/0001.html Exp 1.3 BUGS/mail/exclude-regex/attachment.html Exp 1.3 BUGS/mail/exclude-regex/author.html Exp 1.3 BUGS/mail/exclude-regex/date.html Exp 1.3 BUGS/mail/exclude-regex/index.html Exp 1.3 BUGS/mail/exclude-regex/subject.html Exp 1.3 BUGS/mail/extra-square-brackets/0000.html Exp 1.5 BUGS/mail/extra-square-brackets/0001.html Exp 1.5 BUGS/mail/extra-square-brackets/0002.html Exp 1.5 BUGS/mail/extra-square-brackets/0003.html Exp 1.5 BUGS/mail/extra-square-brackets/0004.html Exp 1.4 BUGS/mail/extra-square-brackets/0005.html Exp 1.4 BUGS/mail/extra-square-brackets/0006.html Exp 1.4 BUGS/mail/extra-square-brackets/0007.html Exp 1.3 BUGS/mail/extra-square-brackets/attachment.html Exp 1.5 BUGS/mail/extra-square-brackets/author.html Exp 1.5 BUGS/mail/extra-square-brackets/date.html Exp 1.5 BUGS/mail/extra-square-brackets/index.html Exp 1.5 BUGS/mail/extra-square-brackets/subject.html Exp 1.5 BUGS/mail/gecos-domain-options/0000.html Exp 1.4 BUGS/mail/gecos-domain-options/0001.html Exp 1.4 BUGS/mail/gecos-domain-options/0002.html Exp 1.3 BUGS/mail/gecos-domain-options/0003.html Exp 1.3 BUGS/mail/gecos-domain-options/attachment.html Exp 1.4 BUGS/mail/gecos-domain-options/author.html Exp 1.4 BUGS/mail/gecos-domain-options/date.html Exp 1.4 BUGS/mail/gecos-domain-options/index.html Exp 1.4 BUGS/mail/gecos-domain-options/subject.html Exp 1.4 BUGS/mail/gecos-unitialized-value/0000.html Exp 1.2 BUGS/mail/gecos-unitialized-value/0001.html Exp 1.2 BUGS/mail/gecos-unitialized-value/attachment.html Exp 1.2 BUGS/mail/gecos-unitialized-value/author.html Exp 1.2 BUGS/mail/gecos-unitialized-value/date.html Exp 1.2 BUGS/mail/gecos-unitialized-value/index.html Exp 1.2 BUGS/mail/gecos-unitialized-value/subject.html Exp 1.2 BUGS/mail/group-by-author-and-day/0000.html Exp 1.3 BUGS/mail/group-by-author-and-day/0001.html Exp 1.3 BUGS/mail/group-by-author-and-day/0002.html Exp 1.3 BUGS/mail/group-by-author-and-day/0003.html Exp 1.3 BUGS/mail/group-by-author-and-day/attachment.html Exp 1.3 BUGS/mail/group-by-author-and-day/author.html Exp 1.3 BUGS/mail/group-by-author-and-day/date.html Exp 1.3 BUGS/mail/group-by-author-and-day/index.html Exp 1.3 BUGS/mail/group-by-author-and-day/subject.html Exp 1.3 BUGS/mail/hardwired-exec-line/0000.html Exp 1.3 BUGS/mail/hardwired-exec-line/0001.html Exp 1.3 BUGS/mail/hardwired-exec-line/0002.html Exp 1.3 BUGS/mail/hardwired-exec-line/0003.html Exp 1.3 BUGS/mail/hardwired-exec-line/attachment.html Exp 1.3 BUGS/mail/hardwired-exec-line/author.html Exp 1.3 BUGS/mail/hardwired-exec-line/date.html Exp 1.3 BUGS/mail/hardwired-exec-line/index.html Exp 1.3 BUGS/mail/hardwired-exec-line/subject.html Exp 1.3 BUGS/mail/hide-branch-additions/0000.html Exp 1.3 BUGS/mail/hide-branch-additions/0001.html Exp 1.3 BUGS/mail/hide-branch-additions/attachment.html Exp 1.3 BUGS/mail/hide-branch-additions/author.html Exp 1.3 BUGS/mail/hide-branch-additions/date.html Exp 1.3 BUGS/mail/hide-branch-additions/index.html Exp 1.3 BUGS/mail/hide-branch-additions/subject.html Exp 1.3 BUGS/mail/hide-branch-additions/att-0000/cvs2cl.pl.2.48 Exp 1.3 BUGS/mail/ignore-tag-option/0000.html Exp 1.3 BUGS/mail/ignore-tag-option/attachment.html Exp 1.3 BUGS/mail/ignore-tag-option/author.html Exp 1.3 BUGS/mail/ignore-tag-option/date.html Exp 1.3 BUGS/mail/ignore-tag-option/index.html Exp 1.3 BUGS/mail/ignore-tag-option/subject.html Exp 1.3 BUGS/mail/inverted--no-ancestors/0000.html Exp 1.3 BUGS/mail/inverted--no-ancestors/0001.html Exp 1.3 BUGS/mail/inverted--no-ancestors/attachment.html Exp 1.3 BUGS/mail/inverted--no-ancestors/author.html Exp 1.3 BUGS/mail/inverted--no-ancestors/date.html Exp 1.3 BUGS/mail/inverted--no-ancestors/index.html Exp 1.3 BUGS/mail/inverted--no-ancestors/subject.html Exp 1.3 BUGS/mail/item-prefix/0000.html Exp 1.3 BUGS/mail/item-prefix/0001.html Exp 1.3 BUGS/mail/item-prefix/attachment.html Exp 1.3 BUGS/mail/item-prefix/author.html Exp 1.3 BUGS/mail/item-prefix/date.html Exp 1.3 BUGS/mail/item-prefix/index.html Exp 1.3 BUGS/mail/item-prefix/subject.html Exp 1.3 BUGS/mail/latest-rev/0000.html Exp 1.3 BUGS/mail/latest-rev/0001.html Exp 1.3 BUGS/mail/latest-rev/attachment.html Exp 1.3 BUGS/mail/latest-rev/author.html Exp 1.3 BUGS/mail/latest-rev/date.html Exp 1.3 BUGS/mail/latest-rev/index.html Exp 1.3 BUGS/mail/latest-rev/subject.html Exp 1.3 BUGS/mail/log-only-on-branch/0000.html Exp 1.3 BUGS/mail/log-only-on-branch/0001.html Exp 1.3 BUGS/mail/log-only-on-branch/0002.html Exp 1.3 BUGS/mail/log-only-on-branch/0003.html Exp 1.3 BUGS/mail/log-only-on-branch/attachment.html Exp 1.3 BUGS/mail/log-only-on-branch/author.html Exp 1.3 BUGS/mail/log-only-on-branch/date.html Exp 1.3 BUGS/mail/log-only-on-branch/index.html Exp 1.3 BUGS/mail/log-only-on-branch/subject.html Exp 1.3 BUGS/mail/mailname-vs-domain/0000.html Exp 1.3 BUGS/mail/mailname-vs-domain/0001.html Exp 1.3 BUGS/mail/mailname-vs-domain/0002.html Exp 1.3 BUGS/mail/mailname-vs-domain/0003.html Exp 1.3 BUGS/mail/mailname-vs-domain/attachment.html Exp 1.3 BUGS/mail/mailname-vs-domain/author.html Exp 1.3 BUGS/mail/mailname-vs-domain/date.html Exp 1.3 BUGS/mail/mailname-vs-domain/index.html Exp 1.3 BUGS/mail/mailname-vs-domain/subject.html Exp 1.3 BUGS/mail/malformed-utf-8/0000.html Exp 1.3 BUGS/mail/malformed-utf-8/0001.html Exp 1.3 BUGS/mail/malformed-utf-8/0002.html Exp 1.3 BUGS/mail/malformed-utf-8/0003.html Exp 1.3 BUGS/mail/malformed-utf-8/0004.html Exp 1.3 BUGS/mail/malformed-utf-8/0005.html Exp 1.3 BUGS/mail/malformed-utf-8/0006.html Exp 1.3 BUGS/mail/malformed-utf-8/0007.html Exp 1.3 BUGS/mail/malformed-utf-8/0008.html Exp 1.3 BUGS/mail/malformed-utf-8/0009.html Exp 1.3 BUGS/mail/malformed-utf-8/0010.html Exp 1.3 BUGS/mail/malformed-utf-8/0011.html Exp 1.3 BUGS/mail/malformed-utf-8/attachment.html Exp 1.3 BUGS/mail/malformed-utf-8/author.html Exp 1.3 BUGS/mail/malformed-utf-8/date.html Exp 1.3 BUGS/mail/malformed-utf-8/index.html Exp 1.3 BUGS/mail/malformed-utf-8/subject.html Exp 1.3 BUGS/mail/multi-follow/0000.html Exp 1.2 BUGS/mail/multi-follow/0001.html Exp 1.2 BUGS/mail/multi-follow/attachment.html Exp 1.2 BUGS/mail/multi-follow/author.html Exp 1.2 BUGS/mail/multi-follow/date.html Exp 1.2 BUGS/mail/multi-follow/index.html Exp 1.2 BUGS/mail/multi-follow/subject.html Exp 1.2 BUGS/mail/no-ancestors-option/0000.html Exp 1.3 BUGS/mail/no-ancestors-option/0001.html Exp 1.3 BUGS/mail/no-ancestors-option/0002.html Exp 1.3 BUGS/mail/no-ancestors-option/attachment.html Exp 1.3 BUGS/mail/no-ancestors-option/author.html Exp 1.3 BUGS/mail/no-ancestors-option/date.html Exp 1.3 BUGS/mail/no-ancestors-option/index.html Exp 1.3 BUGS/mail/no-ancestors-option/subject.html Exp 1.3 BUGS/mail/no-ancestors-option/att-0000/cvs2cl.pl Exp 1.3 BUGS/mail/no-common-dir-option/0000.html Exp 1.4 BUGS/mail/no-common-dir-option/0001.html Exp 1.4 BUGS/mail/no-common-dir-option/0002.html Exp 1.3 BUGS/mail/no-common-dir-option/attachment.html Exp 1.4 BUGS/mail/no-common-dir-option/author.html Exp 1.4 BUGS/mail/no-common-dir-option/date.html Exp 1.4 BUGS/mail/no-common-dir-option/index.html Exp 1.4 BUGS/mail/no-common-dir-option/subject.html Exp 1.4 BUGS/mail/no-indent/0000.html Exp 1.2 BUGS/mail/no-indent/0001.html Exp 1.2 BUGS/mail/no-indent/attachment.html Exp 1.2 BUGS/mail/no-indent/author.html Exp 1.2 BUGS/mail/no-indent/date.html Exp 1.2 BUGS/mail/no-indent/index.html Exp 1.2 BUGS/mail/no-indent/subject.html Exp 1.2 BUGS/mail/no-indent-still-does/0000.html Exp 1.1 BUGS/mail/no-indent-still-does/0001.html Exp 1.1 BUGS/mail/no-indent-still-does/attachment.html Exp 1.1 BUGS/mail/no-indent-still-does/author.html Exp 1.1 BUGS/mail/no-indent-still-does/date.html Exp 1.1 BUGS/mail/no-indent-still-does/index.html Exp 1.1 BUGS/mail/no-indent-still-does/subject.html Exp 1.1 BUGS/mail/no-manpage/0000.html Exp 1.1 BUGS/mail/no-manpage/0001.html Exp 1.1 BUGS/mail/no-manpage/attachment.html Exp 1.1 BUGS/mail/no-manpage/author.html Exp 1.1 BUGS/mail/no-manpage/date.html Exp 1.1 BUGS/mail/no-manpage/index.html Exp 1.1 BUGS/mail/no-manpage/subject.html Exp 1.1 BUGS/mail/no-times-option/0000.html Exp 1.3 BUGS/mail/no-times-option/0001.html Exp 1.3 BUGS/mail/no-times-option/attachment.html Exp 1.3 BUGS/mail/no-times-option/author.html Exp 1.3 BUGS/mail/no-times-option/date.html Exp 1.3 BUGS/mail/no-times-option/index.html Exp 1.3 BUGS/mail/no-times-option/subject.html Exp 1.3 BUGS/mail/passwd-user-expansion/0000.html Exp 1.3 BUGS/mail/passwd-user-expansion/0001.html Exp 1.3 BUGS/mail/passwd-user-expansion/0002.html Exp 1.3 BUGS/mail/passwd-user-expansion/0003.html Exp 1.3 BUGS/mail/passwd-user-expansion/0004.html Exp 1.3 BUGS/mail/passwd-user-expansion/attachment.html Exp 1.3 BUGS/mail/passwd-user-expansion/author.html Exp 1.3 BUGS/mail/passwd-user-expansion/date.html Exp 1.3 BUGS/mail/passwd-user-expansion/index.html Exp 1.3 BUGS/mail/passwd-user-expansion/subject.html Exp 1.3 BUGS/mail/rcs-file-name/0000.html Exp 1.3 BUGS/mail/rcs-file-name/0001.html Exp 1.3 BUGS/mail/rcs-file-name/attachment.html Exp 1.3 BUGS/mail/rcs-file-name/author.html Exp 1.3 BUGS/mail/rcs-file-name/date.html Exp 1.3 BUGS/mail/rcs-file-name/index.html Exp 1.3 BUGS/mail/rcs-file-name/subject.html Exp 1.3 BUGS/mail/rcs-file-windoze/0000.html Exp 1.3 BUGS/mail/rcs-file-windoze/0001.html Exp 1.3 BUGS/mail/rcs-file-windoze/attachment.html Exp 1.3 BUGS/mail/rcs-file-windoze/author.html Exp 1.3 BUGS/mail/rcs-file-windoze/date.html Exp 1.3 BUGS/mail/rcs-file-windoze/index.html Exp 1.3 BUGS/mail/rcs-file-windoze/subject.html Exp 1.3 BUGS/mail/rcs-option/0000.html Exp 1.3 BUGS/mail/rcs-option/0001.html Exp 1.3 BUGS/mail/rcs-option/0002.html Exp 1.3 BUGS/mail/rcs-option/attachment.html Exp 1.3 BUGS/mail/rcs-option/author.html Exp 1.3 BUGS/mail/rcs-option/date.html Exp 1.3 BUGS/mail/rcs-option/index.html Exp 1.3 BUGS/mail/rcs-option/subject.html Exp 1.3 BUGS/mail/remove-attic-from-rcs/0000.html Exp 1.2 BUGS/mail/remove-attic-from-rcs/0001.html Exp 1.2 BUGS/mail/remove-attic-from-rcs/0002.html Exp 1.2 BUGS/mail/remove-attic-from-rcs/0003.html Exp 1.2 BUGS/mail/remove-attic-from-rcs/0004.html Exp 1.2 BUGS/mail/remove-attic-from-rcs/0005.html Exp 1.2 BUGS/mail/remove-attic-from-rcs/attachment.html Exp 1.2 BUGS/mail/remove-attic-from-rcs/author.html Exp 1.2 BUGS/mail/remove-attic-from-rcs/date.html Exp 1.2 BUGS/mail/remove-attic-from-rcs/index.html Exp 1.2 BUGS/mail/remove-attic-from-rcs/subject.html Exp 1.2 BUGS/mail/revert-common-dir-1file/0000.html Exp 1.5 BUGS/mail/revert-common-dir-1file/0001.html Exp 1.5 BUGS/mail/revert-common-dir-1file/0002.html Exp 1.4 BUGS/mail/revert-common-dir-1file/0003.html Exp 1.3 BUGS/mail/revert-common-dir-1file/attachment.html Exp 1.5 BUGS/mail/revert-common-dir-1file/author.html Exp 1.5 BUGS/mail/revert-common-dir-1file/date.html Exp 1.5 BUGS/mail/revert-common-dir-1file/index.html Exp 1.5 BUGS/mail/revert-common-dir-1file/subject.html Exp 1.5 BUGS/mail/ Mail updates for 2.52 2004-01-20 Tuesday 2004-01-20T11:37:31Z fluffy ieee1394-cl.html Exp 1.1 Daniel Ciaglia's XSLT (Example Output) 2004-01-20 Tuesday 2004-01-20T11:30:31Z fluffy cl2any-ciaglia.bash Exp 1.1 cl2html-ciaglia.xslt Exp 1.1 Daniel Ciaglia's XSLT 2003-12-10 Wednesday 2003-12-10T09:27:44Z fluffy index.html Exp 1.24 Add Robin Johnson to the list of contributors 2003-12-09 Tuesday 2003-12-09T11:16:28Z fluffy filter-cvs2cl.xslt Exp 1.1 [no log message] 2003-12-09 Tuesday 2003-12-09T11:14:19Z fluffy index.html Exp 1.23 Add in 2.51 release notes, and authors & contributors section 2003-12-09 Tuesday 2003-12-09T11:05:49Z fluffy BUGS/mail/branch-added-files-with-space-in-fn/0000.html Exp 1.1 BUGS/mail/branch-added-files-with-space-in-fn/0001.html Exp 1.1 BUGS/mail/branch-added-files-with-space-in-fn/0002.html Exp 1.1 BUGS/mail/branch-added-files-with-space-in-fn/attachment.html Exp 1.1 BUGS/mail/branch-added-files-with-space-in-fn/author.html Exp 1.1 BUGS/mail/branch-added-files-with-space-in-fn/date.html Exp 1.1 BUGS/mail/branch-added-files-with-space-in-fn/index.html Exp 1.1 BUGS/mail/branch-added-files-with-space-in-fn/subject.html Exp 1.1 BUGS/mail/collate-by-tag/0000.html Exp 1.1 BUGS/mail/collate-by-tag/0001.html Exp 1.1 BUGS/mail/collate-by-tag/attachment.html Exp 1.1 BUGS/mail/collate-by-tag/author.html Exp 1.1 BUGS/mail/collate-by-tag/date.html Exp 1.1 BUGS/mail/collate-by-tag/index.html Exp 1.1 BUGS/mail/collate-by-tag/subject.html Exp 1.1 BUGS/mail/examples-of-date-use/0000.html Exp 1.1 BUGS/mail/examples-of-date-use/0001.html Exp 1.1 BUGS/mail/examples-of-date-use/0002.html Exp 1.1 BUGS/mail/examples-of-date-use/0003.html Exp 1.1 BUGS/mail/examples-of-date-use/attachment.html Exp 1.1 BUGS/mail/examples-of-date-use/author.html Exp 1.1 BUGS/mail/examples-of-date-use/date.html Exp 1.1 BUGS/mail/examples-of-date-use/index.html Exp 1.1 BUGS/mail/examples-of-date-use/subject.html Exp 1.1 BUGS/mail/gecos-unitialized-value/0000.html Exp 1.1 BUGS/mail/gecos-unitialized-value/0001.html Exp 1.1 BUGS/mail/gecos-unitialized-value/attachment.html Exp 1.1 BUGS/mail/gecos-unitialized-value/author.html Exp 1.1 BUGS/mail/gecos-unitialized-value/date.html Exp 1.1 BUGS/mail/gecos-unitialized-value/index.html Exp 1.1 BUGS/mail/gecos-unitialized-value/subject.html Exp 1.1 BUGS/mail/multi-follow/0000.html Exp 1.1 BUGS/mail/multi-follow/0001.html Exp 1.1 BUGS/mail/multi-follow/attachment.html Exp 1.1 BUGS/mail/multi-follow/author.html Exp 1.1 BUGS/mail/multi-follow/date.html Exp 1.1 BUGS/mail/multi-follow/index.html Exp 1.1 BUGS/mail/multi-follow/subject.html Exp 1.1 BUGS/mail/no-indent/0000.html Exp 1.1 BUGS/mail/no-indent/0001.html Exp 1.1 BUGS/mail/no-indent/attachment.html Exp 1.1 BUGS/mail/no-indent/author.html Exp 1.1 BUGS/mail/no-indent/date.html Exp 1.1 BUGS/mail/no-indent/index.html Exp 1.1 BUGS/mail/no-indent/subject.html Exp 1.1 BUGS/mail/remove-attic-from-rcs/0000.html Exp 1.1 BUGS/mail/remove-attic-from-rcs/0001.html Exp 1.1 BUGS/mail/remove-attic-from-rcs/0002.html Exp 1.1 BUGS/mail/remove-attic-from-rcs/0003.html Exp 1.1 BUGS/mail/remove-attic-from-rcs/0004.html Exp 1.1 BUGS/mail/remove-attic-from-rcs/0005.html Exp 1.1 BUGS/mail/remove-attic-from-rcs/attachment.html Exp 1.1 BUGS/mail/remove-attic-from-rcs/author.html Exp 1.1 BUGS/mail/remove-attic-from-rcs/date.html Exp 1.1 BUGS/mail/remove-attic-from-rcs/index.html Exp 1.1 BUGS/mail/remove-attic-from-rcs/subject.html Exp 1.1 BUGS/mail/xml-add-isodate/0000.html Exp 1.1 BUGS/mail/xml-add-isodate/0001.html Exp 1.1 BUGS/mail/xml-add-isodate/attachment.html Exp 1.1 BUGS/mail/xml-add-isodate/author.html Exp 1.1 BUGS/mail/xml-add-isodate/date.html Exp 1.1 BUGS/mail/xml-add-isodate/index.html Exp 1.1 BUGS/mail/xml-add-isodate/subject.html Exp 1.1 BUGS/mail/xml-add-isodate/att-0000/filter-cvs2cl.xsl Exp 1.1 BUGS/mail/xml-add-isodate/att-0000/isoDate.patch Exp 1.1 BUGS/mail/ Bugs status update 2003-12-09 Tuesday 2003-12-09T10:58:57Z fluffy BUGS/detail.html Exp 1.8 BUGS/summary.html Exp 1.7 BUGS/mail/-W-and-0-value/0000.html Exp 1.2 BUGS/mail/-W-and-0-value/attachment.html Exp 1.2 BUGS/mail/-W-and-0-value/author.html Exp 1.2 BUGS/mail/-W-and-0-value/date.html Exp 1.2 BUGS/mail/-W-and-0-value/index.html Exp 1.2 BUGS/mail/-W-and-0-value/subject.html Exp 1.2 BUGS/mail/-r-and--b/0000.html Exp 1.2 BUGS/mail/-r-and--b/attachment.html Exp 1.2 BUGS/mail/-r-and--b/author.html Exp 1.2 BUGS/mail/-r-and--b/date.html Exp 1.2 BUGS/mail/-r-and--b/index.html Exp 1.2 BUGS/mail/-r-and--b/subject.html Exp 1.2 BUGS/mail/FSF-option/0000.html Exp 1.3 BUGS/mail/FSF-option/0001.html Exp 1.3 BUGS/mail/FSF-option/0002.html Exp 1.2 BUGS/mail/FSF-option/attachment.html E