2011-11-11Friday2011-11-12T01:34:44Zkfogelindex.htmlExp1.42Update front page for new version.2011-11-11Friday2011-11-12T01:27:48Zkfogelcvs2cl.plExp2.73Add '--xml-stylesheet' option, and escape some output properly for XML.
Patch by: Yury Lebedev <yurylebedev {_AT_} mail.ru>
* cvs2cl.pl
(XML_Stylesheet): New global variable.
(output_header): Output the stylesheet. Also, fix indentation.
(output_tagdate): Escape the tag data.
(parse_options): Accept new '--xml-stylesheet' option.
(__DATA__): Document the new option. Also, remove stray period in
the documentation for the '--xml-encoding' option.2010-12-12Sunday2010-12-12T22:34:11Zkfogelxslt/index.htmlExp1.3HTML formatting fix.2010-12-12Sunday2010-12-12T22:29:39Zkfogelxslt/cl2html2.xsltExp1.2xslt/clgen.shExp1.2xslt/index.htmlExp1.2xslt/* cl2html2.xslt, clgen.sh: Bring these up-to-date with the r2 versions
from https://cvs2html.svn.sourceforge.net/svnroot/cvs2html/trunk.
* index.html: Document the above.2010-12-02Thursday2010-12-02T21:52:56Zkfogelindex.htmlExp1.41xslt/cl2html2.xsltExp1.1xslt/clgen.shExp1.1xslt/index.htmlExp1.1Add Alejandro Dobniewski's XSLT for HTML-izing cvs2cl-generated ChangeLogs.2008-12-05Friday2008-12-05T20:50:13Zkfogelindex.htmlExp1.40* cvs2cl/index.html: Use a better email address.2008-06-26Thursday2008-06-26T18:56:51Zkfogelcvs2cl.plExp2.72* cvs2cl.pl: Remove or disguise email addresses, to prevent spam.2008-05-17Saturday2008-05-17T13:28:54Zkfogelindex.htmlExp1.39* index.html: Update version number.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.htmlExp1.3BUGS/mail/FSF-option/author.htmlExp1.3BUGS/mail/FSF-option/date.htmlExp1.3BUGS/mail/FSF-option/index.htmlExp1.3BUGS/mail/FSF-option/subject.htmlExp1.3BUGS/mail/accum-and-D/0000.htmlExp1.2BUGS/mail/accum-and-D/0001.htmlExp1.2BUGS/mail/accum-and-D/attachment.htmlExp1.2BUGS/mail/accum-and-D/author.htmlExp1.2BUGS/mail/accum-and-D/date.htmlExp1.2BUGS/mail/accum-and-D/index.htmlExp1.2BUGS/mail/accum-and-D/subject.htmlExp1.2BUGS/mail/accum-and-D/att-0000/cvs2cl.pl.diffExp1.1BUGS/mail/accum-utc-repeated-add/0000.htmlExp1.4BUGS/mail/accum-utc-repeated-add/0001.htmlExp1.4BUGS/mail/accum-utc-repeated-add/0002.htmlExp1.3BUGS/mail/accum-utc-repeated-add/0003.htmlExp1.3BUGS/mail/accum-utc-repeated-add/0004.htmlExp1.3BUGS/mail/accum-utc-repeated-add/0005.htmlExp1.2BUGS/mail/accum-utc-repeated-add/0006.htmlExp1.2BUGS/mail/accum-utc-repeated-add/0007.htmlExp1.2BUGS/mail/accum-utc-repeated-add/0008.htmlExp1.2BUGS/mail/accum-utc-repeated-add/attachment.htmlExp1.4BUGS/mail/accum-utc-repeated-add/author.htmlExp1.4BUGS/mail/accum-utc-repeated-add/date.htmlExp1.4BUGS/mail/accum-utc-repeated-add/index.htmlExp1.4BUGS/mail/accum-utc-repeated-add/subject.htmlExp1.4BUGS/mail/add-host-recognition-to--U/0000.htmlExp1.2BUGS/mail/add-host-recognition-to--U/0001.htmlExp1.2BUGS/mail/add-host-recognition-to--U/0002.htmlExp1.2BUGS/mail/add-host-recognition-to--U/0003.htmlExp1.2BUGS/mail/add-host-recognition-to--U/0004.htmlExp1.2BUGS/mail/add-host-recognition-to--U/attachment.htmlExp1.2BUGS/mail/add-host-recognition-to--U/author.htmlExp1.2BUGS/mail/add-host-recognition-to--U/date.htmlExp1.2BUGS/mail/add-host-recognition-to--U/index.htmlExp1.2BUGS/mail/add-host-recognition-to--U/subject.htmlExp1.2BUGS/mail/add-native-limits-options/0000.htmlExp1.2BUGS/mail/add-native-limits-options/attachment.htmlExp1.2BUGS/mail/add-native-limits-options/author.htmlExp1.2BUGS/mail/add-native-limits-options/date.htmlExp1.2BUGS/mail/add-native-limits-options/index.htmlExp1.2BUGS/mail/add-native-limits-options/subject.htmlExp1.2BUGS/mail/binmode-on-windoze/0000.htmlExp1.3BUGS/mail/binmode-on-windoze/0001.htmlExp1.2BUGS/mail/binmode-on-windoze/attachment.htmlExp1.2BUGS/mail/binmode-on-windoze/author.htmlExp1.2BUGS/mail/binmode-on-windoze/date.htmlExp1.2BUGS/mail/binmode-on-windoze/index.htmlExp1.2BUGS/mail/binmode-on-windoze/subject.htmlExp1.2BUGS/mail/change-tracking-format/0000.htmlExp1.2BUGS/mail/change-tracking-format/attachment.htmlExp1.2BUGS/mail/change-tracking-format/author.htmlExp1.2BUGS/mail/change-tracking-format/date.htmlExp1.2BUGS/mail/change-tracking-format/index.htmlExp1.2BUGS/mail/change-tracking-format/subject.htmlExp1.2BUGS/mail/chrono-option/0000.htmlExp1.3BUGS/mail/chrono-option/0001.htmlExp1.3BUGS/mail/chrono-option/0002.htmlExp1.3BUGS/mail/chrono-option/0003.htmlExp1.2BUGS/mail/chrono-option/attachment.htmlExp1.3BUGS/mail/chrono-option/author.htmlExp1.3BUGS/mail/chrono-option/date.htmlExp1.3BUGS/mail/chrono-option/index.htmlExp1.3BUGS/mail/chrono-option/subject.htmlExp1.3BUGS/mail/chrono-undocumented/0000.htmlExp1.2BUGS/mail/chrono-undocumented/0001.htmlExp1.2BUGS/mail/chrono-undocumented/attachment.htmlExp1.2BUGS/mail/chrono-undocumented/author.htmlExp1.2BUGS/mail/chrono-undocumented/date.htmlExp1.2BUGS/mail/chrono-undocumented/index.htmlExp1.2BUGS/mail/chrono-undocumented/subject.htmlExp1.2BUGS/mail/collect-v-numbers/0000.htmlExp1.3BUGS/mail/collect-v-numbers/0001.htmlExp1.2BUGS/mail/collect-v-numbers/attachment.htmlExp1.3BUGS/mail/collect-v-numbers/author.htmlExp1.3BUGS/mail/collect-v-numbers/date.htmlExp1.3BUGS/mail/collect-v-numbers/index.htmlExp1.3BUGS/mail/collect-v-numbers/subject.htmlExp1.3BUGS/mail/cosmetic-indenting/0000.htmlExp1.2BUGS/mail/cosmetic-indenting/0001.htmlExp1.2BUGS/mail/cosmetic-indenting/0002.htmlExp1.2BUGS/mail/cosmetic-indenting/0003.htmlExp1.2BUGS/mail/cosmetic-indenting/0004.htmlExp1.2BUGS/mail/cosmetic-indenting/0005.htmlExp1.2BUGS/mail/cosmetic-indenting/0006.htmlExp1.2BUGS/mail/cosmetic-indenting/0007.htmlExp1.2BUGS/mail/cosmetic-indenting/attachment.htmlExp1.2BUGS/mail/cosmetic-indenting/author.htmlExp1.2BUGS/mail/cosmetic-indenting/date.htmlExp1.2BUGS/mail/cosmetic-indenting/index.htmlExp1.2BUGS/mail/cosmetic-indenting/subject.htmlExp1.2BUGS/mail/deleted-file-no-revision/0000.htmlExp1.2BUGS/mail/deleted-file-no-revision/attachment.htmlExp1.2BUGS/mail/deleted-file-no-revision/author.htmlExp1.2BUGS/mail/deleted-file-no-revision/date.htmlExp1.2BUGS/mail/deleted-file-no-revision/index.htmlExp1.2BUGS/mail/deleted-file-no-revision/subject.htmlExp1.2BUGS/mail/deleted-subdirs-disappear/0000.htmlExp1.2BUGS/mail/deleted-subdirs-disappear/attachment.htmlExp1.2BUGS/mail/deleted-subdirs-disappear/author.htmlExp1.2BUGS/mail/deleted-subdirs-disappear/date.htmlExp1.2BUGS/mail/deleted-subdirs-disappear/index.htmlExp1.2BUGS/mail/deleted-subdirs-disappear/subject.htmlExp1.2BUGS/mail/delta-flag/0000.htmlExp1.2BUGS/mail/delta-flag/0001.htmlExp1.2BUGS/mail/delta-flag/0002.htmlExp1.2BUGS/mail/delta-flag/attachment.htmlExp1.2BUGS/mail/delta-flag/author.htmlExp1.2BUGS/mail/delta-flag/date.htmlExp1.2BUGS/mail/delta-flag/index.htmlExp1.2BUGS/mail/delta-flag/subject.htmlExp1.2BUGS/mail/delta-undocumented/0000.htmlExp1.3BUGS/mail/delta-undocumented/0001.htmlExp1.3BUGS/mail/delta-undocumented/0002.htmlExp1.3BUGS/mail/delta-undocumented/0003.htmlExp1.2BUGS/mail/delta-undocumented/attachment.htmlExp1.3BUGS/mail/delta-undocumented/author.htmlExp1.3BUGS/mail/delta-undocumented/date.htmlExp1.3BUGS/mail/delta-undocumented/index.htmlExp1.3BUGS/mail/delta-undocumented/subject.htmlExp1.3BUGS/mail/dirs-called-0/0000.htmlExp1.3BUGS/mail/dirs-called-0/0001.htmlExp1.3BUGS/mail/dirs-called-0/0002.htmlExp1.3BUGS/mail/dirs-called-0/0003.htmlExp1.3BUGS/mail/dirs-called-0/0004.htmlExp1.3BUGS/mail/dirs-called-0/0005.htmlExp1.2BUGS/mail/dirs-called-0/0006.htmlExp1.2BUGS/mail/dirs-called-0/0007.htmlExp1.2BUGS/mail/dirs-called-0/0008.htmlExp1.2BUGS/mail/dirs-called-0/0009.htmlExp1.2BUGS/mail/dirs-called-0/0010.htmlExp1.2BUGS/mail/dirs-called-0/attachment.htmlExp1.3BUGS/mail/dirs-called-0/author.htmlExp1.3BUGS/mail/dirs-called-0/date.htmlExp1.3BUGS/mail/dirs-called-0/index.htmlExp1.3BUGS/mail/dirs-called-0/subject.htmlExp1.3BUGS/mail/dirs-called-0/att-0009/cvs2cl.plExp1.2BUGS/mail/eol-whitespace/0000.htmlExp1.2BUGS/mail/eol-whitespace/0001.htmlExp1.2BUGS/mail/eol-whitespace/0002.htmlExp1.2BUGS/mail/eol-whitespace/0003.htmlExp1.2BUGS/mail/eol-whitespace/attachment.htmlExp1.2BUGS/mail/eol-whitespace/author.htmlExp1.2BUGS/mail/eol-whitespace/date.htmlExp1.2BUGS/mail/eol-whitespace/index.htmlExp1.2BUGS/mail/eol-whitespace/subject.htmlExp1.2BUGS/mail/exclude-regex/0000.htmlExp1.2BUGS/mail/exclude-regex/0001.htmlExp1.2BUGS/mail/exclude-regex/attachment.htmlExp1.2BUGS/mail/exclude-regex/author.htmlExp1.2BUGS/mail/exclude-regex/date.htmlExp1.2BUGS/mail/exclude-regex/index.htmlExp1.2BUGS/mail/exclude-regex/subject.htmlExp1.2BUGS/mail/extra-square-brackets/0000.htmlExp1.4BUGS/mail/extra-square-brackets/0001.htmlExp1.4BUGS/mail/extra-square-brackets/0002.htmlExp1.4BUGS/mail/extra-square-brackets/0003.htmlExp1.4BUGS/mail/extra-square-brackets/0004.htmlExp1.3BUGS/mail/extra-square-brackets/0005.htmlExp1.3BUGS/mail/extra-square-brackets/0006.htmlExp1.3BUGS/mail/extra-square-brackets/0007.htmlExp1.2BUGS/mail/extra-square-brackets/attachment.htmlExp1.4BUGS/mail/extra-square-brackets/author.htmlExp1.4BUGS/mail/extra-square-brackets/date.htmlExp1.4BUGS/mail/extra-square-brackets/index.htmlExp1.4BUGS/mail/extra-square-brackets/subject.htmlExp1.4BUGS/mail/gecos-domain-options/0000.htmlExp1.3BUGS/mail/gecos-domain-options/0001.htmlExp1.3BUGS/mail/gecos-domain-options/0002.htmlExp1.2BUGS/mail/gecos-domain-options/0003.htmlExp1.2BUGS/mail/gecos-domain-options/attachment.htmlExp1.3BUGS/mail/gecos-domain-options/author.htmlExp1.3BUGS/mail/gecos-domain-options/date.htmlExp1.3BUGS/mail/gecos-domain-options/index.htmlExp1.3BUGS/mail/gecos-domain-options/subject.htmlExp1.3BUGS/mail/group-by-author-and-day/0000.htmlExp1.2BUGS/mail/group-by-author-and-day/0001.htmlExp1.2BUGS/mail/group-by-author-and-day/0002.htmlExp1.2BUGS/mail/group-by-author-and-day/0003.htmlExp1.2BUGS/mail/group-by-author-and-day/attachment.htmlExp1.2BUGS/mail/group-by-author-and-day/author.htmlExp1.2BUGS/mail/group-by-author-and-day/date.htmlExp1.2BUGS/mail/group-by-author-and-day/index.htmlExp1.2BUGS/mail/group-by-author-and-day/subject.htmlExp1.2BUGS/mail/hardwired-exec-line/0000.htmlExp1.2BUGS/mail/hardwired-exec-line/0001.htmlExp1.2BUGS/mail/hardwired-exec-line/0002.htmlExp1.2BUGS/mail/hardwired-exec-line/0003.htmlExp1.2BUGS/mail/hardwired-exec-line/attachment.htmlExp1.2BUGS/mail/hardwired-exec-line/author.htmlExp1.2BUGS/mail/hardwired-exec-line/date.htmlExp1.2BUGS/mail/hardwired-exec-line/index.htmlExp1.2BUGS/mail/hardwired-exec-line/subject.htmlExp1.2BUGS/mail/hide-branch-additions/0000.htmlExp1.2BUGS/mail/hide-branch-additions/0001.htmlExp1.2BUGS/mail/hide-branch-additions/attachment.htmlExp1.2BUGS/mail/hide-branch-additions/author.htmlExp1.2BUGS/mail/hide-branch-additions/date.htmlExp1.2BUGS/mail/hide-branch-additions/index.htmlExp1.2BUGS/mail/hide-branch-additions/subject.htmlExp1.2BUGS/mail/hide-branch-additions/att-0000/cvs2cl.pl.2.48Exp1.2BUGS/mail/ignore-tag-option/0000.htmlExp1.2BUGS/mail/ignore-tag-option/attachment.htmlExp1.2BUGS/mail/ignore-tag-option/author.htmlExp1.2BUGS/mail/ignore-tag-option/date.htmlExp1.2BUGS/mail/ignore-tag-option/index.htmlExp1.2BUGS/mail/ignore-tag-option/subject.htmlExp1.2BUGS/mail/inverted--no-ancestors/0000.htmlExp1.2BUGS/mail/inverted--no-ancestors/0001.htmlExp1.2BUGS/mail/inverted--no-ancestors/attachment.htmlExp1.2BUGS/mail/inverted--no-ancestors/author.htmlExp1.2BUGS/mail/inverted--no-ancestors/date.htmlExp1.2BUGS/mail/inverted--no-ancestors/index.htmlExp1.2BUGS/mail/inverted--no-ancestors/subject.htmlExp1.2BUGS/mail/item-prefix/0000.htmlExp1.2BUGS/mail/item-prefix/0001.htmlExp1.2BUGS/mail/item-prefix/attachment.htmlExp1.2BUGS/mail/item-prefix/author.htmlExp1.2BUGS/mail/item-prefix/date.htmlExp1.2BUGS/mail/item-prefix/index.htmlExp1.2BUGS/mail/item-prefix/subject.htmlExp1.2BUGS/mail/latest-rev/0000.htmlExp1.2BUGS/mail/latest-rev/0001.htmlExp1.2BUGS/mail/latest-rev/attachment.htmlExp1.2BUGS/mail/latest-rev/author.htmlExp1.2BUGS/mail/latest-rev/date.htmlExp1.2BUGS/mail/latest-rev/index.htmlExp1.2BUGS/mail/latest-rev/subject.htmlExp1.2BUGS/mail/log-only-on-branch/0000.htmlExp1.2BUGS/mail/log-only-on-branch/0001.htmlExp1.2BUGS/mail/log-only-on-branch/0002.htmlExp1.2BUGS/mail/log-only-on-branch/0003.htmlExp1.2BUGS/mail/log-only-on-branch/attachment.htmlExp1.2BUGS/mail/log-only-on-branch/author.htmlExp1.2BUGS/mail/log-only-on-branch/date.htmlExp1.2BUGS/mail/log-only-on-branch/index.htmlExp1.2BUGS/mail/log-only-on-branch/subject.htmlExp1.2BUGS/mail/mailname-vs-domain/0000.htmlExp1.2BUGS/mail/mailname-vs-domain/0001.htmlExp1.2BUGS/mail/mailname-vs-domain/0002.htmlExp1.2BUGS/mail/mailname-vs-domain/0003.htmlExp1.2BUGS/mail/mailname-vs-domain/attachment.htmlExp1.2BUGS/mail/mailname-vs-domain/author.htmlExp1.2BUGS/mail/mailname-vs-domain/date.htmlExp1.2BUGS/mail/mailname-vs-domain/index.htmlExp1.2BUGS/mail/mailname-vs-domain/subject.htmlExp1.2BUGS/mail/malformed-utf-8/0000.htmlExp1.2BUGS/mail/malformed-utf-8/0001.htmlExp1.2BUGS/mail/malformed-utf-8/0002.htmlExp1.2BUGS/mail/malformed-utf-8/0003.htmlExp1.2BUGS/mail/malformed-utf-8/0004.htmlExp1.2BUGS/mail/malformed-utf-8/0005.htmlExp1.2BUGS/mail/malformed-utf-8/0006.htmlExp1.2BUGS/mail/malformed-utf-8/0007.htmlExp1.2BUGS/mail/malformed-utf-8/0008.htmlExp1.2BUGS/mail/malformed-utf-8/0009.htmlExp1.2BUGS/mail/malformed-utf-8/0010.htmlExp1.2BUGS/mail/malformed-utf-8/0011.htmlExp1.2BUGS/mail/malformed-utf-8/attachment.htmlExp1.2BUGS/mail/malformed-utf-8/author.htmlExp1.2BUGS/mail/malformed-utf-8/date.htmlExp1.2BUGS/mail/malformed-utf-8/index.htmlExp1.2BUGS/mail/malformed-utf-8/subject.htmlExp1.2BUGS/mail/malformed-utf-8/att-0006/perl-V.txtExp1.1BUGS/mail/malformed-utf-8/att-0008/env.txtExp1.1BUGS/mail/no-ancestors-option/0000.htmlExp1.2BUGS/mail/no-ancestors-option/0001.htmlExp1.2BUGS/mail/no-ancestors-option/0002.htmlExp1.2BUGS/mail/no-ancestors-option/attachment.htmlExp1.2BUGS/mail/no-ancestors-option/author.htmlExp1.2BUGS/mail/no-ancestors-option/date.htmlExp1.2BUGS/mail/no-ancestors-option/index.htmlExp1.2BUGS/mail/no-ancestors-option/subject.htmlExp1.2BUGS/mail/no-ancestors-option/att-0000/cvs2cl.plExp1.2BUGS/mail/no-common-dir-option/0000.htmlExp1.3BUGS/mail/no-common-dir-option/0001.htmlExp1.3BUGS/mail/no-common-dir-option/0002.htmlExp1.2BUGS/mail/no-common-dir-option/attachment.htmlExp1.3BUGS/mail/no-common-dir-option/author.htmlExp1.3BUGS/mail/no-common-dir-option/date.htmlExp1.3BUGS/mail/no-common-dir-option/index.htmlExp1.3BUGS/mail/no-common-dir-option/subject.htmlExp1.3BUGS/mail/no-times-option/0000.htmlExp1.2BUGS/mail/no-times-option/0001.htmlExp1.2BUGS/mail/no-times-option/attachment.htmlExp1.2BUGS/mail/no-times-option/author.htmlExp1.2BUGS/mail/no-times-option/date.htmlExp1.2BUGS/mail/no-times-option/index.htmlExp1.2BUGS/mail/no-times-option/subject.htmlExp1.2BUGS/mail/passwd-user-expansion/0000.htmlExp1.2BUGS/mail/passwd-user-expansion/0001.htmlExp1.2BUGS/mail/passwd-user-expansion/0002.htmlExp1.2BUGS/mail/passwd-user-expansion/0003.htmlExp1.2BUGS/mail/passwd-user-expansion/0004.htmlExp1.2BUGS/mail/passwd-user-expansion/attachment.htmlExp1.2BUGS/mail/passwd-user-expansion/author.htmlExp1.2BUGS/mail/passwd-user-expansion/date.htmlExp1.2BUGS/mail/passwd-user-expansion/index.htmlExp1.2BUGS/mail/passwd-user-expansion/subject.htmlExp1.2BUGS/mail/rcs-file-name/0000.htmlExp1.2BUGS/mail/rcs-file-name/0001.htmlExp1.2BUGS/mail/rcs-file-name/attachment.htmlExp1.2BUGS/mail/rcs-file-name/author.htmlExp1.2BUGS/mail/rcs-file-name/date.htmlExp1.2BUGS/mail/rcs-file-name/index.htmlExp1.2BUGS/mail/rcs-file-name/subject.htmlExp1.2BUGS/mail/rcs-file-windoze/0000.htmlExp1.2BUGS/mail/rcs-file-windoze/0001.htmlExp1.2BUGS/mail/rcs-file-windoze/attachment.htmlExp1.2BUGS/mail/rcs-file-windoze/author.htmlExp1.2BUGS/mail/rcs-file-windoze/date.htmlExp1.2BUGS/mail/rcs-file-windoze/index.htmlExp1.2BUGS/mail/rcs-file-windoze/subject.htmlExp1.2BUGS/mail/rcs-option/0000.htmlExp1.2BUGS/mail/rcs-option/0001.htmlExp1.2BUGS/mail/rcs-option/0002.htmlExp1.2BUGS/mail/rcs-option/attachment.htmlExp1.2BUGS/mail/rcs-option/author.htmlExp1.2BUGS/mail/rcs-option/date.htmlExp1.2BUGS/mail/rcs-option/index.htmlExp1.2BUGS/mail/rcs-option/subject.htmlExp1.2BUGS/mail/revert-common-dir-1file/0000.htmlExp1.4BUGS/mail/revert-common-dir-1file/0001.htmlExp1.4BUGS/mail/revert-common-dir-1file/0002.htmlExp1.3BUGS/mail/revert-common-dir-1file/0003.htmlExp1.2BUGS/mail/revert-common-dir-1file/attachment.htmlExp1.4BUGS/mail/revert-common-dir-1file/author.htmlExp1.4BUGS/mail/revert-common-dir-1file/date.htmlExp1.4BUGS/mail/revert-common-dir-1file/index.htmlExp1.4BUGS/mail/revert-common-dir-1file/subject.htmlExp1.4BUGS/mail/rlog-format-stdin/0000.htmlExp1.2BUGS/mail/rlog-format-stdin/0001.htmlExp1.2BUGS/mail/rlog-format-stdin/attachment.htmlExp1.2BUGS/mail/rlog-format-stdin/author.htmlExp1.2BUGS/mail/rlog-format-stdin/date.htmlExp1.2BUGS/mail/rlog-format-stdin/index.htmlExp1.2BUGS/mail/rlog-format-stdin/subject.htmlExp1.2BUGS/mail/shell-minimize-file-lists/0000.htmlExp1.3BUGS/mail/shell-minimize-file-lists/0001.htmlExp1.3BUGS/mail/shell-minimize-file-lists/0002.htmlExp1.3BUGS/mail/shell-minimize-file-lists/0003.htmlExp1.3BUGS/mail/shell-minimize-file-lists/0004.htmlExp1.3BUGS/mail/shell-minimize-file-lists/0005.htmlExp1.2BUGS/mail/shell-minimize-file-lists/attachment.htmlExp1.3BUGS/mail/shell-minimize-file-lists/author.htmlExp1.3BUGS/mail/shell-minimize-file-lists/date.htmlExp1.3BUGS/mail/shell-minimize-file-lists/index.htmlExp1.3BUGS/mail/shell-minimize-file-lists/subject.htmlExp1.3BUGS/mail/show-dead-option/0000.htmlExp1.2BUGS/mail/show-dead-option/0001.htmlExp1.2BUGS/mail/show-dead-option/attachment.htmlExp1.2BUGS/mail/show-dead-option/author.htmlExp1.2BUGS/mail/show-dead-option/date.htmlExp1.2BUGS/mail/show-dead-option/index.htmlExp1.2BUGS/mail/show-dead-option/subject.htmlExp1.2BUGS/mail/show-tags-option/0000.htmlExp1.3BUGS/mail/show-tags-option/0001.htmlExp1.3BUGS/mail/show-tags-option/0002.htmlExp1.3BUGS/mail/show-tags-option/0003.htmlExp1.2BUGS/mail/show-tags-option/attachment.htmlExp1.3BUGS/mail/show-tags-option/author.htmlExp1.3BUGS/mail/show-tags-option/date.htmlExp1.3BUGS/mail/show-tags-option/index.htmlExp1.3BUGS/mail/show-tags-option/subject.htmlExp1.3BUGS/mail/sort-by-filename/0000.htmlExp1.2BUGS/mail/sort-by-filename/0001.htmlExp1.2BUGS/mail/sort-by-filename/attachment.htmlExp1.2BUGS/mail/sort-by-filename/author.htmlExp1.2BUGS/mail/sort-by-filename/date.htmlExp1.2BUGS/mail/sort-by-filename/index.htmlExp1.2BUGS/mail/sort-by-filename/subject.htmlExp1.2BUGS/mail/squash-duplicate-filenames/0000.htmlExp1.3BUGS/mail/squash-duplicate-filenames/0001.htmlExp1.3BUGS/mail/squash-duplicate-filenames/0002.htmlExp1.2BUGS/mail/squash-duplicate-filenames/attachment.htmlExp1.3BUGS/mail/squash-duplicate-filenames/author.htmlExp1.3BUGS/mail/squash-duplicate-filenames/date.htmlExp1.3BUGS/mail/squash-duplicate-filenames/index.htmlExp1.3BUGS/mail/squash-duplicate-filenames/subject.htmlExp1.3BUGS/mail/summary-option/0000.htmlExp1.2BUGS/mail/summary-option/0001.htmlExp1.2BUGS/mail/summary-option/0002.htmlExp1.2BUGS/mail/summary-option/attachment.htmlExp1.2BUGS/mail/summary-option/author.htmlExp1.2BUGS/mail/summary-option/date.htmlExp1.2BUGS/mail/summary-option/index.htmlExp1.2BUGS/mail/summary-option/subject.htmlExp1.2BUGS/mail/support-for-function-name/0000.htmlExp1.2BUGS/mail/support-for-function-name/0001.htmlExp1.2BUGS/mail/support-for-function-name/attachment.htmlExp1.2BUGS/mail/support-for-function-name/author.htmlExp1.2BUGS/mail/support-for-function-name/date.htmlExp1.2BUGS/mail/support-for-function-name/index.htmlExp1.2BUGS/mail/support-for-function-name/subject.htmlExp1.2BUGS/mail/tagdates-option/0000.htmlExp1.2BUGS/mail/tagdates-option/0001.htmlExp1.2BUGS/mail/tagdates-option/attachment.htmlExp1.2BUGS/mail/tagdates-option/author.htmlExp1.2BUGS/mail/tagdates-option/date.htmlExp1.2BUGS/mail/tagdates-option/index.htmlExp1.2BUGS/mail/tagdates-option/subject.htmlExp1.2BUGS/mail/tagdates-option/att-0000/cvs2cl.tagdates.patchExp1.1BUGS/mail/unify-by-author-and-time/0000.htmlExp1.3BUGS/mail/unify-by-author-and-time/0001.htmlExp1.2BUGS/mail/unify-by-author-and-time/0002.htmlExp1.2BUGS/mail/unify-by-author-and-time/attachment.htmlExp1.3BUGS/mail/unify-by-author-and-time/author.htmlExp1.3BUGS/mail/unify-by-author-and-time/date.htmlExp1.3BUGS/mail/unify-by-author-and-time/index.htmlExp1.3BUGS/mail/unify-by-author-and-time/subject.htmlExp1.3BUGS/mail/update-option/0000.htmlExp1.3BUGS/mail/update-option/0001.htmlExp1.3BUGS/mail/update-option/0002.htmlExp1.3BUGS/mail/update-option/0003.htmlExp1.2BUGS/mail/update-option/attachment.htmlExp1.3BUGS/mail/update-option/author.htmlExp1.3BUGS/mail/update-option/date.htmlExp1.3BUGS/mail/update-option/index.htmlExp1.3BUGS/mail/update-option/subject.htmlExp1.3BUGS/mail/wrap-spaces/0000.htmlExp1.2BUGS/mail/wrap-spaces/attachment.htmlExp1.2BUGS/mail/wrap-spaces/author.htmlExp1.2BUGS/mail/wrap-spaces/date.htmlExp1.2BUGS/mail/wrap-spaces/index.htmlExp1.2BUGS/mail/wrap-spaces/subject.htmlExp1.2BUGS/mail/xml-encoding-option/0000.htmlExp1.2BUGS/mail/xml-encoding-option/0001.htmlExp1.2BUGS/mail/xml-encoding-option/0002.htmlExp1.2BUGS/mail/xml-encoding-option/attachment.htmlExp1.2BUGS/mail/xml-encoding-option/author.htmlExp1.2BUGS/mail/xml-encoding-option/date.htmlExp1.2BUGS/mail/xml-encoding-option/index.htmlExp1.2BUGS/mail/xml-encoding-option/subject.htmlExp1.2BUGS/mail/xml-encoding-option/att-0000/cvs2cl.plExp1.1BUGS/mail/xml-encoding-option/att-0000/diff.txtExp1.1BUGS/mail/xml-msg-spurious-newline/0000.htmlExp1.2BUGS/mail/xml-msg-spurious-newline/attachment.htmlExp1.2BUGS/mail/xml-msg-spurious-newline/author.htmlExp1.2BUGS/mail/xml-msg-spurious-newline/date.htmlExp1.2BUGS/mail/xml-msg-spurious-newline/index.htmlExp1.2BUGS/mail/xml-msg-spurious-newline/subject.htmlExp1.2BUGS/mail/xml-namespace-option/0000.htmlExp1.2BUGS/mail/xml-namespace-option/0001.htmlExp1.2BUGS/mail/xml-namespace-option/attachment.htmlExp1.2BUGS/mail/xml-namespace-option/author.htmlExp1.2BUGS/mail/xml-namespace-option/date.htmlExp1.2BUGS/mail/xml-namespace-option/index.htmlExp1.2BUGS/mail/xml-namespace-option/subject.htmlExp1.2BUGS/Bugs status update2003-12-09Tuesday2003-12-09T10:07:23Zfluffycvs2cl.plExp2.51* add no-indent option
patch contributed by Akos Kiss <akiss@akiss.hu>
* add examples of date use
* partial implementation of group-within-date
* avoid uninitialized value warnings with --gecos
patch contributed by Mitsuaki Masuhara <fish-n-fins@geocities.co.jp>
* fix --FSF to not indent extra spaces
* add ISO date to XML output
patch contributed by Joseph Walton <joe@kafsemo.org>
* remove Attic/ path from --rcs output (to match non-rcs output)
patch contributed by Dave Elcock <dave.elcock{_AT_}sias.com>
* handle files with a space in their name that were added on a branch
patch contributed by Dave Elcock <dave.elcock{_AT_}sias.com>2003-08-25Monday2003-08-25T11:11:37ZfluffyBUGS/detail.htmlExp1.7BUGS/summary.htmlExp1.6BUGS/mail/accum-utc-repeated-add/0000.htmlExp1.3BUGS/mail/accum-utc-repeated-add/0001.htmlExp1.3BUGS/mail/accum-utc-repeated-add/0002.htmlExp1.2BUGS/mail/accum-utc-repeated-add/0003.htmlExp1.2BUGS/mail/accum-utc-repeated-add/0004.htmlExp1.2BUGS/mail/accum-utc-repeated-add/0005.htmlExp1.1BUGS/mail/accum-utc-repeated-add/0006.htmlExp1.1BUGS/mail/accum-utc-repeated-add/0007.htmlExp1.1BUGS/mail/accum-utc-repeated-add/0008.htmlExp1.1BUGS/mail/accum-utc-repeated-add/attachment.htmlExp1.3BUGS/mail/accum-utc-repeated-add/author.htmlExp1.3BUGS/mail/accum-utc-repeated-add/date.htmlExp1.3BUGS/mail/accum-utc-repeated-add/index.htmlExp1.3BUGS/mail/accum-utc-repeated-add/subject.htmlExp1.3BUGS/mail/accum-utc-repeated-add/att-0005/LOG.gzExp1.1BUGS/mail/accum-utc-repeated-add/att-0008/00-partExp1.1BUGS/mail/add-host-recognition-to--U/0000.htmlExp1.1BUGS/mail/add-host-recognition-to--U/0001.htmlExp1.1BUGS/mail/add-host-recognition-to--U/0002.htmlExp1.1BUGS/mail/add-host-recognition-to--U/0003.htmlExp1.1BUGS/mail/add-host-recognition-to--U/0004.htmlExp1.1BUGS/mail/add-host-recognition-to--U/attachment.htmlExp1.1BUGS/mail/add-host-recognition-to--U/author.htmlExp1.1BUGS/mail/add-host-recognition-to--U/date.htmlExp1.1BUGS/mail/add-host-recognition-to--U/index.htmlExp1.1BUGS/mail/add-host-recognition-to--U/subject.htmlExp1.1BUGS/mail/add-native-limits-options/0000.htmlExp1.1BUGS/mail/add-native-limits-options/attachment.htmlExp1.1BUGS/mail/add-native-limits-options/author.htmlExp1.1BUGS/mail/add-native-limits-options/date.htmlExp1.1BUGS/mail/add-native-limits-options/index.htmlExp1.1BUGS/mail/add-native-limits-options/subject.htmlExp1.1BUGS/mail/change-tracking-format/0000.htmlExp1.1BUGS/mail/change-tracking-format/attachment.htmlExp1.1BUGS/mail/change-tracking-format/author.htmlExp1.1BUGS/mail/change-tracking-format/date.htmlExp1.1BUGS/mail/change-tracking-format/index.htmlExp1.1BUGS/mail/change-tracking-format/subject.htmlExp1.1BUGS/mail/chrono-undocumented/0000.htmlExp1.1BUGS/mail/chrono-undocumented/0001.htmlExp1.1BUGS/mail/chrono-undocumented/attachment.htmlExp1.1BUGS/mail/chrono-undocumented/author.htmlExp1.1BUGS/mail/chrono-undocumented/date.htmlExp1.1BUGS/mail/chrono-undocumented/index.htmlExp1.1BUGS/mail/chrono-undocumented/subject.htmlExp1.1BUGS/mail/collect-v-numbers/0000.htmlExp1.2BUGS/mail/collect-v-numbers/0001.htmlExp1.1BUGS/mail/collect-v-numbers/attachment.htmlExp1.2BUGS/mail/collect-v-numbers/author.htmlExp1.2BUGS/mail/collect-v-numbers/date.htmlExp1.2BUGS/mail/collect-v-numbers/index.htmlExp1.2BUGS/mail/collect-v-numbers/subject.htmlExp1.2BUGS/mail/cosmetic-indenting/0000.htmlExp1.1BUGS/mail/cosmetic-indenting/0001.htmlExp1.1BUGS/mail/cosmetic-indenting/0002.htmlExp1.1BUGS/mail/cosmetic-indenting/0003.htmlExp1.1BUGS/mail/cosmetic-indenting/0004.htmlExp1.1BUGS/mail/cosmetic-indenting/0005.htmlExp1.1BUGS/mail/cosmetic-indenting/0006.htmlExp1.1BUGS/mail/cosmetic-indenting/0007.htmlExp1.1BUGS/mail/cosmetic-indenting/attachment.htmlExp1.1BUGS/mail/cosmetic-indenting/author.htmlExp1.1BUGS/mail/cosmetic-indenting/date.htmlExp1.1BUGS/mail/cosmetic-indenting/index.htmlExp1.1BUGS/mail/cosmetic-indenting/subject.htmlExp1.1BUGS/mail/eol-whitespace/0000.htmlExp1.1BUGS/mail/eol-whitespace/0001.htmlExp1.1BUGS/mail/eol-whitespace/0002.htmlExp1.1BUGS/mail/eol-whitespace/0003.htmlExp1.1BUGS/mail/eol-whitespace/attachment.htmlExp1.1BUGS/mail/eol-whitespace/author.htmlExp1.1BUGS/mail/eol-whitespace/date.htmlExp1.1BUGS/mail/eol-whitespace/index.htmlExp1.1BUGS/mail/eol-whitespace/subject.htmlExp1.1BUGS/mail/eol-whitespace/att-0002/cvs2cl.diffExp1.1BUGS/mail/group-by-author-and-day/0000.htmlExp1.1BUGS/mail/group-by-author-and-day/0001.htmlExp1.1BUGS/mail/group-by-author-and-day/0002.htmlExp1.1BUGS/mail/group-by-author-and-day/0003.htmlExp1.1BUGS/mail/group-by-author-and-day/attachment.htmlExp1.1BUGS/mail/group-by-author-and-day/author.htmlExp1.1BUGS/mail/group-by-author-and-day/date.htmlExp1.1BUGS/mail/group-by-author-and-day/index.htmlExp1.1BUGS/mail/group-by-author-and-day/subject.htmlExp1.1BUGS/mail/group-by-author-and-day/att-0001/cl2html.xsltExp1.1BUGS/mail/hide-branch-additions/0000.htmlExp1.1BUGS/mail/hide-branch-additions/0001.htmlExp1.1BUGS/mail/hide-branch-additions/attachment.htmlExp1.1BUGS/mail/hide-branch-additions/author.htmlExp1.1BUGS/mail/hide-branch-additions/date.htmlExp1.1BUGS/mail/hide-branch-additions/index.htmlExp1.1BUGS/mail/hide-branch-additions/subject.htmlExp1.1BUGS/mail/hide-branch-additions/att-0000/cvs2cl.pl.2.48Exp1.1BUGS/mail/inverted--no-ancestors/0000.htmlExp1.1BUGS/mail/inverted--no-ancestors/0001.htmlExp1.1BUGS/mail/inverted--no-ancestors/attachment.htmlExp1.1BUGS/mail/inverted--no-ancestors/author.htmlExp1.1BUGS/mail/inverted--no-ancestors/date.htmlExp1.1BUGS/mail/inverted--no-ancestors/index.htmlExp1.1BUGS/mail/inverted--no-ancestors/subject.htmlExp1.1BUGS/mail/mailname-vs-domain/0000.htmlExp1.1BUGS/mail/mailname-vs-domain/0001.htmlExp1.1BUGS/mail/mailname-vs-domain/0002.htmlExp1.1BUGS/mail/mailname-vs-domain/0003.htmlExp1.1BUGS/mail/mailname-vs-domain/attachment.htmlExp1.1BUGS/mail/mailname-vs-domain/author.htmlExp1.1BUGS/mail/mailname-vs-domain/date.htmlExp1.1BUGS/mail/mailname-vs-domain/index.htmlExp1.1BUGS/mail/mailname-vs-domain/subject.htmlExp1.1BUGS/mail/rcs-file-windoze/0000.htmlExp1.1BUGS/mail/rcs-file-windoze/0001.htmlExp1.1BUGS/mail/rcs-file-windoze/attachment.htmlExp1.1BUGS/mail/rcs-file-windoze/author.htmlExp1.1BUGS/mail/rcs-file-windoze/date.htmlExp1.1BUGS/mail/rcs-file-windoze/index.htmlExp1.1BUGS/mail/rcs-file-windoze/subject.htmlExp1.1BUGS/mail/revert-common-dir-1file/0000.htmlExp1.3BUGS/mail/revert-common-dir-1file/0001.htmlExp1.3BUGS/mail/revert-common-dir-1file/0002.htmlExp1.2BUGS/mail/revert-common-dir-1file/0003.htmlExp1.1BUGS/mail/revert-common-dir-1file/attachment.htmlExp1.3BUGS/mail/revert-common-dir-1file/author.htmlExp1.3BUGS/mail/revert-common-dir-1file/date.htmlExp1.3BUGS/mail/revert-common-dir-1file/index.htmlExp1.3BUGS/mail/revert-common-dir-1file/subject.htmlExp1.3BUGS/mail/shell-minimize-file-lists/0000.htmlExp1.2BUGS/mail/shell-minimize-file-lists/0001.htmlExp1.2BUGS/mail/shell-minimize-file-lists/0002.htmlExp1.2BUGS/mail/shell-minimize-file-lists/0003.htmlExp1.2BUGS/mail/shell-minimize-file-lists/0004.htmlExp1.2BUGS/mail/shell-minimize-file-lists/0005.htmlExp1.1BUGS/mail/shell-minimize-file-lists/attachment.htmlExp1.2BUGS/mail/shell-minimize-file-lists/author.htmlExp1.2BUGS/mail/shell-minimize-file-lists/date.htmlExp1.2BUGS/mail/shell-minimize-file-lists/index.htmlExp1.2BUGS/mail/shell-minimize-file-lists/subject.htmlExp1.2BUGS/mail/support-for-function-name/0000.htmlExp1.1BUGS/mail/support-for-function-name/0001.htmlExp1.1BUGS/mail/support-for-function-name/attachment.htmlExp1.1BUGS/mail/support-for-function-name/author.htmlExp1.1BUGS/mail/support-for-function-name/date.htmlExp1.1BUGS/mail/support-for-function-name/index.htmlExp1.1BUGS/mail/support-for-function-name/subject.htmlExp1.1BUGS/mail/unify-by-author-and-time/0000.htmlExp1.2BUGS/mail/unify-by-author-and-time/0001.htmlExp1.1BUGS/mail/unify-by-author-and-time/0002.htmlExp1.1BUGS/mail/unify-by-author-and-time/attachment.htmlExp1.2BUGS/mail/unify-by-author-and-time/author.htmlExp1.2BUGS/mail/unify-by-author-and-time/date.htmlExp1.2BUGS/mail/unify-by-author-and-time/index.htmlExp1.2BUGS/mail/unify-by-author-and-time/subject.htmlExp1.2BUGS/mail/update-option/0000.htmlExp1.2BUGS/mail/update-option/0001.htmlExp1.2BUGS/mail/update-option/0002.htmlExp1.2BUGS/mail/update-option/0003.htmlExp1.1BUGS/mail/update-option/attachment.htmlExp1.2BUGS/mail/update-option/author.htmlExp1.2BUGS/mail/update-option/date.htmlExp1.2BUGS/mail/update-option/index.htmlExp1.2BUGS/mail/update-option/subject.htmlExp1.2BUGS/mail/wrap-spaces/0000.htmlExp1.1BUGS/mail/wrap-spaces/attachment.htmlExp1.1BUGS/mail/wrap-spaces/author.htmlExp1.1BUGS/mail/wrap-spaces/date.htmlExp1.1BUGS/mail/wrap-spaces/index.htmlExp1.1BUGS/mail/wrap-spaces/subject.htmlExp1.1BUGS/mail/xml-msg-spurious-newline/0000.htmlExp1.1BUGS/mail/xml-msg-spurious-newline/attachment.htmlExp1.1BUGS/mail/xml-msg-spurious-newline/author.htmlExp1.1BUGS/mail/xml-msg-spurious-newline/date.htmlExp1.1BUGS/mail/xml-msg-spurious-newline/index.htmlExp1.1BUGS/mail/xml-msg-spurious-newline/subject.htmlExp1.1BUGS/mail/xml-namespace-option/0000.htmlExp1.1BUGS/mail/xml-namespace-option/0001.htmlExp1.1BUGS/mail/xml-namespace-option/attachment.htmlExp1.1BUGS/mail/xml-namespace-option/author.htmlExp1.1BUGS/mail/xml-namespace-option/date.htmlExp1.1BUGS/mail/xml-namespace-option/index.htmlExp1.1BUGS/mail/xml-namespace-option/subject.htmlExp1.1BUGS/Bugs update for 2.502003-08-25Monday2003-08-25T11:02:21Zfluffyindex.htmlExp1.22Comments for 2.502003-08-25Monday2003-08-25T10:52:04Zfluffycvs2cl.plExp2.50* Sort tags on output to ensure determinism to assist in tests (and other
change-check mechanisms).
* Change 'wrap' to 'mywrap' because Text::Wrap in perl 5.005_03 exports wrap
unconditionally and generates an override warning
* Remove additional newline from msg in XML mode
* Add --noxmlns option
* Interpret "[user@]host:/file/whatever" in -U option
patch contributed by Eddie Kohler <kohler@icir.org>
* Better wrapping of filenames with --no-wrap
* Undocument --update since it doesn't actually do anything useful.2003-08-24Sunday2003-08-24T17:39:28Zfluffycl2html.xsltExp1.1[no log message]2003-06-21Saturday2003-06-21T11:46:00Zfluffyindex.htmlExp1.21Add notes for 2.492003-06-21Saturday2003-06-21T11:24:36Zfluffycvs2cl.plExp2.49* Conflate --domain, --mailname options
* Document --chrono option
patch contributed by Ernie Zapata <ez@microgate.com>
* Amend --rcs to work with windoze
patch contributed by Ernie Zapata <ez@microgate.com>
* Fix awkward wrapping that hangs indent where multi-space sequences are
wrapped
* Add checking for combined use of -[lg] with --stdin
* Fix multiple accumulation of logs with --accum --utc
patch contributed by Arthur de Jong <arthur@tiefighter.et.tudelft.nl>
* Remove superfluous end-of-line whitespace
patch courtesy of Oswald Buddenhagen <ossi@kde.org>
* Amend indenting style to hang whole paragraph past '* '.
* don't show log entries for file addition on a branch (except with
--no-hide-branch-additions option).
patch contributed by Kevin Lilly <tea41@yahoo.com>
* Document --no-hide-branch-additions flag2003-04-22Tuesday2003-04-22T07:58:25Zfluffyindex.htmlExp1.20Update for 2.482003-04-21Monday2003-04-21T16:43:49ZfluffyBUGS/detail.htmlExp1.6BUGS/summary.htmlExp1.5BUGS/mail/FSF-option/0000.htmlExp1.2BUGS/mail/FSF-option/0001.htmlExp1.2BUGS/mail/FSF-option/0002.htmlExp1.1BUGS/mail/FSF-option/attachment.htmlExp1.2BUGS/mail/FSF-option/author.htmlExp1.2BUGS/mail/FSF-option/date.htmlExp1.2BUGS/mail/FSF-option/index.htmlExp1.2BUGS/mail/FSF-option/subject.htmlExp1.2BUGS/mail/accum-utc-repeated-add/0000.htmlExp1.2BUGS/mail/accum-utc-repeated-add/0001.htmlExp1.2BUGS/mail/accum-utc-repeated-add/0002.htmlExp1.1BUGS/mail/accum-utc-repeated-add/0003.htmlExp1.1BUGS/mail/accum-utc-repeated-add/0004.htmlExp1.1BUGS/mail/accum-utc-repeated-add/attachment.htmlExp1.2BUGS/mail/accum-utc-repeated-add/author.htmlExp1.2BUGS/mail/accum-utc-repeated-add/date.htmlExp1.2BUGS/mail/accum-utc-repeated-add/index.htmlExp1.2BUGS/mail/accum-utc-repeated-add/subject.htmlExp1.2BUGS/mail/chrono-option/0000.htmlExp1.2BUGS/mail/chrono-option/0001.htmlExp1.2BUGS/mail/chrono-option/0002.htmlExp1.2BUGS/mail/chrono-option/0003.htmlExp1.1BUGS/mail/chrono-option/attachment.htmlExp1.2BUGS/mail/chrono-option/author.htmlExp1.2BUGS/mail/chrono-option/date.htmlExp1.2BUGS/mail/chrono-option/index.htmlExp1.2BUGS/mail/chrono-option/subject.htmlExp1.2BUGS/mail/chrono-option/att-0000/PGP.sigExp1.1BUGS/mail/chrono-option/att-0000/rae.diffExp1.1BUGS/mail/collect-v-numbers/0000.htmlExp1.1BUGS/mail/collect-v-numbers/attachment.htmlExp1.1BUGS/mail/collect-v-numbers/author.htmlExp1.1BUGS/mail/collect-v-numbers/date.htmlExp1.1BUGS/mail/collect-v-numbers/index.htmlExp1.1BUGS/mail/collect-v-numbers/subject.htmlExp1.1BUGS/mail/delta-undocumented/0000.htmlExp1.2BUGS/mail/delta-undocumented/0001.htmlExp1.2BUGS/mail/delta-undocumented/0002.htmlExp1.2BUGS/mail/delta-undocumented/0003.htmlExp1.1BUGS/mail/delta-undocumented/attachment.htmlExp1.2BUGS/mail/delta-undocumented/author.htmlExp1.2BUGS/mail/delta-undocumented/date.htmlExp1.2BUGS/mail/delta-undocumented/index.htmlExp1.2BUGS/mail/delta-undocumented/subject.htmlExp1.2BUGS/mail/dirs-called-0/0000.htmlExp1.2BUGS/mail/dirs-called-0/0001.htmlExp1.2BUGS/mail/dirs-called-0/0002.htmlExp1.2BUGS/mail/dirs-called-0/0003.htmlExp1.2BUGS/mail/dirs-called-0/0004.htmlExp1.2BUGS/mail/dirs-called-0/0005.htmlExp1.1BUGS/mail/dirs-called-0/0006.htmlExp1.1BUGS/mail/dirs-called-0/0007.htmlExp1.1BUGS/mail/dirs-called-0/0008.htmlExp1.1BUGS/mail/dirs-called-0/0009.htmlExp1.1BUGS/mail/dirs-called-0/0010.htmlExp1.1BUGS/mail/dirs-called-0/attachment.htmlExp1.2BUGS/mail/dirs-called-0/author.htmlExp1.2BUGS/mail/dirs-called-0/date.htmlExp1.2BUGS/mail/dirs-called-0/index.htmlExp1.2BUGS/mail/dirs-called-0/subject.htmlExp1.2BUGS/mail/dirs-called-0/att-0009/cvs2cl.plExp1.1BUGS/mail/extra-square-brackets/0000.htmlExp1.3BUGS/mail/extra-square-brackets/0001.htmlExp1.3BUGS/mail/extra-square-brackets/0002.htmlExp1.3BUGS/mail/extra-square-brackets/0003.htmlExp1.3BUGS/mail/extra-square-brackets/0004.htmlExp1.2BUGS/mail/extra-square-brackets/0005.htmlExp1.2BUGS/mail/extra-square-brackets/0006.htmlExp1.2BUGS/mail/extra-square-brackets/0007.htmlExp1.1BUGS/mail/extra-square-brackets/attachment.htmlExp1.3BUGS/mail/extra-square-brackets/author.htmlExp1.3BUGS/mail/extra-square-brackets/date.htmlExp1.3BUGS/mail/extra-square-brackets/index.htmlExp1.3BUGS/mail/extra-square-brackets/subject.htmlExp1.3BUGS/mail/gecos-domain-options/0000.htmlExp1.2BUGS/mail/gecos-domain-options/0001.htmlExp1.2BUGS/mail/gecos-domain-options/0002.htmlExp1.1BUGS/mail/gecos-domain-options/0003.htmlExp1.1BUGS/mail/gecos-domain-options/attachment.htmlExp1.2BUGS/mail/gecos-domain-options/author.htmlExp1.2BUGS/mail/gecos-domain-options/date.htmlExp1.2BUGS/mail/gecos-domain-options/index.htmlExp1.2BUGS/mail/gecos-domain-options/subject.htmlExp1.2BUGS/mail/gecos-domain-options/att-0000/diffExp1.1BUGS/mail/gecos-domain-options/att-0003/01-partExp1.1BUGS/mail/no-ancestors-option/0000.htmlExp1.1BUGS/mail/no-ancestors-option/0001.htmlExp1.1BUGS/mail/no-ancestors-option/0002.htmlExp1.1BUGS/mail/no-ancestors-option/attachment.htmlExp1.1BUGS/mail/no-ancestors-option/author.htmlExp1.1BUGS/mail/no-ancestors-option/date.htmlExp1.1BUGS/mail/no-ancestors-option/index.htmlExp1.1BUGS/mail/no-ancestors-option/subject.htmlExp1.1BUGS/mail/no-ancestors-option/att-0000/cvs2cl.plExp1.1BUGS/mail/no-common-dir-option/0000.htmlExp1.2BUGS/mail/no-common-dir-option/0001.htmlExp1.2BUGS/mail/no-common-dir-option/0002.htmlExp1.1BUGS/mail/no-common-dir-option/attachment.htmlExp1.2BUGS/mail/no-common-dir-option/author.htmlExp1.2BUGS/mail/no-common-dir-option/date.htmlExp1.2BUGS/mail/no-common-dir-option/index.htmlExp1.2BUGS/mail/no-common-dir-option/subject.htmlExp1.2BUGS/mail/passwd-user-expansion/0000.htmlExp1.1BUGS/mail/passwd-user-expansion/0001.htmlExp1.1BUGS/mail/passwd-user-expansion/0002.htmlExp1.1BUGS/mail/passwd-user-expansion/0003.htmlExp1.1BUGS/mail/passwd-user-expansion/0004.htmlExp1.1BUGS/mail/passwd-user-expansion/attachment.htmlExp1.1BUGS/mail/passwd-user-expansion/author.htmlExp1.1BUGS/mail/passwd-user-expansion/date.htmlExp1.1BUGS/mail/passwd-user-expansion/index.htmlExp1.1BUGS/mail/passwd-user-expansion/subject.htmlExp1.1BUGS/mail/rcs-option/0000.htmlExp1.1BUGS/mail/rcs-option/0001.htmlExp1.1BUGS/mail/rcs-option/0002.htmlExp1.1BUGS/mail/rcs-option/attachment.htmlExp1.1BUGS/mail/rcs-option/author.htmlExp1.1BUGS/mail/rcs-option/date.htmlExp1.1BUGS/mail/rcs-option/index.htmlExp1.1BUGS/mail/rcs-option/subject.htmlExp1.1BUGS/mail/revert-common-dir-1file/0000.htmlExp1.2BUGS/mail/revert-common-dir-1file/0001.htmlExp1.2BUGS/mail/revert-common-dir-1file/0002.htmlExp1.1BUGS/mail/revert-common-dir-1file/attachment.htmlExp1.2BUGS/mail/revert-common-dir-1file/author.htmlExp1.2BUGS/mail/revert-common-dir-1file/date.htmlExp1.2BUGS/mail/revert-common-dir-1file/index.htmlExp1.2BUGS/mail/revert-common-dir-1file/subject.htmlExp1.2BUGS/mail/shell-minimize-file-lists/0000.htmlExp1.1BUGS/mail/shell-minimize-file-lists/0001.htmlExp1.1BUGS/mail/shell-minimize-file-lists/0002.htmlExp1.1BUGS/mail/shell-minimize-file-lists/0003.htmlExp1.1BUGS/mail/shell-minimize-file-lists/0004.htmlExp1.1BUGS/mail/shell-minimize-file-lists/attachment.htmlExp1.1BUGS/mail/shell-minimize-file-lists/author.htmlExp1.1BUGS/mail/shell-minimize-file-lists/date.htmlExp1.1BUGS/mail/shell-minimize-file-lists/index.htmlExp1.1BUGS/mail/shell-minimize-file-lists/subject.htmlExp1.1BUGS/mail/show-dead-option/0000.htmlExp1.1BUGS/mail/show-dead-option/0001.htmlExp1.1BUGS/mail/show-dead-option/attachment.htmlExp1.1BUGS/mail/show-dead-option/author.htmlExp1.1BUGS/mail/show-dead-option/date.htmlExp1.1BUGS/mail/show-dead-option/index.htmlExp1.1BUGS/mail/show-dead-option/subject.htmlExp1.1BUGS/mail/show-tags-option/0000.htmlExp1.2BUGS/mail/show-tags-option/0001.htmlExp1.2BUGS/mail/show-tags-option/0002.htmlExp1.2BUGS/mail/show-tags-option/0003.htmlExp1.1BUGS/mail/show-tags-option/attachment.htmlExp1.2BUGS/mail/show-tags-option/author.htmlExp1.2BUGS/mail/show-tags-option/date.htmlExp1.2BUGS/mail/show-tags-option/index.htmlExp1.2BUGS/mail/show-tags-option/subject.htmlExp1.2BUGS/mail/show-tags-option/att-0002/log.tgzExp1.1BUGS/mail/squash-duplicate-filenames/0000.htmlExp1.2BUGS/mail/squash-duplicate-filenames/0001.htmlExp1.2BUGS/mail/squash-duplicate-filenames/0002.htmlExp1.1BUGS/mail/squash-duplicate-filenames/attachment.htmlExp1.2BUGS/mail/squash-duplicate-filenames/author.htmlExp1.2BUGS/mail/squash-duplicate-filenames/date.htmlExp1.2BUGS/mail/squash-duplicate-filenames/index.htmlExp1.2BUGS/mail/squash-duplicate-filenames/subject.htmlExp1.2BUGS/mail/summary-option/0000.htmlExp1.1BUGS/mail/summary-option/0001.htmlExp1.1BUGS/mail/summary-option/0002.htmlExp1.1BUGS/mail/summary-option/attachment.htmlExp1.1BUGS/mail/summary-option/author.htmlExp1.1BUGS/mail/summary-option/date.htmlExp1.1BUGS/mail/summary-option/index.htmlExp1.1BUGS/mail/summary-option/subject.htmlExp1.1BUGS/mail/update-option/0000.htmlExp1.1BUGS/mail/update-option/0001.htmlExp1.1BUGS/mail/update-option/0002.htmlExp1.1BUGS/mail/update-option/attachment.htmlExp1.1BUGS/mail/update-option/author.htmlExp1.1BUGS/mail/update-option/date.htmlExp1.1BUGS/mail/update-option/index.htmlExp1.1BUGS/mail/update-option/subject.htmlExp1.1BUGS/Update for 2.482003-04-21Monday2003-04-21T09:50:52Zfluffycvs2cl.plExp2.48* Add --passwd option
patch based on code contributed by Mark W. Eichin <eichin@thok.org>
* Add doc. for --update
* Add --summary, --update options
patches contributed by Mike Ayers <mayers@neviknetworks.com>
* Add --no-ancestors
patch contributed by Richard Broberg <richard.broberg@inficon.com>
* add --show-dead option
patch based on code supplied by Dave Elcock <dave{_AT_}sias.com>
* add --rcs option
patch courtesy of Joe Orton <jorton@redhat.com>
* add --mailname option, correct --passwd2003-04-12Saturday2003-04-12T14:36:56Zfluffyindex.htmlExp1.19Add links to CVS home, CVSps page.2003-03-10Monday2003-03-10T16:35:14ZfluffyBUGS/detail.htmlExp1.5BUGS/summary.htmlExp1.4BUGS/mail/FSF-option/0000.htmlExp1.1BUGS/mail/FSF-option/0001.htmlExp1.1BUGS/mail/FSF-option/attachment.htmlExp1.1BUGS/mail/FSF-option/author.htmlExp1.1BUGS/mail/FSF-option/date.htmlExp1.1BUGS/mail/FSF-option/index.htmlExp1.1BUGS/mail/FSF-option/subject.htmlExp1.1BUGS/mail/binmode-on-windoze/0000.htmlExp1.2BUGS/mail/chrono-option/0000.htmlExp1.1BUGS/mail/chrono-option/0001.htmlExp1.1BUGS/mail/chrono-option/0002.htmlExp1.1BUGS/mail/chrono-option/attachment.htmlExp1.1BUGS/mail/chrono-option/author.htmlExp1.1BUGS/mail/chrono-option/date.htmlExp1.1BUGS/mail/chrono-option/index.htmlExp1.1BUGS/mail/chrono-option/subject.htmlExp1.1BUGS/mail/chrono-option/att-0000/01-rae.diffExp1.1BUGS/mail/chrono-option/att-0000/02-PGP.sigExp1.1BUGS/mail/chrono-option/att-0002/00-partExp1.1BUGS/mail/delta-undocumented/0000.htmlExp1.1BUGS/mail/delta-undocumented/0001.htmlExp1.1BUGS/mail/delta-undocumented/0002.htmlExp1.1BUGS/mail/delta-undocumented/attachment.htmlExp1.1BUGS/mail/delta-undocumented/author.htmlExp1.1BUGS/mail/delta-undocumented/date.htmlExp1.1BUGS/mail/delta-undocumented/index.htmlExp1.1BUGS/mail/delta-undocumented/subject.htmlExp1.1BUGS/mail/extra-square-brackets/0000.htmlExp1.2BUGS/mail/extra-square-brackets/0001.htmlExp1.2BUGS/mail/extra-square-brackets/0002.htmlExp1.2BUGS/mail/extra-square-brackets/0003.htmlExp1.2BUGS/mail/extra-square-brackets/0004.htmlExp1.1BUGS/mail/extra-square-brackets/0005.htmlExp1.1BUGS/mail/extra-square-brackets/0006.htmlExp1.1BUGS/mail/extra-square-brackets/attachment.htmlExp1.2BUGS/mail/extra-square-brackets/author.htmlExp1.2BUGS/mail/extra-square-brackets/date.htmlExp1.2BUGS/mail/extra-square-brackets/index.htmlExp1.2BUGS/mail/extra-square-brackets/subject.htmlExp1.2BUGS/mail/gecos-domain-options/0000.htmlExp1.1BUGS/mail/gecos-domain-options/0001.htmlExp1.1BUGS/mail/gecos-domain-options/attachment.htmlExp1.1BUGS/mail/gecos-domain-options/author.htmlExp1.1BUGS/mail/gecos-domain-options/date.htmlExp1.1BUGS/mail/gecos-domain-options/index.htmlExp1.1BUGS/mail/gecos-domain-options/subject.htmlExp1.1BUGS/mail/gecos-domain-options/att-0000/01-diffExp1.1BUGS/mail/gecos-domain-options/att-0000/02-partExp1.1BUGS/mail/no-common-dir-option/0000.htmlExp1.1BUGS/mail/no-common-dir-option/0001.htmlExp1.1BUGS/mail/no-common-dir-option/attachment.htmlExp1.1BUGS/mail/no-common-dir-option/author.htmlExp1.1BUGS/mail/no-common-dir-option/date.htmlExp1.1BUGS/mail/no-common-dir-option/index.htmlExp1.1BUGS/mail/no-common-dir-option/subject.htmlExp1.1BUGS/mail/no-times-option/0000.htmlExp1.1BUGS/mail/no-times-option/0001.htmlExp1.1BUGS/mail/no-times-option/attachment.htmlExp1.1BUGS/mail/no-times-option/author.htmlExp1.1BUGS/mail/no-times-option/date.htmlExp1.1BUGS/mail/no-times-option/index.htmlExp1.1BUGS/mail/no-times-option/subject.htmlExp1.1BUGS/mail/revert-common-dir-1file/0000.htmlExp1.1BUGS/mail/revert-common-dir-1file/0001.htmlExp1.1BUGS/mail/revert-common-dir-1file/attachment.htmlExp1.1BUGS/mail/revert-common-dir-1file/author.htmlExp1.1BUGS/mail/revert-common-dir-1file/date.htmlExp1.1BUGS/mail/revert-common-dir-1file/index.htmlExp1.1BUGS/mail/revert-common-dir-1file/subject.htmlExp1.1BUGS/mail/show-tags-option/0000.htmlExp1.1BUGS/mail/show-tags-option/0001.htmlExp1.1BUGS/mail/show-tags-option/0002.htmlExp1.1BUGS/mail/show-tags-option/attachment.htmlExp1.1BUGS/mail/show-tags-option/author.htmlExp1.1BUGS/mail/show-tags-option/date.htmlExp1.1BUGS/mail/show-tags-option/index.htmlExp1.1BUGS/mail/show-tags-option/subject.htmlExp1.1BUGS/mail/show-tags-option/att-0002/01-log.tgzExp1.1BUGS/mail/squash-duplicate-filenames/0000.htmlExp1.1BUGS/mail/squash-duplicate-filenames/0001.htmlExp1.1BUGS/mail/squash-duplicate-filenames/attachment.htmlExp1.1BUGS/mail/squash-duplicate-filenames/author.htmlExp1.1BUGS/mail/squash-duplicate-filenames/date.htmlExp1.1BUGS/mail/squash-duplicate-filenames/index.htmlExp1.1BUGS/mail/squash-duplicate-filenames/subject.htmlExp1.1BUGS/[no log message]2003-03-10Monday2003-03-10T16:08:30Zfluffycvs2cl.plExp2.47* Add test for --delta option
* Document --delta option
* Add --gecos, --domain options
patch supplied by Robin Hugh Johnson <robbat2@orbis-terrarum.net>
* Add --FSF option
* Add test for -W option
* Add --no-common-dir option
patch supplied by Simon Josefsson <jas@extundo.com>
* Exclude duplicate file information items from info lines
* Add --show-tag option, tweak implementation of ignore-tag option
Document both
* Add tests for --ignore-tags option
* Make sort order deterministic for equal timestamps
* Fix bug #25 (Option to write output in chronologically ascending
order)
patch supplied by Reid Ellis <rae@tnir.org>
* Fix bug #24 (Option to not print HH:MM on timestamps)
patch supplied by Simon Josefsson <jas@extundo.com>2003-01-18Saturday2003-01-18T13:14:52Zfluffycvs2cl.plExp2.46* Add --no-times option
patch supplied by Simon Josefsson jas@extundo.com2003-01-18Saturday2003-01-18T11:35:52Zfluffyindex.htmlExp1.18Add descriptions to bug numbers in changelog2003-01-18Saturday2003-01-18T11:21:35Zfluffyindex.htmlExp1.17Add mini-change history at bottom2003-01-13Monday2003-01-13T09:38:36ZfluffyBUGS/detail.htmlExp1.4Remove leading newline2003-01-12Sunday2003-01-12T19:30:09ZfluffyBUGS/detail.htmlExp1.3BUGS/summary.htmlExp1.3BUGS/Bugs update2003-01-12Sunday2003-01-12T13:56:03ZfluffyBUGS/mail/binmode-on-windoze/0001.htmlExp1.1BUGS/mail/binmode-on-windoze/attachment.htmlExp1.1BUGS/mail/binmode-on-windoze/author.htmlExp1.1BUGS/mail/binmode-on-windoze/date.htmlExp1.1BUGS/mail/binmode-on-windoze/index.htmlExp1.1BUGS/mail/binmode-on-windoze/subject.htmlExp1.1BUGS/mail/extra-square-brackets/0000.htmlExp1.1BUGS/mail/extra-square-brackets/0001.htmlExp1.1BUGS/mail/extra-square-brackets/0002.htmlExp1.1BUGS/mail/extra-square-brackets/0003.htmlExp1.1BUGS/mail/extra-square-brackets/attachment.htmlExp1.1BUGS/mail/extra-square-brackets/author.htmlExp1.1BUGS/mail/extra-square-brackets/date.htmlExp1.1BUGS/mail/extra-square-brackets/index.htmlExp1.1BUGS/mail/extra-square-brackets/subject.htmlExp1.1BUGS/mail/hardwired-exec-line/0000.htmlExp1.1BUGS/mail/hardwired-exec-line/0001.htmlExp1.1BUGS/mail/hardwired-exec-line/0002.htmlExp1.1BUGS/mail/hardwired-exec-line/0003.htmlExp1.1BUGS/mail/hardwired-exec-line/attachment.htmlExp1.1BUGS/mail/hardwired-exec-line/author.htmlExp1.1BUGS/mail/hardwired-exec-line/date.htmlExp1.1BUGS/mail/hardwired-exec-line/index.htmlExp1.1BUGS/mail/hardwired-exec-line/subject.htmlExp1.1BUGS/mail/latest-rev/0000.htmlExp1.1BUGS/mail/latest-rev/0001.htmlExp1.1BUGS/mail/latest-rev/attachment.htmlExp1.1BUGS/mail/latest-rev/author.htmlExp1.1BUGS/mail/latest-rev/date.htmlExp1.1BUGS/mail/latest-rev/index.htmlExp1.1BUGS/mail/latest-rev/subject.htmlExp1.1BUGS/mail/malformed-utf-8/0000.htmlExp1.1BUGS/mail/malformed-utf-8/0001.htmlExp1.1BUGS/mail/malformed-utf-8/0002.htmlExp1.1BUGS/mail/malformed-utf-8/0003.htmlExp1.1BUGS/mail/malformed-utf-8/0004.htmlExp1.1BUGS/mail/malformed-utf-8/0005.htmlExp1.1BUGS/mail/malformed-utf-8/0006.htmlExp1.1BUGS/mail/malformed-utf-8/0007.htmlExp1.1BUGS/mail/malformed-utf-8/0008.htmlExp1.1BUGS/mail/malformed-utf-8/0009.htmlExp1.1BUGS/mail/malformed-utf-8/0010.htmlExp1.1BUGS/mail/malformed-utf-8/0011.htmlExp1.1BUGS/mail/malformed-utf-8/attachment.htmlExp1.1BUGS/mail/malformed-utf-8/author.htmlExp1.1BUGS/mail/malformed-utf-8/date.htmlExp1.1BUGS/mail/malformed-utf-8/index.htmlExp1.1BUGS/mail/malformed-utf-8/subject.htmlExp1.1BUGS/mail/malformed-utf-8/att-0006/01-perl-V.txtExp1.1BUGS/mail/malformed-utf-8/att-0008/01-env.txtExp1.1BUGS/mail/sort-by-filename/0000.htmlExp1.1BUGS/mail/sort-by-filename/0001.htmlExp1.1BUGS/mail/sort-by-filename/attachment.htmlExp1.1BUGS/mail/sort-by-filename/author.htmlExp1.1BUGS/mail/sort-by-filename/date.htmlExp1.1BUGS/mail/sort-by-filename/index.htmlExp1.1BUGS/mail/sort-by-filename/subject.htmlExp1.1BUGS/mail/Mail update2003-01-12Sunday2003-01-12T13:50:41ZfluffyBUGS/mail/binmode-on-windoze/0000.htmlExp1.1Mail update2003-01-12Sunday2003-01-12T13:41:25Zfluffycvs2cl.plExp2.45* Fix bug #22 (spurious extra square brackets)
patch supplied by Tim Bradshaw tfb@cley.com
* Fix bug #19 (carriage returns on windoze)
patch based on code supplied by Kane, Terry TeKane@radiantsystems.com
* Fix bug #23 (hardwired perl version)
patch supplied by Tim Bradshaw tfb@cley.com2002-11-25Monday2002-11-25T21:00:29Zfluffycvs2cl.plExp2.44Fix bug #18 (spurious UTF-8 warnings)2002-11-24Sunday2002-11-24T11:53:04ZfluffyBUGS.htmlExp1.2BUGS/detail.htmlExp1.2BUGS/summary.htmlExp1.2BUGS update for 2.432002-11-24Sunday2002-11-24T11:49:22ZfluffyBUGS/mail/tagdates-option/0000.htmlExp1.1BUGS/mail/tagdates-option/0001.htmlExp1.1BUGS/mail/tagdates-option/attachment.htmlExp1.1BUGS/mail/tagdates-option/author.htmlExp1.1BUGS/mail/tagdates-option/date.htmlExp1.1BUGS/mail/tagdates-option/index.htmlExp1.1BUGS/mail/tagdates-option/subject.htmlExp1.1BUGS/mail/tagdates-option/att-0000/01-cvs2cl.tagdates.patchExp1.1BUGS/mail/xml-encoding-option/0000.htmlExp1.1BUGS/mail/xml-encoding-option/0001.htmlExp1.1BUGS/mail/xml-encoding-option/0002.htmlExp1.1BUGS/mail/xml-encoding-option/attachment.htmlExp1.1BUGS/mail/xml-encoding-option/author.htmlExp1.1BUGS/mail/xml-encoding-option/date.htmlExp1.1BUGS/mail/xml-encoding-option/index.htmlExp1.1BUGS/mail/xml-encoding-option/subject.htmlExp1.1BUGS/mail/xml-encoding-option/att-0000/01-diff.txtExp1.1BUGS/mail/xml-encoding-option/att-0000/02-cvs2cl.plExp1.1BUGS/mail/unify-by-author-and-time/0000.htmlExp1.1BUGS/mail/unify-by-author-and-time/attachment.htmlExp1.1BUGS/mail/unify-by-author-and-time/author.htmlExp1.1BUGS/mail/unify-by-author-and-time/date.htmlExp1.1BUGS/mail/unify-by-author-and-time/index.htmlExp1.1BUGS/mail/unify-by-author-and-time/subject.htmlExp1.1BUGS/mail/mail dissected by bug2002-11-24Sunday2002-11-24T11:45:12ZfluffyBUGS/mail/accum-and-D/att-0000/01-cvs2cl.pl.diffExp1.1BUGS/mail/accum-and-D/0000.htmlExp1.1BUGS/mail/accum-and-D/0001.htmlExp1.1BUGS/mail/accum-and-D/attachment.htmlExp1.1BUGS/mail/accum-and-D/author.htmlExp1.1BUGS/mail/accum-and-D/date.htmlExp1.1BUGS/mail/accum-and-D/index.htmlExp1.1BUGS/mail/accum-and-D/subject.htmlExp1.1BUGS/mail/accum-utc-repeated-add/0000.htmlExp1.1BUGS/mail/accum-utc-repeated-add/0001.htmlExp1.1BUGS/mail/accum-utc-repeated-add/attachment.htmlExp1.1BUGS/mail/accum-utc-repeated-add/author.htmlExp1.1BUGS/mail/accum-utc-repeated-add/date.htmlExp1.1BUGS/mail/accum-utc-repeated-add/index.htmlExp1.1BUGS/mail/accum-utc-repeated-add/subject.htmlExp1.1BUGS/mail/deleted-file-no-revision/0000.htmlExp1.1BUGS/mail/deleted-file-no-revision/attachment.htmlExp1.1BUGS/mail/deleted-file-no-revision/author.htmlExp1.1BUGS/mail/deleted-file-no-revision/date.htmlExp1.1BUGS/mail/deleted-file-no-revision/index.htmlExp1.1BUGS/mail/deleted-file-no-revision/subject.htmlExp1.1BUGS/mail/deleted-subdirs-disappear/0000.htmlExp1.1BUGS/mail/deleted-subdirs-disappear/attachment.htmlExp1.1BUGS/mail/deleted-subdirs-disappear/author.htmlExp1.1BUGS/mail/deleted-subdirs-disappear/date.htmlExp1.1BUGS/mail/deleted-subdirs-disappear/index.htmlExp1.1BUGS/mail/deleted-subdirs-disappear/subject.htmlExp1.1BUGS/mail/delta-flag/0000.htmlExp1.1BUGS/mail/delta-flag/0001.htmlExp1.1BUGS/mail/delta-flag/0002.htmlExp1.1BUGS/mail/delta-flag/attachment.htmlExp1.1BUGS/mail/delta-flag/author.htmlExp1.1BUGS/mail/delta-flag/date.htmlExp1.1BUGS/mail/delta-flag/index.htmlExp1.1BUGS/mail/delta-flag/subject.htmlExp1.1BUGS/mail/dirs-called-0/0000.htmlExp1.1BUGS/mail/dirs-called-0/0001.htmlExp1.1BUGS/mail/dirs-called-0/0002.htmlExp1.1BUGS/mail/dirs-called-0/0003.htmlExp1.1BUGS/mail/dirs-called-0/0004.htmlExp1.1BUGS/mail/dirs-called-0/attachment.htmlExp1.1BUGS/mail/dirs-called-0/author.htmlExp1.1BUGS/mail/dirs-called-0/date.htmlExp1.1BUGS/mail/dirs-called-0/index.htmlExp1.1BUGS/mail/dirs-called-0/subject.htmlExp1.1BUGS/mail/exclude-regex/0000.htmlExp1.1BUGS/mail/exclude-regex/0001.htmlExp1.1BUGS/mail/exclude-regex/attachment.htmlExp1.1BUGS/mail/exclude-regex/author.htmlExp1.1BUGS/mail/exclude-regex/date.htmlExp1.1BUGS/mail/exclude-regex/index.htmlExp1.1BUGS/mail/exclude-regex/subject.htmlExp1.1BUGS/mail/ignore-tag-option/0000.htmlExp1.1BUGS/mail/ignore-tag-option/attachment.htmlExp1.1BUGS/mail/ignore-tag-option/author.htmlExp1.1BUGS/mail/ignore-tag-option/date.htmlExp1.1BUGS/mail/ignore-tag-option/index.htmlExp1.1BUGS/mail/ignore-tag-option/subject.htmlExp1.1BUGS/mail/item-prefix/0000.htmlExp1.1BUGS/mail/item-prefix/0001.htmlExp1.1BUGS/mail/item-prefix/attachment.htmlExp1.1BUGS/mail/item-prefix/author.htmlExp1.1BUGS/mail/item-prefix/date.htmlExp1.1BUGS/mail/item-prefix/index.htmlExp1.1BUGS/mail/item-prefix/subject.htmlExp1.1BUGS/mail/log-only-on-branch/0000.htmlExp1.1BUGS/mail/log-only-on-branch/0001.htmlExp1.1BUGS/mail/log-only-on-branch/0002.htmlExp1.1BUGS/mail/log-only-on-branch/0003.htmlExp1.1BUGS/mail/log-only-on-branch/attachment.htmlExp1.1BUGS/mail/log-only-on-branch/author.htmlExp1.1BUGS/mail/log-only-on-branch/date.htmlExp1.1BUGS/mail/log-only-on-branch/index.htmlExp1.1BUGS/mail/log-only-on-branch/subject.htmlExp1.1BUGS/mail/rcs-file-name/0000.htmlExp1.1BUGS/mail/rcs-file-name/0001.htmlExp1.1BUGS/mail/rcs-file-name/attachment.htmlExp1.1BUGS/mail/rcs-file-name/author.htmlExp1.1BUGS/mail/rcs-file-name/date.htmlExp1.1BUGS/mail/rcs-file-name/index.htmlExp1.1BUGS/mail/rcs-file-name/subject.htmlExp1.1BUGS/mail/rlog-format-stdin/0000.htmlExp1.1BUGS/mail/rlog-format-stdin/0001.htmlExp1.1BUGS/mail/rlog-format-stdin/attachment.htmlExp1.1BUGS/mail/rlog-format-stdin/author.htmlExp1.1BUGS/mail/rlog-format-stdin/date.htmlExp1.1BUGS/mail/rlog-format-stdin/index.htmlExp1.1BUGS/mail/rlog-format-stdin/subject.htmlExp1.1BUGS/mail/mail dissected by bug2002-11-24Sunday2002-11-24T11:36:56ZfluffyBUGS/mail/-W-and-0-value/0000.htmlExp1.1BUGS/mail/-W-and-0-value/attachment.htmlExp1.1BUGS/mail/-W-and-0-value/author.htmlExp1.1BUGS/mail/-W-and-0-value/date.htmlExp1.1BUGS/mail/-W-and-0-value/index.htmlExp1.1BUGS/mail/-W-and-0-value/subject.htmlExp1.1BUGS/mail/-r-and--b/0000.htmlExp1.1BUGS/mail/-r-and--b/attachment.htmlExp1.1BUGS/mail/-r-and--b/author.htmlExp1.1BUGS/mail/-r-and--b/date.htmlExp1.1BUGS/mail/-r-and--b/index.htmlExp1.1BUGS/mail/-r-and--b/subject.htmlExp1.1BUGS/mail/mail dissected by bug2002-11-23Saturday2002-11-23T20:51:34Zfluffyindex.htmlExp1.16Include BUGS.html reference2002-11-23Saturday2002-11-23T20:26:15Zfluffycvs2cl.plExp2.43* Fix bug #14 (Conflict with --accum and -D)
patch based on code supplied by Claus Klein Claus.Klein@marconi.com
* Fix bug #11 (add '--tagdates' option)
patch supplied by Henrik Nordstrom <hno@marasystems.com>2002-11-23Saturday2002-11-23T17:49:05Zfluffycvs2cl.plExp2.42* Fix bug #8 (add '--delta' flag)
patch supplied by Nathan Bryant <nbryant@allegientsystems.com>2002-11-18Monday2002-11-18T21:36:55Zfluffyindex.htmlExp1.15Remove the colours!
(this is really a test that updates are getting through)2002-11-18Monday2002-11-18T21:33:01ZfluffyBUGS.htmlExp1.1BUGS.xmlExp1.1BUGS/detail.htmlExp1.1BUGS/summary.htmlExp1.1Initial bug logs2002-11-18Monday2002-11-18T21:30:07Zfluffycvs2cl.plExp2.41* Fix bug #5 (-W fails on argument '0')2002-10-27Sunday2002-10-27T08:50:57Zfluffycvs2cl.plExp2.40* Tweak eval line for fun & profit (and to make it work with perl
-I lib cvs2cl)
* Add fix for really long file names (so they don't get wrapped).
This only works with later versions of Text::Wrap, unfortunately;
specifically not with the version that comes in 5.005_03
* Add fix for direcories called '0' containing multiple files
Fix from Joachim Achtzehnter <joachim@kraut.ca>,
also from Rich Bowen <rbowen@cre8tivegroup.com>
* Add --xml-encoding option
based on code from Patrick Ficheux <patrick.ficheux@bigfoot.com>2002-07-29Monday2002-07-29T13:00:40Zfluffycvs2cl.plExp2.39Add ignore_tags option. Currently undocumented, 'til I'm convinced it's a
runner.
Sort utags prior to output to make testing predictable.2002-07-03Wednesday2002-07-03T22:11:02Zkfogelindex.htmlExp1.14end of testing2002-07-03Wednesday2002-07-03T21:57:11Zkfogelindex.htmlExp1.13test2002-07-03Wednesday2002-07-03T21:56:27Zkfogelindex.htmlExp1.12test while kfogel is locking2002-07-03Wednesday2002-07-03T21:36:49Zkfogelindex.htmlExp1.10index.htmlExp1.11test2002-07-03Wednesday2002-07-03T21:36:02Zkfogelindex.htmlExp1.9test commit2002-05-25Saturday2002-05-26T00:43:41ZkfogelBUGS.mboxExp1.2Add more info about Laurent Duperval's line-wrapping bug.2002-05-23Thursday2002-05-23T16:56:15ZkfogelBUGS.mboxExp1.1index.htmlExp1.8Store bugs in CVS, point to them from new notice on home page.2002-05-23Thursday2002-05-23T16:49:25Zkfogelindex.htmlExp1.7Add notice about maintainership transfer.2001-02-12Monday2001-02-12T19:55:40ZkfogelMakefileExp1.10(log): Use new "--accum" option.2001-02-12Monday2001-02-12T19:54:35ZkfogelMakefileExp1.9cvs2cl.plExp2.38* cvs2cl.pl: New `--accum' option.
* Makefile (log, changelog, ChangeLog): new rule and aliases.2001-01-09Tuesday2001-01-09T16:15:52Zkfogelindex.htmlExp1.6Describe cvs2html a bit more.2001-01-03Wednesday2001-01-03T21:31:27ZsussmanMakefileExp1.8Added Mike Sussman to people.html2000-12-28Thursday2000-12-28T23:19:48Zkfogelcvs2cl.plExp2.37Better fsf-style formatting, but still not perfect.
Sheesh. Who would have thought this was such a problem?2000-12-28Thursday2000-12-28T22:10:42Zkfogelcvs2cl.plExp2.36Grinding it down, just a little tweak left.2000-12-28Thursday2000-12-28T21:36:17Zkfogelcvs2cl.plExp2.35In-progress checkpoint, working on that pesky formatting bug.2000-12-25Monday2000-12-26T00:26:33Zkfogeltests/MakefileExp1.8Show context diffs for test failures.2000-12-25Monday2000-12-26T00:21:12Zkfogelcvs2cl.plExp2.34(derive_change_log): reset %symbolic_names to avoid spurious re-uses
of revision numbers; Hendrik Ruijter <hendrik.ruijter@axis.com>'s
patch.2000-12-13Wednesday2000-12-13T23:17:50Zkfogelcvs2cl.plExp2.33(pretty_file_list): fix regexp so we keep all digits of the revision
number. Thanks to Alan Barrett <apb@cequrux.com> for the patch.2000-12-13Wednesday2000-12-13T23:09:56Zkfogelchangelog-xml-schema.xdrExp1.1changelog.dtdExp1.1index.htmlExp1.5Added David Carlson's <davidwcarlson@hotmail.com> draft XML dtd and
schema.2000-11-13Monday2000-11-14T02:31:10Zkfogelcvs2cl.plExp2.32(wrap_log_entry): Removed the experimental blank-line handling.2000-11-13Monday2000-11-14T02:29:14Zkfogelcvs2cl.plExp2.31(wrap_log_entry): handle leading spaces specially.
This commit also includes some experimental blank-line handling, which
I will remove in a moment.2000-11-07Tuesday2000-11-07T21:27:48Zkfogelget-rev.cgiExp2.3Remove tmp file.2000-11-07Tuesday2000-11-07T21:22:30Zkfogelget-rev.cgiExp2.2work2000-11-07Tuesday2000-11-07T21:14:03Zkfogelget-rev.cgiExp2.1script for checking out a specific revision2000-11-07Tuesday2000-11-07T20:43:07Zkfogelcvs2cl.plExp2.30Update home page url.2000-11-07Tuesday2000-11-07T20:16:05ZkfogelMakefileExp1.7Doc fix.2000-11-07Tuesday2000-11-07T19:17:24Zkfogelindex.htmlExp1.4Fix links to sample ChangeLogs.2000-11-07Tuesday2000-11-07T19:15:04Zkfogelindex.htmlExp1.3fix image link2000-11-07Tuesday2000-11-07T19:14:14Zkfogelchangelogs.htmlExp1.2index.htmlExp1.2White backgrounds.2000-11-07Tuesday2000-11-07T19:13:09Zkfogel.cvsignoreExp1.2MakefileExp1.6changelogs.htmlExp1.1index.htmlExp1.1make-samples.shExp1.1Moving cvs2cl home page out of kfogel and into generic repository;
make web stuff live directly and statically here too.2000-09-06Wednesday2000-09-06T16:57:18ZkfogelMakefileExp1.5cvs2cl.plExp2.29tests/out-4a.txtExp1.5tests/out-4b.txtExp1.5tests/out-5b.txtExp1.2Okay, *really* make `-S' and `--fsf' cooperate this time.
Tests adjusted accordingly.2000-09-05Tuesday2000-09-06T04:42:25Zkfogelcvs2cl.plExp2.28tests/MakefileExp1.7tests/out-4a.txtExp1.4tests/out-4b.txtExp1.4tests/out-5b.txtExp1.1Handle the case where both `-S' and `--fsf' were passed.
Added test for same.2000-09-05Tuesday2000-09-05T23:13:34Zkfogeltests/.cvsignoreExp1.1tests/MakefileExp1.6tests/log-5.txtExp1.1tests/out-1a.txtExp1.2tests/out-1a.xmlExp1.3tests/out-2a.xmlExp1.3tests/out-3a.txtExp1.2tests/out-3b.txtExp1.2tests/out-4a.txtExp1.3tests/out-4b.txtExp1.3tests/out-4c.txtExp1.3tests/out-5a.txtExp1.1tests/Change all tests and outputs to UTC (at Ian Robertson's suggestion).
(test-5): yet another test of the `--fsf' option. This log was known
to cause problems before recent fixes.2000-09-05Tuesday2000-09-05T23:00:28Zkfogelcvs2cl.plExp2.27(derive_change_log): oops, compensate for After_Header setting outside
all loops.2000-09-05Tuesday2000-09-05T22:35:59Zkfogelcvs2cl.plExp2.26(derive_change_log): compensate for After_Header setting.2000-09-05Tuesday2000-09-05T21:16:07Zkfogelcvs2cl.plExp2.25Incorporate new custom FSF-style wrapping into derive_change_log().2000-09-05Tuesday2000-09-05T20:50:33Zkfogelcvs2cl.plExp2.24(wrap_log_entry): done. Works perfectly now.2000-09-05Tuesday2000-09-05T19:27:28Zkfogelcvs2cl.plExp2.23(wrap_log_entry): rewritten following the shower inspiration.
Almost perfect now.2000-09-04Monday2000-09-05T01:20:28Zkfogelcvs2cl.plExp2.22Revert everything having to do with custom wrapping.2000-09-04Monday2000-09-05T01:19:06Zkfogelcvs2cl.plExp2.21More work on custom wrap, but doesn't actually work yet.2000-09-04Monday2000-09-04T23:52:25Zkfogelcvs2cl.plExp2.20Temporarily revert, to continue working on custom wrapping.2000-09-04Monday2000-09-04T23:51:11Zkfogelcvs2cl.plExp2.19Custom wrapping in progress (committing for archival purposes only).2000-08-29Tuesday2000-08-29T22:50:41Zkfogelcvs2cl.plExp2.18Much better explanatory comment about FSF-style.2000-08-29Tuesday2000-08-29T22:31:24Zkfogelcvs2cl.plExp2.17tests/MakefileExp1.5tests/log-4.txtExp1.2tests/out-4a.txtExp1.2tests/out-4b.txtExp1.2tests/out-4c.txtExp1.2Added --fsf option, conditionally handle all of FSF ChangeLog style:
* cvs2cl.pl ($FSF_Style): new var.
(parse_options): set above new var if --fsf flag seen.
(pretty_msg_text, derive_change_log): respectively add and remove
shims, but only if $FSF_Style.
* Makefile: don't forget to run test-4, duh.
(test-4): add new --fsf option, and also add -S for looks.
* log-4.txt: added a real barn-burner of a log entry from JimB.
* out-4a.txt, out-4c.txt, out-4c.txt: adjusted for new data.2000-08-28Monday2000-08-29T00:49:41Zkfogelcvs2cl.plExp2.16Doc fix.2000-08-28Monday2000-08-29T00:42:33Zkfogelcvs2cl.plExp2.15tests/MakefileExp1.4tests/log-4.txtExp1.1tests/out-4a.txtExp1.1tests/out-4b.txtExp1.1tests/out-4c.txtExp1.1Added heuristics for standard the paren-grouping convention used in
log entries, and tests for same:
(pretty_msg_text): add an extra newline before the paren group, to
prevent wrapping.
(derive_change_log): remove the extra newline, after the wrap() call.2000-08-21Monday2000-08-22T04:13:01Zkfogelcvs2cl.plExp2.14Note about fixing standard syntax.2000-08-21Monday2000-08-21T18:39:53ZkfogelMakefileExp1.4Added `install' rule.2000-08-16Wednesday2000-08-16T15:27:21ZkfogelMakefileExp1.3Tell the truth.2000-08-16Wednesday2000-08-16T15:26:28Zkfogelcvs2cl.plExp2.13(pretty_file_list): init $common_dir to undef; adjust later
conditionals to distinguish undef value from "", the latter meaning
that no common directory prefix is possible.
This fixes the bug with filenames and directory prefixes reported by
Shlomo Reinstein <shlomo.reinstein@intel.com>.2000-08-16Wednesday2000-08-16T15:22:39Zkfogeltests/MakefileExp1.3tests/log-3.txtExp1.1tests/out-3a.txtExp1.1tests/out-3b.txtExp1.1tests/Added tests from Shlomo Reinstein's log.2000-08-14Monday2000-08-14T15:59:34Zkfogelcvs2cl.plExp2.12Handle even the [allegedly impossible] case of an undefined dir
prefix.2000-08-14Monday2000-08-14T15:52:26Zkfogelcvs2cl.plExp2.11Be more careful about setting $common_dir.
This hopefully fixes a two-char eats problem reported by Shlomo
Reinstein <shlomo.reinstein@intel.com>; Shlomo's patch is included in
a comment (search for "shlomo") for reference, in case this doesn't
work. Only Shlomo can test right now, although if this doesn't work
I'll just ask him for his log info.2000-07-07Friday2000-07-07T19:12:50Zkfogelcvs2cl.plExp2.10tests/out-1a.xmlExp1.2tests/out-2a.xmlExp1.2Set an XML namespace if --xml.2000-07-07Friday2000-07-07T16:20:44Zkfogeltests/log-2.txtExp1.2revert to Olivier's exact version2000-07-07Friday2000-07-07T15:00:52Zkfogelcvs2cl.plExp2.9tests/MakefileExp1.2tests/log-2.txtExp1.1tests/out-2a.xmlExp1.1Fix branch-number bug reported by Olivier Vit <ovit@reef.com>.
I think this fix compensates for some hand-created weirdness in his
RCS files -- for example, the symbolic-names list in his log (see
tests/log-2.txt) was prefixed with spaces instead of tab, and there
was a branch number of the form 1.7.2 instead of 1.7.0.2.
Nevertheless, it is possible to compensate for these things without
impairing the rest of cvs2cl.pl, and who knows, others may have
similar things going on in their repositories.2000-07-04Tuesday2000-07-04T19:19:02ZkfogelMakefileExp1.2wording tweak2000-07-04Tuesday2000-07-04T19:18:28Zkfogelcvs2cl.plExp2.8More branch-number parsing fixes, this time from Ken Olstad
<kolstad@netperceptions.com>.2000-07-04Tuesday2000-07-04T19:06:27Zkfogelcvs2cl.plExp2.7Ignore comment lines and lines without colons in usermap file (bug
report and patch from Eric Maryniak <e.maryniak@pobox.com>).2000-07-04Tuesday2000-07-04T19:00:55ZkfogelMakefileExp1.1Run tests from here too.2000-07-04Tuesday2000-07-04T18:56:47Zkfogelcvs2cl.plExp2.6Checked in fix from Mike Stead <mstead@reef.com> for overeager
digit-matching in branch/rev calculations.
(Note: also reported by Olivier Vit <ovit@reef.com>).2000-07-04Tuesday2000-07-04T18:51:28Zkfogeltests/MakefileExp1.1tests/log-1.txtExp1.1tests/out-1a.txtExp1.1tests/out-1a.xmlExp1.1tests/started test suite2000-06-28Wednesday2000-06-28T20:15:01Zkfogelcvs2cl.plExp2.5Applied Ying Zhang <ying@zippydesign.com>'s patch adding the
"--hide-filenames" option.2000-04-19Wednesday2000-04-19T18:06:50Zkfogelcvs2cl.plExp2.4Do xml-escaping on author once only, in outer loop not inner, to avoid
compounded escaping. (Thanks to Peter Karlsson <peter@opera.no> for
the bug report.)2000-01-28Friday2000-01-28T06:02:40Zkfogelcvs2cl.plExp2.3Applied directory separator fix from David Goldfarb <deg@2am.com>.2000-01-25Tuesday2000-01-25T16:10:10Zkfogelcvs2cl.plExp2.2Added --no-wrap option.
Also, stop wrapping log message body when XML output.2000-01-04Tuesday2000-01-04T23:33:34Zkfogelcvs2cl.plExp2.1Downcase all XML tags (DTD to be formalized soon).1999-12-31Friday1999-12-31T18:11:47Zkfogelcvs2cl.plExp2.0bump version to 2.01999-12-31Friday1999-12-31T18:01:18Zkfogelcvs2cl.plExp1.175Removed "BETA" designation.1999-12-29Wednesday1999-12-29T17:19:35Zkfogelcvs2cl.plExp1.174Applied fix from Melissa O'Neill <oneill@cs.sfu.ca>. She correctly
fixed the entry-order/time-unification bug, as opposed to my previous
fix, which merey broke things in a different way.1999-12-28Tuesday1999-12-29T04:09:49ZkfogelTODOExp1.16cvs2cl.plExp1.173Finally fixed the entry-order/time-unification bug!
It was due to over-liberality about nearby commit times during the
hash twist phase, which was probably the wrong time to notice such
things anyway -- better to catch them during the qunk-storing phase,
by comparing both commit time and message contents. This is what we
now do.1999-12-28Tuesday1999-12-28T15:41:38Zkfogelcvs2cl.plExp1.172Print XML meta header first, and enclose everything in
<CHANGELOG>...</CHANGELOG> to avoid illegal multirootedness, all on
the advice of Ramon Felciano <felciano@ingenuity.com>.1999-12-28Tuesday1999-12-28T15:36:38Zkfogelcvs2cl.plExp1.171(pretty_file_list): unify XML-related code, for readability.1999-12-27Monday1999-12-28T00:34:45Zkfogelcvs2cl.plExp1.170Tweak usage.1999-12-27Monday1999-12-28T00:31:02Zkfogelcvs2cl.plExp1.169Add note to usage message, regarding promiscuity of --xml option.1999-12-27Monday1999-12-28T00:26:25Zkfogelcvs2cl.plExp1.168If doing XML output, then include day of week unconditionally.1999-12-27Monday1999-12-28T00:17:10Zkfogelcvs2cl.plExp1.167Finished XML output ("--xml" option), suggested by Ramon Felciano
<felciano@ingenuity.com>.1999-12-23Thursday1999-12-24T01:29:39Zkfogelcvs2cl.plExp1.166progress on --xml output, though still not complete1999-12-23Thursday1999-12-24T01:05:46Zkfogelcvs2cl.plExp1.165started implementing --xml output; not done yet!1999-12-18Saturday1999-12-18T06:39:05Zkfogelcvs2cl.plExp1.164added --easy-parse-format option1999-12-17Friday1999-12-18T05:49:24ZkfogelTODOExp1.15cvs2cl.plExp1.163fixed tag unification bug1999-12-17Friday1999-12-18T05:23:06ZkfogelTODOExp1.14record useful debugging command1999-12-17Friday1999-12-18T05:17:16Zkfogelcvs2cl.plExp1.162more output format description1999-12-17Friday1999-12-18T05:09:45ZkfogelTODOExp1.13noticed new bug1999-12-17Friday1999-12-18T05:08:03Zkfogelcvs2cl.plExp1.161Added -C, --case-insensitive option (suggestion from
Todd Denniston <Todd.Denniston@ssa.crane.navy.mil>)1999-12-17Friday1999-12-18T04:21:18Zkfogelcvs2cl.plExp1.160added informal format description1999-12-10Friday1999-12-10T18:44:28ZkfogelTODOExp1.12reprioritize1999-12-06Monday1999-12-07T03:55:36Zkfogelcvs2cl.plExp1.159Transmogrify Windows filenames to Unix-style.
Fix due to Frank Stockinger <F.Stockinger@plettac-electronics.de>,
who noticed the problem because he runs cvs2cl.pl with ActiveState
Perl under Windows NT.1999-12-06Monday1999-12-07T03:51:12Zkfogela-subdir/foo.txtExp1.2.2.3Brancho_Gratuitoa-subdir/test.txtExp1.2.2.4Brancho_Gratuitoa-subdir/just a test change1999-12-06Monday1999-12-07T03:39:53Zkfogelcvs2cl.plExp1.158fix typo: it's --follow, not --follow-branch
Thanks to G. Paul Ziemba <paul@mayannetworks.com> for reporting this.1999-11-09Tuesday1999-11-09T21:45:26ZkfogelTODOExp1.11Entered reproduction recipe (log data) for entry order bug.1999-11-06Saturday1999-11-07T03:50:38ZkfogelTODOExp1.10Removed all of Doug Finkle's recent bugs. Now that's what I call a
good night!1999-11-06Saturday1999-11-07T03:22:48Zkfogelcvs2cl.plExp1.157More robust option parsing: exit with error if a required argument is
absent.1999-11-06Saturday1999-11-07T03:09:16Zkfogelcvs2cl.plExp1.156Handle "-F trunk" (also "-F TRUNK") with a special case, thus giving
a way to follow the trunk alone, ignoring any branches.
This is okay because no would ever, ever be crazy enough to name a
branch "trunk", right? Right.1999-11-06Saturday1999-11-07T02:40:52Zkfogelcvs2cl.plExp1.155Fixed Doug Finkle's bug where by spurious branch information would
appear in his ChangeLog entries. However, the cure is (unavoidably)
only slightly preferable to the disease. Read on...
Suppose we see a log entry like this:
----------------------------
revision 1.1
date: 1999/10/17 [etc etc]
branches: 1.1.2;
Log message begins here.
----------------------------
The question is, how we can tell the difference between that log
message and a *two*-line log message whose first line is
"branches: 1.1.2;"
See the problem? The output of "cvs log" is inherently
ambiguous. For now, we punt: we liberally assume that people don't
write log messages like that, and just toss a "branches:"
line if we see it but are not showing branches. I hope no
one ever loses real log data because of this. Sigh.1999-11-06Saturday1999-11-07T02:17:19Zkfogelcvs2cl.plExp1.154Fix bug in which the file separators terminating files with no
revisions (from "cvs -d DATE" output, for example) were not noticed.1999-11-03Wednesday1999-11-03T15:59:42ZkfogelTODOExp1.9more stuff from Doug Finkle1999-09-27Monday1999-09-27T15:34:32ZkfogelTODOExp1.8added Doug's bugs1999-09-20Monday1999-09-20T07:04:47Zkfogelcvs2cl.plExp1.153Bug fix from Marcin Kasperski <Marcin.Kasperski@softax.com.pl>:
If $common_dir is "./", then just set it to "". This fixes the
occasional two-char-eats problem.1999-09-19Sunday1999-09-20T04:04:03Zkfogelcvs2cl.plExp1.152simplified common_dir code, a couple of other things1999-09-19Sunday1999-09-19T20:04:18Zkfogelcvs2cl.plExp1.151consistency in usage message1999-09-19Sunday1999-09-19T07:03:04ZkfogelTODOExp1.7removed old items1999-09-19Sunday1999-09-19T06:58:07Zkfogelcvs2cl.plExp1.150Added --gmt/--utc and -w/--day-of-week options.1999-09-19Sunday1999-09-19T06:29:45Zkfogelcvs2cl.plExp1.149Common dir prefix unification done.1999-09-19Sunday1999-09-19T05:33:43Zkfogelcvs2cl.plExp1.148commit with 'Speedy' code in, for kicks; will revert immediately1999-09-18Saturday1999-09-18T05:16:34Zkfogelcvs2cl.plExp1.147abstracted out common dir detection, but still punting1999-09-18Saturday1999-09-18T05:05:15Zkfogelcvs2cl.plExp1.146fixed undefined hash reference bug1999-09-17Friday1999-09-18T04:30:26Zkfogelcvs2cl.plExp1.145small reformatting of usage1999-09-16Thursday1999-09-16T16:01:33Zkfogelcvs2cl.plExp1.144Fix usage bug, rearrange usage1999-09-15Wednesday1999-09-16T04:05:26Zkfogelcvs2cl.plExp1.143format usage more clearly1999-09-15Wednesday1999-09-16T04:00:49Zkfogelcvs2cl.plExp1.142oops, fix typo from last change1999-09-15Wednesday1999-09-16T03:59:08Zkfogelcvs2cl.plExp1.141no more default header -- only print header on request1999-09-15Wednesday1999-09-16T03:34:53Zkfogelcvs2cl.plExp1.140mark as beta1999-09-15Wednesday1999-09-16T03:31:58Zkfogelcvs2cl.plExp1.139use scalar instead of $#1999-09-15Wednesday1999-09-16T03:20:06Zkfogelcvs2cl.plExp1.138document new stuff1999-09-15Wednesday1999-09-16T02:59:32Zkfogelcvs2cl.plExp1.137-F / --follow-branches working1999-09-15Wednesday1999-09-16T02:43:14Zkfogelcvs2cl.plExp1.136Branch-following detection code working.
Has no effect yet -- the conditionals are all there, but their
consequents are empty.1999-09-14Tuesday1999-09-14T20:00:47Zkfogelcvs2cl.plExp1.135reverted previous non-working change -- it was just for storage1999-09-14Tuesday1999-09-14T20:00:09Zkfogelcvs2cl.plExp1.134progress on Follow_Branches1999-09-13Monday1999-09-14T03:53:54Zkfogelcvs2cl.plExp1.133continuing implementation of Follow_Branches1999-09-13Monday1999-09-14T03:40:08Zkfogelcvs2cl.plExp1.132oops, don't clear overenthusiastically1999-09-13Monday1999-09-14T03:38:44Zkfogelcvs2cl.plExp1.131fixed single-file bug, started implementing Follow_Branches1999-09-13Monday1999-09-14T01:36:11Zkfogelcvs2cl.plExp1.130Accurify comments.1999-09-13Monday1999-09-14T01:35:07Zkfogelcvs2cl.plExp1.129Unify common directories.1999-09-13Monday1999-09-14T01:04:16Zkfogelcvs2cl.plExp1.128Unify tags even when branches are present.1999-09-13Monday1999-09-14T00:22:16Zkfogelcvs2cl.plExp1.127Use hashes instead of lists in pretty_file_list(), for efficiency.1999-09-13Monday1999-09-13T15:11:44Zkfogelcvs2cl.plExp1.126added todo comment1999-09-13Monday1999-09-13T06:58:45ZkfogelTODOExp1.6updated1999-09-13Monday1999-09-13T06:36:28Zkfogelcvs2cl.plExp1.125implemented -I / --ignore option1999-09-13Monday1999-09-13T06:16:14Zkfogelcvs2cl.plExp1.124fixed another buglet1999-09-13Monday1999-09-13T06:14:03Zkfogelcvs2cl.plExp1.123fixed some buglets1999-09-13Monday1999-09-13T05:59:08Zkfogelcvs2cl.plExp1.122fix regexp gate to behave in the expected way, finally!1999-09-13Monday1999-09-13T05:49:26Zkfogelcvs2cl.plExp1.121New unifying/summarizing output format.
Needs testing, though.
Branch roots are still recorded, but are not included in the new
output format. Should ask if there's any demand for them, as they're
probably not critical to most people.1999-09-12Sunday1999-09-13T04:54:39Zkfogelcvs2cl.plExp1.120revert previous interim revision1999-09-12Sunday1999-09-13T04:53:09Zkfogelcvs2cl.plExp1.119interim revision, toward new release; will revert1999-09-12Sunday1999-09-13T03:58:48ZkfogelTODOExp1.5added request from Doug Finkle1999-09-12Sunday1999-09-13T02:16:38Zkfogelcvs2cl.plExp1.118mild comment changes1999-07-29Thursday1999-07-30T03:56:14ZkfogelTODOExp1.4new items1999-07-29Thursday1999-07-30T03:19:51Zkfogelcvs2cl.plExp1.117tweak usage1999-07-29Thursday1999-07-30T03:18:21Zkfogelcvs2cl.plExp1.116Added -W / --window option to control $Max_Checkin_Duration (the
window of time within which log entries get unified).1999-07-29Thursday1999-07-30T03:08:39Zkfogelcvs2cl.plExp1.115Dear cvs2cl users,
Okay, okay, you win. :-) I have added an option to expand usernames to
email addresses, from a user-supplied map file. The map file's format
is the same as CVSROOT/users in the repository (see the Cederqvist),
and in fact you might want to actually use that file, because I still
do plan to add an option to "cvs log" to expand directly in the log
output based on that file. In an ideal world, cvs2cl would not depend
on a local copy of that file, but I realize we do not live in an ideal
world.
The option is -U / --usermap.1999-07-25Sunday1999-07-25T07:09:21ZkfogelTODOExp1.3add item about cumulative updates1999-07-25Sunday1999-07-25T07:04:41ZkfogelTODOExp1.2clarify1999-07-25Sunday1999-07-25T06:38:34Zkfogelcvs2cl.plExp1.114really, truly fix leading .// problem1999-07-25Sunday1999-07-25T06:30:16Zkfogelcvs2cl.plExp1.113really fix leading .// problem1999-07-25Sunday1999-07-25T06:23:44Zkfogelcvs2cl.plExp1.112fix leading .// problem1999-07-25Sunday1999-07-25T05:45:02Zkfogelcvs2cl.plExp1.111Finished partial reversion to 1.107.
Thus, the difference from 1.107 to now is that unless revisions were
specified, branches will be shown as Branch_Name, not Branch_Name.N.
This change is from Avi Kivity <Avi@avionitek.com>, whose patch also
included the interesting feature of listing the branch only once for
all the files on that branch in that commit. See the log message
1.108 for why I haven't yet permanently incorporated that part of his
patch.1999-07-25Sunday1999-07-25T05:40:11Zkfogelcvs2cl.plExp1.110partial reversion to 1.107; see log message at 1.108 for reasons1999-07-25Sunday1999-07-25T05:38:11Zkfogelcvs2cl.plExp1.109fixed buglet in regexp, before partial reversion of previous change1999-07-25Sunday1999-07-25T05:36:33Zkfogelcvs2cl.plExp1.108Merged in all of Avi Kivity <Avi@avionitek.com>'s patch to unify
branch listings if revisions and tags aren't being included.
Will revert part of this change immediately. I'm not sure the whole
thing should be done yet, because in the new output, it's impossible
to distinguish between N files with the same log message in the same
commit on the same branch, and N files with the same log message on
the same commit but with only the last file on the branch. So far,
the output of cvs2cl has always been unambiguous; if that's going to
change, it should at least be by request (i.e., by option) only.
However, Avi is totally right about branches being displayed as
Branch_Name, not Branch_Name.N, when revisions were not requested.1999-07-23Friday1999-07-23T16:37:41Zkfogelcvs2cl.plExp1.107handle empty ChangeLog headers gracefully1999-07-23Friday1999-07-23T08:06:09ZkfogelTODOExp1.1My stack is so high I actually need to write it down.
Sigh.1999-07-17T04:09:35ZFISHTAG1999-07-16Friday1999-07-17T04:09:35Zkfogela-subdir/foo.txtExp1.2.2.2Brancho_GratuitoFISHTAGa-subdir/test.txtExp1.2.2.3Brancho_Gratuitoa-subdir/subsubdir/test.txtExp1.2.2.2Brancho_Gratuitoa-subdir/change piles upon change1999-07-16Friday1999-07-17T04:05:49Zkfogela-subdir/test.txtExp1.2.2.2Brancho_Gratuitonew change1999-07-16Friday1999-07-17T04:05:28Zkfogela-subdir/foo.txtExp1.2.2.1Brancho_Gratuitoa-subdir/test.txtExp1.2.2.1Brancho_Gratuitoa-subdir/subsubdir/test.txtExp1.2.2.1Brancho_Gratuitoa-subdir/change them on the branch1999-07-16Friday1999-07-17T04:04:13Zkfogela-subdir/foo.txtExp1.2meaningless change1999-07-16Friday1999-07-17T04:03:50Zkfogela-subdir/foo.txtExp1.1a truly pointless file -- exploring branches1999-07-16Friday1999-07-16T16:09:35Zkfogelcvs2cl.plExp1.106note stdin behavior of --header1999-07-16Friday1999-07-16T15:04:26Zkfogelcvs2cl.plExp1.105Change from Avi Kivity <Avi@avionitek.com>:
Offer new "--header" option to control ChangeLog header (patch
rewritten slightly to use slurp_file(), in anticipation of future
need).1999-07-01Thursday1999-07-01T15:58:55Zkfogelcvs2cl.plExp1.104Only compile $Regexp_Gate once.1999-07-01Thursday1999-07-01T15:56:21Zkfogelcvs2cl.plExp1.103Match against author too when doing -R/--regexp1999-06-15Tuesday1999-06-16T04:09:43Zkfogelmywrap.plExp1.2skeleton1999-06-15Tuesday1999-06-16T00:36:51Zkfogelmywrap.plExp1.1initial import1999-05-26Wednesday1999-05-26T05:01:01Zkfogelcvs2cl.plExp1.102Added long note about wrap() bug at end1999-05-25Tuesday1999-05-26T04:17:38Zkfogelcvs2cl.plExp1.101improved previous improvement1999-05-25Tuesday1999-05-26T03:16:26Zkfogelcvs2cl.plExp1.100Improve output by improving decisions about which newlines to strip
off: now leaves alone indented and lines beginning with a mail-quote
character (">").1999-05-22Saturday1999-05-23T02:31:11Zkfogelcvs2cl.plExp1.99expand comment1999-05-21Friday1999-05-22T03:19:10Zkfogelcvs2cl.plExp1.98trivial change to bump version number for PAUSE1999-05-21Friday1999-05-21T22:34:00Zkfogelcvs2cl.plExp1.97categorize in Version_Control/CVS1999-05-21Friday1999-05-21T19:16:38Zkfogelcvs2cl.plExp1.96test regexp against the whole entry, not just msg_txt1999-05-21Friday1999-05-21T19:00:26Zkfogelcvs2cl.plExp1.95Treat non-options as filename arguments for 'cvs log'1999-05-21Friday1999-05-21T17:59:38Zkfogelcvs2cl.plExp1.94update PAUSE info1999-05-21Friday1999-05-21T05:15:54Zkfogelcvs2cl.plExp1.93Fixed yet another bug in branch root tracing, by tweaking a regexp again.
Added the -R / --regexp feature.
(The bugfix is unrelated to the new feature.)1999-05-20Thursday1999-05-20T20:45:52Zkfogelcvs2cl.plExp1.92Accept -P for --prune, like CVS1999-05-20Thursday1999-05-20T06:54:16Zkfogelcvs2cl.plExp1.91Fixed some regular expressions. This takes care of the branch-tracing
bug reported by John Cavanaugh <cavanaug@sr.hp.com>.1999-05-19Wednesday1999-05-19T20:36:44Zkfogelcvs2cl.plExp1.90mention perl-indent-level after all1999-05-19Wednesday1999-05-19T20:17:15Zkfogelcvs2cl.plExp1.89Change from William A. Hoffman <hoffman@crd.ge.com>:
Invoke perl in a path-independent manner (subtitled: "Karl learns
about the -x option to Perl and is appropriately awed").1999-05-19Wednesday1999-05-19T19:58:19Zkfogelcvs2cl.plExp1.88Patch from Johannes Stezenbach <johannes.stezenbach@propack-data.de>:
Handle the possibility that no revisions are shown for a given file
(this can happen with "cvs log -d<DATE>", for example).1999-05-12Wednesday1999-05-13T04:43:10Zkfogelcvs2cl.plExp1.87make -b useful even without -r1999-05-12Wednesday1999-05-13T04:12:18Zkfogelcvs2cl.plExp1.86if showing branches, show latest ancestor as such1999-05-12Wednesday1999-05-13T02:58:06Zkfogelcvs2cl.plExp1.85removed debugging statements; better comment1999-05-12Wednesday1999-05-13T02:52:25Zkfogelcvs2cl.plExp1.84Added -b / --branches option.
This implements John Cavanaugh <cavanaug@sr.hp.com>'s suggestion to
substitute branch names into revision numbers where possible.1999-05-12Wednesday1999-05-12T21:29:30Zkfogelcvs2cl.plExp1.83fixed; undid previous reversion1999-05-12Wednesday1999-05-12T21:12:14Zkfogelcvs2cl.plExp1.82reverted to 1.79 to debug problems in previous two revisions1999-05-12Wednesday1999-05-12T21:10:17Zkfogelcvs2cl.plExp1.81clean but broken; will revert to 1.79 and incrementally return to this1999-05-12Wednesday1999-05-12T20:37:24Zkfogelcvs2cl.plExp1.80Avoid using `if' and `unless' in postfix style.
Plus a few other minor cleanups.1999-05-12Wednesday1999-05-12T20:21:42Zkfogelcvs2cl.plExp1.79perfectify comment1999-05-12Wednesday1999-05-12T20:18:55Zkfogelcvs2cl.plExp1.78Changes from Melissa O'Neill <oneill@cs.sfu.ca>:
Use "defined $foo" instead of "$foo", to protect against files name
"0" and such.
Don't even hint at ignoring "revision" lines anymore (even though
ignoring was happening after the revision had already been grabbed).
Remember to skip to next line once revision is grabbed, and clear out
the $revision variable after the loop.
Removed unnecessary curly braces.1999-04-19Monday1999-04-19T06:14:48Zkfogelcvs2cl.plExp1.77Changes from Melissa O'Neill <oneill@cs.sfu.ca>:
Use \d instead of 0-9 in regexps.
Don't use double-quotes where not necessary.1999-04-13Tuesday1999-04-13T22:29:44Zkfogelcvs2cl.plExp1.76Match exact length of $file_separator and $log_separator, thus
avoiding identical-prefix-bugs like the following:
==============================================================================
or perhaps
-----------------------------
See? Both of those had one extra "=" or "-" than an actual separators
do. So if this is all one log entry, then the bug is fixed.1999-04-13Tuesday1999-04-13T21:26:05Zkfogelcvs2cl.plExp1.75comment accurification1999-04-13Tuesday1999-04-13T14:33:38Zkfogelcvs2cl.plExp1.74removed BETA designation1999-04-13Tuesday1999-04-13T14:30:55Zkfogelcvs2cl.plExp1.73Change from Avi Kivity <Avi@avionitek.com>:
Be liberal about matching symbolic names -- just take anything
preceding the colon. Enforcing restrictions on tag names is CVS's
responsibility, not ours.1999-04-10Saturday1999-04-10T05:35:26Zkfogelcvs2cl.plExp1.72Made POD documentation, for the Perl Scripts Archive1999-04-09Friday1999-04-09T16:09:51ZkfogelREADMEExp1.3Reverted previous change, which was only made to test public CVS
access anyway.1999-04-09Friday1999-04-09T15:53:24ZmelissaREADMEExp1.2Trivial change (about to be reverted).
This is not Melissa, this is really Karl. I'm just testing the new
`pubcvs' system, with melissa as the first user.1999-04-08Thursday1999-04-09T01:22:25Zkfogelcvs2cl.plExp1.71Oops, fixed previous fix to implementation of "-t" / "--tags".
Now remembers to clear out %symbolic_names after use.1999-04-08Thursday1999-04-09T00:15:18Zkfogelcvs2cl.plExp1.70Fixed implementation of "-t" / "--tags": now correctly handles
multiple symbolic names on the same revision number.
Thanks, Melissa, for the autovivication lesson.1999-04-08T23:54:11Zspurious-duplicate-tag-11999-04-08T23:54:11Zspurious-duplicate-tag-21999-04-08T23:54:11Zspurious-duplicate-tag-31999-04-08T23:54:11Zspurious_duplicate_tag_41999-04-08T23:54:11Zspuriousduplicatetag51999-04-08Thursday1999-04-08T23:54:11Zkfogelcvs2cl.plExp1.69spuriousduplicatetag5spurious_duplicate_tag_4spurious-duplicate-tag-3spurious-duplicate-tag-2spurious-duplicate-tag-1Use "$VERSION" instead of "$Version", for compatibility with the Perl
Scripts Archive, to which this will soon be submitted.1999-04-08T21:54:16Zpost-tag-name-changes1999-04-08Thursday1999-04-08T21:54:16Zkfogelcvs2cl.plExp1.68post-tag-name-changesImplemented "-t" / "--tags" option.1999-04-08T19:14:18Zpre-tag-name-changes1999-04-08Thursday1999-04-08T19:14:18Zkfogelcvs2cl.plExp1.67pre-tag-name-changesChanged "Insure" to "Ensure" in comment.
From: "Melissa O'Neill" <oneill@cs.sfu.ca>
Subject: English Usage and Future Features
To: Karl Fogel <kfogel@red-bean.com>
Date: Thu, 8 Apr 1999 11:14:23 -0700
You wrote:
> Okay, it's out; I just sent an announcement to info-cvs.
>
> Thanks for all the patches; I've pretty much kept my grubby little
> paws off them and applied them as they were (see ChangeLog for
> details).
>
> In fact, I think the only change I reverted was the spelling fix
> "Insure" --> "Ensure". :-) These seem to be synonymous in common
> usage and are also the same (in this sense) according to the
> OED... which is only an authority insofar as it reflects usage
> accurately, I guess, but I trust them to have done their research
> anyway. Believe it or not, this exact question, involving these two
> words used in the same sense, came up in a paper I was editing
> recently.
I'd recommend you check out Lyn Dupre's _BUGS in Writing_. This is an
excellent book, aimed pretty squarely at Computer Science folks writing
papers (although much more widely applicable). It's funny, and very
readable, and has been very well received.
Segment 45, ``Ensure, Assure, Insure'' covers this very issue. Lyn writes
The terms ensure, assure and insure have notably different denotations.
To avoid embarrassment, you should distinguish among them.
You should use ensure to mean to make sure of a state of affairs or to
guarantee that an event occurs.
BAD: Jim was careful to insure that the project went smoothly.
GOOD: Carol was careful to ensure that the party went smoothly.
BAD: Using this software will assure that you pay your taxes on time.
GOOD: Using this software will ensure that you pay your rent on time.
You should use insure to mean to take insurance out on
BAD: I need to ensure my car before I drive it
GOOD: I need to insure my car before I drive it
BAD: Max was disappointed to discover that assuring his hard-disk
had not protected the company against an earthquake-induced
crash.
GOOD: Max was delighted to find that he had insured his laptop
computer before it was stolen.
You should use assure to mean give assurance or reassure.
BAD: To ensure yourself that all is well, turn on the lights and
check under the bed.
GOOD: To assure yourself that the proof is correct, you should take
the time to work through it.
GOOD: To insure yourself, call a reliable company such as Lloyds of
London.
SPLENDID: Rest assured that I have insured your home to ensure your peace
of mind.
SPLENDID: Before I can insure your business, you must assure me that you
can ensure that your programmers do careful quality assurance.
I quoted (slightly cut down) a chunk of the book, not so much to show
this particular point, but more to give you a taste of Lyn's book. Ever
since it was recommended to me by a reviewer of one of my papers (Chris
Okasaki), I've been recommending it to just about everyone.
Of course, you can find out answers to matters of English style on the
Web for nothing, but it's not nearly as fun as Lyn's book. Some other
resources would be:
The Guide to Grammar and Style by Jack Lynch <http://http://newark.rutgers.edu/~jlynch/Writing/index.html> writes:
Assure, Ensure, Insure.
While ensure and insure aren't quite so clear cut, assure is very
different from both. You assure a person that things will go right by
making him confident. Never use assure in the sense of "Assure that
the wording is correct"; you can only assure somebody that it's
correct.
Ensure and insure are sometimes used interchangeably, but it may be
better to keep them separate. Insuring is the business of an insurance
company, i.e., setting aside resources in case of a loss. Ensure means
make sure, as in "Ensure that this is done by Monday."
The Curmudgeon's Stylebook <http://www.theslot.com/part1.html> covers
similar ground:
ASSURE, ENSURE, INSURE
The words are close in meaning, but they're not interchangeable.
Ensure is usually the correct word; it means to make sure: Before
starting the car, I ensure the baby is buckled in. Assure doesn't
work that way; you assure another person of something: After
ensuring the baby was buckled in, I assured her mother things
were fine. One meaning of insure is to ensure, but better
publications use the word only in references to the business of
insurance: Even if the baby isn't buckled in, her life is insured
for $100,000.
Paul Brians' Common Errors in English <http://www.wsu.edu:8080/~brians/errors/>
is another good resource, which states:
ASSURE/ENSURE/INSURE
To "assure" a person of something is to make him or her confident
of it. According to Associated Press style, to "ensure" that
something happens is to make certain that it does, and to "insure"
is to issue an insurance policy. Other authorities, however,
consider "ensure" and "insure" interchangeable. To please
conservatives, make the distinction. However, it is worth noting
that in older usage these spellings were not clearly distinguished.
European "life assurance" companies take the position that all
policy-holders are mortal and someone will definitely collect,
thus assuring heirs of some income. American companies tend to
go with "insurance" for coverage of life as well as of fire,
theft, etc.
All of these sites are good resources for settling questions about English
usage, as are the FAQs posted to alt.usage.english.
> It may just be a British vs. American spelling difference, now that I
> think about it. Do you use British normally?
The only significant difference between UK and US usage here is that
Brits talk about `life assurance' (because you're going to die, one
day), and Americans talk about `life insurance' (because no one really
wants to believe they're mortal).
An an Englishwoman living in Canada, my spelling is annoyingly midatlantic.
I've always (even in England) initialized arrays, rather than initialised
them, but I use coloured pens rather than colored ones. But most of my
professional writing is for US publications, so I have to adopt US
conventions most of the time.
>> - Spotting when a log message is applied to every file in the distribution.
>
> Ahh... so we could use a special string "all files: blah blah blah"
> for the log entry?
Yes, or even no files list at all. For example, in the EGS changelog, there
is the following entry:
Sun Mar 14 02:38:07 PST 1999 Jeff Law (law@cygnus.com)
* egcs-1.1.2 Released.
>> - Improving the formatting of ChangeLog entries. Long, carefully formatted,
>> entries are currently rather trampled by the wrapping code. (Probably needs
>> a command-line option.)
>
> I've just been thinking about this too. May just modify some code
> from Text::Wrap. I'll bet we can guess right w/o a command-line
> option most of the time. I think a good strategy would be to only add
> newlines, never remove any. So long lines get auto-wrapped, but then
> the next line (in the original) doesn't move up, it stays on its own
> line. And of course, this only goes for the message portion, not the
> filenames.
>
> This way, text that tries to make lists would stay readable. For
> example:
>
> (parse_options): parse the --fish option.
> (stirfry): if `fish' is set, behave appropriately. Adjust call to allergies(), and lower cooking heat based on reference in heat_table.
> (allergies): adjust for fish if `fish' is set.
>
> would get turned into this:
>
> (parse_options): parse the --fish option.
> (stirfry): if `fish' is set, behave appropriately. Adjust call to
> allergies(), and lower cooking heat based on reference in heat_table.
> (allergies): adjust for fish if `fish' is set.
>
> instead of this:
>
> (parse_options): parse the --fish option. (stirfry): if `fish' is
> set, behave appropriately. Adjust call to allergies(), and lower
> cooking heat based on reference in heat_table. (allergies): adjust
> for fish if `fish' is set.
Yes, that seems like a good way to go.
Melissa.1999-04-08Thursday1999-04-08T16:17:16Zkfogelcvs2cl.plExp1.66Put Melissa's name up near the top1999-04-08Thursday1999-04-08T16:10:00Zkfogelcvs2cl.plExp1.65Implemented -r / --revisions option.1999-04-08Thursday1999-04-08T15:49:59Zkfogelcvs2cl.plExp1.64Put "(BETA)" in version string, because the recent slew of changes
has only been tested by Melissa and myself.
Untabified, indented everything.1999-04-08Thursday1999-04-08T15:45:31Zkfogelcvs2cl.plExp1.63Change from Melissa O'Neill <oneill@cs.sfu.ca>:
Modified algorithm and data layout to collect multiple ChangeLog
messages for a given author over a sliding window of time.1999-04-08Thursday1999-04-08T15:36:52Zkfogelcvs2cl.plExp1.62Change from Melissa O'Neill <oneill@cs.sfu.ca>:
Fixed transposition in explanation (author and message were swapped).1999-04-08Thursday1999-04-08T15:35:29Zkfogelcvs2cl.plExp1.61Change from Melissa O'Neill <oneill@cs.sfu.ca>:
Moved output of date and author up one loop level. Now ChangeLog
entries can have multiple parts (different log messages for different
files). The hash twisting/time merging code will almost never
generate data this way, however.1999-04-08Thursday1999-04-08T15:28:02Zkfogelcvs2cl.plExp1.60Change from Melissa O'Neill <oneill@cs.sfu.ca>:
Oops. Forgot seconds in parse_date_and_author.1999-04-08Thursday1999-04-08T15:25:42Zkfogelcvs2cl.plExp1.59Change from Melissa O'Neill <oneill@cs.sfu.ca>:
Major rewrite of the core code. Now parse_date_and_author returns a
time (i.e., seconds since the epoch) and author, rather than an
textual date and author. The whole structure of what we store has been
changed. No more building keys from concatenated strings (i.e., D.A.M.
keys), instead we use multi-level hashes. This change should reduce
memory use.
Previously, $Max_Checkin_Duration had an effective granularity of 60
seconds, due to the dropping of seconds from dates in
parse_date_and_author. Because parse_date_and_author now groks dates
to the second, it would now be okay to set $Max_Checkin_Duration to ten
seconds, whereas previously that would be identical to setting it to
zero.
(Melissa, I made some mods to this patch, first to get it to apply,
then to get it to run. The upshot is: everything is untabified now,
hunk #7 was applied by hand [this was from patch #15], and since
apparently can't do "my (undef,...)" on line 304, I changed it to "my
($ignore,...)" instead. Maybe the original way is legal in a higher
version of Perl or something? -kff)1999-04-08Thursday1999-04-08T15:00:37Zkfogelcvs2cl.plExp1.58Change from Melissa O'Neill <oneill@cs.sfu.ca>:
Modified output loop to use `each' instead of `keys'.1999-04-08Thursday1999-04-08T14:54:07Zkfogelcvs2cl.plExp1.57Change from Melissa O'Neill <oneill@cs.sfu.ca>:
Eliminate $ignore_me.1999-04-08Thursday1999-04-08T14:52:44Zkfogelcvs2cl.plExp1.56Change from Melissa O'Neill <oneill@cs.sfu.ca>:
Eliminated use of File::Copy in favor of rename.1999-04-08Thursday1999-04-08T14:46:09Zkfogelcvs2cl.plExp1.55Change from Melissa O'Neill <oneill@cs.sfu.ca>:
Fixed various uses of "" that really meant `undefined' to use undefined.
Only work out names for temporary files if we will actually be using
them.1999-04-08Thursday1999-04-08T14:44:06Zkfogelcvs2cl.plExp1.54Change from Melissa O'Neill <oneill@cs.sfu.ca>:
Converted logfile header to be a global variable (in future, we might
allow the header to be omitted or altered). It now uses a `here
document' too.1999-04-08Thursday1999-04-08T14:42:34Zkfogelcvs2cl.plExp1.53Change from Melissa O'Neill <oneill@cs.sfu.ca>:
Fixed pretty_file_list to use join rather than a home-grown equivalent.
(Doh! Thanks, Melissa! -kff)1999-04-08Thursday1999-04-08T14:36:28Zkfogelcvs2cl.plExp1.52Change from Melissa O'Neill <oneill@cs.sfu.ca>:
Removed the last of the `_reffy' stuff and needless hash copying.1999-04-08Thursday1999-04-08T14:31:15Zkfogelcvs2cl.plExp1.51Change from Melissa O'Neill <oneill@cs.sfu.ca>:
Use a `here document' for the help message.1999-04-07T22:49:52Zspurious-tag-at-1_501999-04-07Wednesday1999-04-07T22:49:52Zkfogelcvs2cl.plExp1.50spurious-tag-at-1_50Change from Melissa O'Neill <oneill@cs.sfu.ca>:
Switched from using "" to mean undefined to using undefined to mean
undefined. (Some other cases remain, we'll do them later.)
Removed some superfluous tests from conditionals (it's true that they
make it clear what is true at that point, but that could be expressed
in a comment, rather than in executed code). (Unfortunately, this
meant that I outdented a fairly large chunk of code, making the diff
look like a more extensive change than it really is.)
Eliminated a test for /^$file_separator/o by saving the result from
the earlier test.1999-04-07Wednesday1999-04-07T22:41:34Zkfogelcvs2cl.plExp1.49Change from Melissa O'Neill <oneill@cs.sfu.ca>:
Simplified subhash code down to one line.1999-04-07Wednesday1999-04-07T22:37:52Zkfogelcvs2cl.plExp1.48Change from Melissa O'Neill <oneill@cs.sfu.ca>:
Added /o to separator regexps.1999-04-07Wednesday1999-04-07T22:34:49Zkfogelcvs2cl.plExp1.47Change from Melissa O'Neill <oneill@cs.sfu.ca>:
Avoid using Date::Parse. We now use timegm (from Time::Local) to do
date -> time conversions, and perform the time parsing ourselves
(given that dates are always in a pretty standard from).1999-04-07Wednesday1999-04-07T22:26:48Zkfogelcvs2cl.plExp1.46Change from Melissa O'Neill <oneill@cs.sfu.ca>:
Added support for checkins that are not on the same minute by adding a
new loop to detect nearby dates.1999-03-22Monday1999-03-23T05:48:29Zkfogelcvs2cl.plExp1.45Heh, fix typo in version() -- it's "cvs2cl.pl, not "cvs2pl.cl", which
would be a very different program!1999-03-22Monday1999-03-23T00:40:40ZkfogelCOPYINGExp1.1spuriousduplicatetag5spurious_duplicate_tag_4spurious-duplicate-tag-3spurious-duplicate-tag-2spurious-duplicate-tag-1post-tag-name-changespre-tag-name-changesship GPL too1999-03-22Monday1999-03-23T00:35:14Zkfogelcvs2cl.plExp1.44Added warning of auto-generation to output.1999-03-19Friday1999-03-20T05:07:48ZkfogelREADMEExp1.1spuriousduplicatetag5spurious_duplicate_tag_4spurious-duplicate-tag-3spurious-duplicate-tag-2spurious-duplicate-tag-1post-tag-name-changespre-tag-name-changescvs2cl.plExp1.43Meaningful error codes on exit.
Added README in case anyone stumbles by chance upon this directory.1999-03-19Friday1999-03-20T04:03:39Zkfogelcvs2cl.plExp1.42Don't double slashes in debug message.1999-03-19Friday1999-03-20T04:02:53Zkfogelcvs2cl.plExp1.41Better debugging output.1999-03-20T03:57:49Zspurious-tag-for-testing-tag-name-support1999-03-19Friday1999-03-20T03:57:49Zkfogela-subdir/test.txtExp1.2spuriousduplicatetag5spurious_duplicate_tag_4spurious-duplicate-tag-3spurious-duplicate-tag-2spurious-duplicate-tag-1post-tag-name-changesspurious-tag-for-testing-tag-name-supportpre-tag-name-changesa-subdir/subsubdir/test.txtExp1.2spuriousduplicatetag5spurious_duplicate_tag_4spurious-duplicate-tag-3spurious-duplicate-tag-2spurious-duplicate-tag-1post-tag-name-changesspurious-tag-for-testing-tag-name-supportpre-tag-name-changesb-subdir/test.txtExp1.2spuriousduplicatetag5spurious_duplicate_tag_4spurious-duplicate-tag-3spurious-duplicate-tag-2spurious-duplicate-tag-1post-tag-name-changesspurious-tag-for-testing-tag-name-supportpre-tag-name-changesspurious-duplicate-tag-1spuriousduplicatetag5spurious-duplicate-tag-2spurious_duplicate_tag_4pre-tag-name-changesspurious-tag-for-testing-tag-name-supportspurious-duplicate-tag-3post-tag-name-changes[no log message]1999-03-19Friday1999-03-20T03:56:52Zkfogelcvs2cl.plExp1.40Put ampersands on calls to debug().1999-03-19Friday1999-03-20T03:45:46Zkfogelcvs2cl.plExp1.39Ooops, fixed the filename-resetting bug.
Added undocumented --debug flag and the debug() routine.1999-03-19Friday1999-03-20T02:10:32Zkfogelcvs2cl.plExp1.38Fixed capitalization.1999-03-19Friday1999-03-20T01:57:54Zkfogelcvs2cl.plExp1.37Totally clean up usage() and parse_options(). Now it errors if
unknown options.
Also, restored "." prefix to bak files (oops).1999-03-19Friday1999-03-20T01:45:00Zkfogelcvs2cl.plExp1.36Rewrite "The Plan" to reflect the new two-level hash structure.1999-03-19Friday1999-03-20T01:40:56Zkfogelcvs2cl.plExp1.35Clean up some other inconsistencies in usage message.1999-03-19Friday1999-03-20T01:39:43Zkfogelcvs2cl.plExp1.34In usage message, note that "--distributed" now works.1999-03-19Friday1999-03-20T01:38:38Zkfogelcvs2cl.plExp1.33Fitz and I are pleased.1999-03-19Friday1999-03-20T01:28:32Zkfogela-subdir/test.txtExp1.1a-subdir/subsubdir/test.txtExp1.1b-subdir/test.txtExp1.1This is only test data, please ignore it.
Feel free to modify it and commit whenever you need to generate
another change message.1999-03-19Friday1999-03-20T01:21:39Zkfogelcvs2cl.plExp1.32Well, the --distributed option seems to be working now.
Time to run sanity tests.1999-03-19Friday1999-03-19T16:28:03Zkfogelcvs2cl.plExp1.31Document the plan for --distributed, get everything in place; ready to
implement.
Better var names too.1999-03-19Friday1999-03-19T16:10:15Zkfogelcvs2cl.plExp1.30Prettifications, no code changes.1999-03-18Thursday1999-03-19T02:49:01Zkfogelcvs2cl.plExp1.29Reinstate -f/--file option, because we'll need it again when the
-d/--distributed option is finished.
Make tmp file name include PID.
Better option contradiction checking.1999-03-18Thursday1999-03-19T00:06:29Zkfogelcvs2cl.plExp1.28implementation of --distributed option in progress1999-03-18Thursday1999-03-18T23:27:30Zkfogelcvs2cl.plExp1.27Implemented all proposed options except --distributed, ahhh.1999-03-15Monday1999-03-16T00:17:34Zkfogelcvs2cl.plExp1.26sanify some more comments1999-03-15Monday1999-03-16T00:14:34Zkfogelcvs2cl.plExp1.25sanify some comments1999-03-15Monday1999-03-16T00:05:24Zkfogelcvs2cl.plExp1.24added note about --prune option1999-03-15Monday1999-03-15T21:37:24Zkfogelcvs2cl.plExp1.23correct comment1999-03-15Monday1999-03-15T21:28:41Zkfogellong-log.outdead1.3short-log.outdead1.2no need for these files now1999-03-15Monday1999-03-15T21:17:58Zkfogelcvs2cl.plExp1.22slight changes to usage1999-03-13Saturday1999-03-13T06:51:20Zkfogelcvs2cl.plExp1.21oops, don't run usage1999-03-13Saturday1999-03-13T06:50:38Zkfogelcvs2cl.plExp1.20include usage1999-03-13Saturday1999-03-13T06:07:47Zkfogel.cvsignoreExp1.1spuriousduplicatetag5spurious_duplicate_tag_4spurious-duplicate-tag-3spurious-duplicate-tag-2spurious-duplicate-tag-1post-tag-name-changespre-tag-name-changesChangeLogdead1.12no need to keep a derived ChangeLog in the repository1999-03-13Saturday1999-03-13T06:06:37ZkfogelChangeLogExp1.11about to remove ChangeLog1999-03-12Friday1999-03-13T02:03:19Zkfogelcvs2cl.plExp1.19better separator comments1999-03-12Friday1999-03-13T01:59:41ZkfogelChangeLogExp1.10cvs2cl.plExp1.18oops, be truer to GNU ChangeLog style1999-03-12Friday1999-03-12T17:56:55ZkfogelChangeLogExp1.9[no log message]1999-03-12Friday1999-03-12T17:56:15Zkfogelcvs2cl.plExp1.17backup in .ChangeLog.bak, not ChangeLog.bak1999-03-12Friday1999-03-12T17:54:35ZkfogelChangeLogExp1.8cvs2cl.plExp1.16comment the msg_txt prettifier better1999-03-12Friday1999-03-12T17:41:12ZkfogelChangeLogExp1.7cvs2cl.plExp1.15detect official CVS empty log messages too1999-03-12Friday1999-03-12T17:39:24ZkfogelChangeLogExp1.6[no log message]1999-03-12Friday1999-03-12T17:38:31Zkfogelcvs2cl.plExp1.14include author1999-03-12Friday1999-03-12T17:37:26Zkfogelcvs2cl.plExp1.13include revision number1999-03-12Friday1999-03-12T17:34:31ZkfogelChangeLogExp1.5ChangeLog now reflects previous bugfix, heh1999-03-12Friday1999-03-12T17:34:04ZkfogelChangeLogExp1.4cvs2cl.plExp1.12okay, preserve paragraphs1999-03-12Friday1999-03-12T17:20:41Zkfogelcvs2cl.plExp1.11Wrap more compactly, by eliminating lone newlines in the message text.
Thus, for example, a paragraph like this one will be all together, but
the following paragraph will still be its own paragraph. Let's see if
this works right, though.
Use "no log message" on conceptually empty log messages, not just
empty strings. Not that this log message would be one of those,
nooooo, it's quite long.
See?1999-03-12Friday1999-03-12T07:35:00ZkfogelChangeLogExp1.3Hmmm, beginning to realize I'll always be one behind...1999-03-12Friday1999-03-12T07:27:11ZkfogelChangeLogExp1.2added comment about keeping ChangeLog1999-03-12Friday1999-03-12T07:23:39ZkfogelChangeLogExp1.1Well, might as well keep a ChangeLog then!1999-03-12Friday1999-03-12T07:18:46Zkfogelcvs2cl.plExp1.10better comment1999-03-12Friday1999-03-12T07:10:10Zkfogelcvs2cl.plExp1.9smokin'1999-03-12Friday1999-03-12T06:55:33Zkfogelcvs2cl.plExp1.8ready to smoke1999-03-12Friday1999-03-12T06:29:52Zkfogelcvs2cl.plExp1.7short-log.outExp1.1basic functionality done, needs auto-fill though1999-03-11Thursday1999-03-12T02:06:45Zkfogelcvs2cl.plExp1.6progress1999-03-11Thursday1999-03-12T01:52:14Zkfogelcvs2cl.plExp1.5get date and author too1999-03-11Thursday1999-03-12T01:30:21Zkfogelcvs2cl.plExp1.4knows filenames1999-03-11Thursday1999-03-12T01:23:04Zkfogellong-log.outExp1.2cvs2cl.plExp1.3better data, previous was bad due to just-discovered cvs log bug!1999-03-11Thursday1999-03-12T00:34:23Zkfogelcvs2cl.plExp1.2spurious-tag-for-testing-tag-name-supportdocument The Plan1999-03-11Thursday1999-03-12T00:13:23Zkfogelcvs2cl.plExp1.1long-log.outExp1.1initial imports