2008-04-11 Friday 15:50 Karl Fogel * cvs2cl.pl (2.68): * cvs2cl/cvs2cl.pl: Put the $0 in quotes ("$0"). See email below for why. Suggested by: Andreas From: spambouncer{_AT_}gmx.de To: bug-cvs2cl{_AT_}red-bean.com Subject: cvs2cl on cygwin Date: Fri, 11 Apr 2008 10:20:13 +0200 Message-ID: <20080411082013.268540@gmx.net> Hello bean people! First of all, thanks for the script without which cvs log is basically useless. However, I wasn't able to run the script properly with cygwin/cvsnt. Cygwin looked for the script in "/cygdrive/c/Program Files/cvsnt/", and Perl couldn't handle the space in "Program Files" (classic issue it seems), resulting in the following error message: Can't open perl script "/cygdrive/c/Program": No such file or directory I asked about this on the cygwin mailing list (see thread at http://www.mail-archive.com/cygwin@cygwin.com/index.html#87229) and was told to put the $0 on the second line (exec perl) in quotes, which works fine. I don't know if this would break script execution on other systems. If so, you could mention this issue on the web site. If not, please fix! :) Thanks, Andreas 2007-08-01 Wednesday 20:49 Karl Fogel * cvs2cl.pl (2.67): * cvs2cl/cvs2cl.pl (FSF_Output): New variable. (parse_options): Set it, check that it's not used with --accum. (POD documentation): Document inter-option restrictions. Found by: Guillaume Cottenceau 2007-07-15 Sunday 00:52 Karl Fogel * cvs2cl.pl (2.66): * cvs2cl.pl: Document the '--group-within-date' option. Suggested by: Pierre Locquet 2007-07-15 Sunday 00:48 Karl Fogel * cvs2cl.pl (2.65): "It would be nice to be able to leave unspecified either *FROM_TAG* or *TO_TAG* on the --delta option, so the logs span from the BASE or to the HEAD, respectively." * cvs2cl.pl (delta_check, parse_options): Adjust accordingly. Patch by: Eric K. Henderson 2007-07-15 Sunday 00:42 Karl Fogel * cvs2cl.pl (2.64): * cvs2cl.pl (read_date_author_and_state): $pw is a string, not an object, so stop referring to the $pw->name field. Found by: Peter Kjellerstedt 2007-07-15 Sunday 00:41 Karl Fogel * cvs2cl.pl (2.63): * cvs2cl.pl (read_date_author_and_state): Check that $fullname is defined before looking at its value. Patch by: Peter Kjellerstedt His bug report said "there is a small bug in cvs2cl.pl in read_date_author_and_state() if someone has an entry in the /etc/passwd file but an empty gecos field.". 2007-04-23 Monday 13:42 root * index.html (1.38): Release 2.62, with three bugfixes. 2007-04-23 Monday 13:30 Karl Fogel * cvs2cl.pl (2.62): * cvs2cl.pl (output_changelog): Handle Windows paths too. Patch by: Alexey Panchenko From: Alexey Panchenko To: bug-cvs2cl{_AT_}red-bean.com Subject: One more patch Date: Thu, 3 Nov 2005 18:48:18 +0600 Message-ID: <55435455.20051103184818@olmisoft.com> The same cvs2cl from CVS HEAD. I would like to execute it with full output path, e.g. "perl cvs2cl.pl --file D:\MyProjects\Project1\reports\ChangeLog" when output is not distributed, everything is groupped in directory "./" and finally script is trying to create file with the path ./D:\MyProjects\Project1\reports\ChangeLog/cvs2clXXXX.tmp" and fails. Looks like the code is fixing this issue only for unixes where full path is started with '/' however on windows full path starts with drive and the fix is not working. 2007-04-23 Monday 13:26 Karl Fogel * cvs2cl.pl (2.61): * cvs2cl.pl (read_changelog): Don't fork on Windows, just open a subcommand. Patch by: Alexey Panchenko From: Alexey Panchenko To: bug-cvs2cl{_AT_}red-bean.com Subject: Patch for revision 2.59 Date: Thu, 3 Nov 2005 18:31:46 +0600 Message-ID: <1196138239.20051103183146@olmisoft.com> I checkouted revision 2.59 from CVS and it does not work under Windows using Active Perl 5.6.1. The previous version I use was 2.53 and it work fine. The difference I noticed is in read_changelog() - new version uses fork(). I think fork is not need on windows, so the patch is below: 2007-02-04 Sunday 14:21 Karl Fogel * cvs2cl.pl (2.60): * cvs2cl.pl (parse_options): Allow period in regexp that matches the tag arguments to the --delta option. Patch by: Gary Duzan 2005-08-12 Friday 21:57 Karl Fogel * index.html (1.37): * index.html: Follow up to rev 1.36, making notice less terse and thanking Martyn Pearce. 2005-08-12 Friday 10:58 Karl Fogel * index.html (1.36): * index.html: Announce need for new maintainer. 2005-05-18 Wednesday 00:45 Karl Fogel * index.html (1.35): Fix typo, and add Anne Dudfield's name to contributor list. 2005-05-18 Wednesday 00:42 Karl Fogel * changelogs.html (1.3), index.html (1.34): Update for 2.59. Unpromise further ChangeLog-writing tips. 2005-05-18 Wednesday 00:34 Karl Fogel * cvs2cl.pl (2.59): (output_changelog): Extend the regular expression that matches the header line of a ChangeLog entry to allow for optional day of week. This fixes the bug whereby the --accum option would not work when the existing ChangeLog was generated with the -w (--day-of-week) option. Patch from Anne Dudfield . 2004-11-07 Sunday 09:28 fluffy * cvs2cl.pl (2.58): * Add tag dates to XML output patch contributed by Simon Josefsson * 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 * Correct sense of --no-ancestors patch contributed by Steve Glow 2004-11-07 Sunday 09:20 fluffy * index.html (1.33): Add 2.58 release note 2004-11-07 Sunday 07:38 fluffy * BUGS/mail/: xml-header-option/0000.html (1.1), xml-header-option/attachment.html (1.1), xml-header-option/author.html (1.1), xml-header-option/date.html (1.1), xml-header-option/index.html (1.1), xml-header-option/subject.html (1.1), xml-header-option/att-0000/ChangeLog.xsd (1.1), xml-tag-dates/0000.html (1.1), xml-tag-dates/0001.html (1.1), xml-tag-dates/0002.html (1.1), xml-tag-dates/0003.html (1.1), xml-tag-dates/0004.html (1.1), xml-tag-dates/0005.html (1.1), xml-tag-dates/0006.html (1.1), xml-tag-dates/0007.html (1.1), xml-tag-dates/attachment.html (1.1), xml-tag-dates/author.html (1.1), xml-tag-dates/date.html (1.1), xml-tag-dates/index.html (1.1), xml-tag-dates/subject.html (1.1): [no log message] 2004-11-07 Sunday 07:04 fluffy * BUGS/mail/: revision-on-branch-plus-ten-rev/att-0001/cvs2pl.bug.tbz2 (1.1), undefined-function-with--d/0000.html (1.3), undefined-function-with--d/0001.html (1.2), undefined-function-with--d/0002.html (1.1), undefined-function-with--d/attachment.html (1.3), undefined-function-with--d/author.html (1.3), undefined-function-with--d/date.html (1.3), undefined-function-with--d/index.html (1.3), undefined-function-with--d/subject.html (1.3), use-of-quotes-on-windoze/0000.html (1.1), use-of-quotes-on-windoze/attachment.html (1.1), use-of-quotes-on-windoze/author.html (1.1), use-of-quotes-on-windoze/date.html (1.1), use-of-quotes-on-windoze/index.html (1.1), use-of-quotes-on-windoze/subject.html (1.1): [no log message] 2004-11-07 Sunday 07:01 fluffy * BUGS/mail/: prune-doesnt-work/0000.html (1.1), prune-doesnt-work/0001.html (1.1), prune-doesnt-work/0002.html (1.1), prune-doesnt-work/attachment.html (1.1), prune-doesnt-work/author.html (1.1), prune-doesnt-work/date.html (1.1), prune-doesnt-work/index.html (1.1), prune-doesnt-work/subject.html (1.1), prune-doesnt-work/att-0002/cvs2pl.bug.tbz2 (1.1), revision-on-branch-plus-ten-rev/0000.html (1.1), revision-on-branch-plus-ten-rev/0001.html (1.1), revision-on-branch-plus-ten-rev/attachment.html (1.1), revision-on-branch-plus-ten-rev/author.html (1.1), revision-on-branch-plus-ten-rev/date.html (1.1), revision-on-branch-plus-ten-rev/index.html (1.1), revision-on-branch-plus-ten-rev/subject.html (1.1): [no log message] 2004-11-07 Sunday 06:58 fluffy * BUGS/mail/: ignore-should-take-regex/0000.html (1.1), ignore-should-take-regex/attachment.html (1.1), ignore-should-take-regex/author.html (1.1), ignore-should-take-regex/date.html (1.1), ignore-should-take-regex/index.html (1.1), ignore-should-take-regex/subject.html (1.1), inverted--no-ancestors/0000.html (1.4), inverted--no-ancestors/0001.html (1.4), inverted--no-ancestors/0002.html (1.1), inverted--no-ancestors/0003.html (1.1), inverted--no-ancestors/0004.html (1.1), inverted--no-ancestors/0005.html (1.1), inverted--no-ancestors/0006.html (1.1), inverted--no-ancestors/attachment.html (1.4), inverted--no-ancestors/author.html (1.4), inverted--no-ancestors/date.html (1.4), inverted--no-ancestors/index.html (1.4), inverted--no-ancestors/subject.html (1.4), inverted--no-ancestors/att-0006/00-part (1.1): [no log message] 2004-11-07 Sunday 06:54 fluffy * BUGS/mail/: date-format-change-cvs-1-12-9/att-0010/cvs2cl-2.55-be-cvs-1.12-format.patch (1.1), date-format-change-cvs-1-12-9/att-0011/patch (1.1), gecos-unitialized-value/0000.html (1.3), gecos-unitialized-value/0001.html (1.3), gecos-unitialized-value/0002.html (1.1), gecos-unitialized-value/0003.html (1.1), gecos-unitialized-value/0004.html (1.1), gecos-unitialized-value/attachment.html (1.3), gecos-unitialized-value/author.html (1.3), gecos-unitialized-value/date.html (1.3), gecos-unitialized-value/index.html (1.3), gecos-unitialized-value/subject.html (1.3): [no log message] 2004-11-07 Sunday 06:51 fluffy * BUGS/: detail.html (1.13), summary.html (1.12), mail/binmode-on-windoze/0000.html (1.6), mail/binmode-on-windoze/0001.html (1.5), mail/binmode-on-windoze/0002.html (1.2), mail/binmode-on-windoze/0003.html (1.2), mail/binmode-on-windoze/0004.html (1.2), mail/binmode-on-windoze/0005.html (1.1), mail/binmode-on-windoze/0006.html (1.1), mail/binmode-on-windoze/0007.html (1.1), mail/binmode-on-windoze/0008.html (1.1), mail/binmode-on-windoze/attachment.html (1.5), mail/binmode-on-windoze/author.html (1.5), mail/binmode-on-windoze/date.html (1.5), mail/binmode-on-windoze/index.html (1.5), mail/binmode-on-windoze/subject.html (1.5), mail/date-format-change-cvs-1-12-9/0000.html (1.2), mail/date-format-change-cvs-1-12-9/0001.html (1.2), mail/date-format-change-cvs-1-12-9/0002.html (1.2), mail/date-format-change-cvs-1-12-9/0003.html (1.2), mail/date-format-change-cvs-1-12-9/0004.html (1.2), mail/date-format-change-cvs-1-12-9/0005.html (1.2), mail/date-format-change-cvs-1-12-9/0006.html (1.2), mail/date-format-change-cvs-1-12-9/0007.html (1.2), mail/date-format-change-cvs-1-12-9/0008.html (1.2), mail/date-format-change-cvs-1-12-9/0009.html (1.1), mail/date-format-change-cvs-1-12-9/0010.html (1.1), mail/date-format-change-cvs-1-12-9/0011.html (1.1), mail/date-format-change-cvs-1-12-9/0012.html (1.1), mail/date-format-change-cvs-1-12-9/attachment.html (1.2), mail/date-format-change-cvs-1-12-9/author.html (1.2), mail/date-format-change-cvs-1-12-9/date.html (1.2), mail/date-format-change-cvs-1-12-9/index.html (1.2), mail/date-format-change-cvs-1-12-9/subject.html (1.2): [no log message] 2004-10-30 Saturday 12:01 fluffy * ChangeLog.xsd (1.2): support optional linesadded/linesremoved elements 2004-10-30 Saturday 11:50 fluffy * ChangeLog.xsd (1.1): Contributed by Yury Lebedev 2004-10-12 Tuesday 02:30 Karl Fogel * index.html (1.32): * cvs2cl/index.html: Active maintainership of cl2html is in the hands of Simon Josefsson now, so link to his site. 2004-07-10 Saturday 15:40 fluffy * BUGS/mail/: undefined-function-with--d/0000.html (1.2), undefined-function-with--d/attachment.html (1.2), undefined-function-with--d/author.html (1.2), undefined-function-with--d/date.html (1.2), undefined-function-with--d/index.html (1.2), undefined-function-with--d/subject.html (1.2), gecos-parsing-uses-getpwnam-incorrectly/0000.html (1.2), gecos-parsing-uses-getpwnam-incorrectly/attachment.html (1.2), gecos-parsing-uses-getpwnam-incorrectly/author.html (1.2), gecos-parsing-uses-getpwnam-incorrectly/date.html (1.2), gecos-parsing-uses-getpwnam-incorrectly/index.html (1.2), gecos-parsing-uses-getpwnam-incorrectly/subject.html (1.2), undefined-function-with--d/0001.html (1.1), gecos-parsing-uses-getpwnam-incorrectly/0001.html (1.1): Mail Update 2004-07-10 Saturday 15:20 fluffy * BUGS/mail/: binmode-on-windoze/0002.html (1.1), binmode-on-windoze/0003.html (1.1), binmode-on-windoze/0004.html (1.1), date-format-change-cvs-1-12-9/0000.html (1.1), date-format-change-cvs-1-12-9/0001.html (1.1), date-format-change-cvs-1-12-9/0002.html (1.1), date-format-change-cvs-1-12-9/0003.html (1.1), date-format-change-cvs-1-12-9/0004.html (1.1), date-format-change-cvs-1-12-9/0005.html (1.1), date-format-change-cvs-1-12-9/0006.html (1.1), date-format-change-cvs-1-12-9/0007.html (1.1), date-format-change-cvs-1-12-9/0008.html (1.1), date-format-change-cvs-1-12-9/attachment.html (1.1), date-format-change-cvs-1-12-9/author.html (1.1), date-format-change-cvs-1-12-9/date.html (1.1), date-format-change-cvs-1-12-9/index.html (1.1), date-format-change-cvs-1-12-9/subject.html (1.1), date-format-change-cvs-1-12-9/att-0002/signature.asc (1.1), follow-only-option/0006.html (1.1), follow-only-option/0007.html (1.1), follow-only-option/0008.html (1.1), follow-only-option/att-0008/signature.asc (1.1), gecos-parsing-uses-getpwnam-incorrectly/0000.html (1.1), gecos-parsing-uses-getpwnam-incorrectly/attachment.html (1.1), gecos-parsing-uses-getpwnam-incorrectly/author.html (1.1), gecos-parsing-uses-getpwnam-incorrectly/date.html (1.1), gecos-parsing-uses-getpwnam-incorrectly/index.html (1.1), gecos-parsing-uses-getpwnam-incorrectly/subject.html (1.1), gecos-parsing-uses-getpwnam-incorrectly/att-0000/cvs2cl.pl-2.55.patch (1.1), undefined-function-with--d/0000.html (1.1), undefined-function-with--d/attachment.html (1.1), undefined-function-with--d/author.html (1.1), undefined-function-with--d/date.html (1.1), undefined-function-with--d/index.html (1.1), undefined-function-with--d/subject.html (1.1), undefined-function-with--d/att-0000/signature.asc (1.1): Mail update 2004-07-10 Saturday 15:14 fluffy * BUGS/: detail.html (1.12), summary.html (1.11), mail/binmode-on-windoze/0000.html (1.5), mail/binmode-on-windoze/0001.html (1.4), mail/binmode-on-windoze/attachment.html (1.4), mail/binmode-on-windoze/author.html (1.4), mail/binmode-on-windoze/date.html (1.4), mail/binmode-on-windoze/index.html (1.4), mail/binmode-on-windoze/subject.html (1.4), mail/follow-only-option/0000.html (1.2), mail/follow-only-option/0001.html (1.2), mail/follow-only-option/0002.html (1.2), mail/follow-only-option/0003.html (1.2), mail/follow-only-option/0004.html (1.2), mail/follow-only-option/0005.html (1.2), mail/follow-only-option/attachment.html (1.2), mail/follow-only-option/author.html (1.2), mail/follow-only-option/date.html (1.2), mail/follow-only-option/index.html (1.2), mail/follow-only-option/subject.html (1.2): Mail update 2004-07-10 Saturday 14:38 fluffy * index.html (1.31): Update 2.56 to 2.57 2004-07-10 Saturday 14:38 fluffy * cvs2cl.pl (2.57): Fix typo in RE for 1.12.9-style dates 2004-07-10 Saturday 13:53 fluffy * cvs2cl.pl (2.56): * add patch to allow correct date format reading under cvs 1.12.9 patch contributed by Jordan Russell , Martin Dorey , Geo Carncross , Simon Josefsson * handle carriage returns in windoze output * fix missing use of File::Basename in ChangeLog::FileEntry patch contributed by Jacek Sliwerski * fix gecos handling to read getpwnam correctly patch contributed by Christian Marquardt 2004-07-10 Saturday 13:49 fluffy * index.html (1.30): Add notes of 2.56 2004-07-10 Saturday 11:38 fluffy * cvs2cl_ruether.xslt (1.1): Donated by alexander Ruether 2004-05-16 Sunday 12:57 Karl Fogel * index.html (1.29): * cvs2cl/index.html: Remove the 'cvs login' step from the anonymous CVS instructions. CVS hasn't required it since late 1999, though apparently nobody knows this, because many sites still document a login step before the checkout. 2004-05-15 Saturday 15:15 fluffy * BUGS/mail/: bad-ref--t-b/att-0002/signature.asc (1.1), delta-should-take-square-brackets/0000.html (1.1), delta-should-take-square-brackets/0001.html (1.1), delta-should-take-square-brackets/attachment.html (1.1), delta-should-take-square-brackets/author.html (1.1), delta-should-take-square-brackets/date.html (1.1), delta-should-take-square-brackets/index.html (1.1), delta-should-take-square-brackets/subject.html (1.1), follow-only-option/0000.html (1.1), follow-only-option/0001.html (1.1), follow-only-option/0002.html (1.1), follow-only-option/0003.html (1.1), follow-only-option/0004.html (1.1), follow-only-option/0005.html (1.1), follow-only-option/attachment.html (1.1), follow-only-option/author.html (1.1), follow-only-option/date.html (1.1), follow-only-option/index.html (1.1), follow-only-option/subject.html (1.1), lines-modified-option/0000.html (1.1), lines-modified-option/0001.html (1.1), lines-modified-option/attachment.html (1.1), lines-modified-option/author.html (1.1), lines-modified-option/date.html (1.1), lines-modified-option/index.html (1.1), lines-modified-option/subject.html (1.1), no-exit-code-on-error/0000.html (1.1), no-exit-code-on-error/0001.html (1.1), no-exit-code-on-error/attachment.html (1.1), no-exit-code-on-error/author.html (1.1), no-exit-code-on-error/date.html (1.1), no-exit-code-on-error/index.html (1.1), no-exit-code-on-error/subject.html (1.1), unit-with--follow/0000.html (1.1), unit-with--follow/0001.html (1.1), unit-with--follow/0002.html (1.1), unit-with--follow/attachment.html (1.1), unit-with--follow/author.html (1.1), unit-with--follow/date.html (1.1), unit-with--follow/index.html (1.1), unit-with--follow/subject.html (1.1), follow-only-option/att-0003/signature.asc (1.1), lines-modified-option/att-0000/cvs2cl-lines-modified-1.patch (1.1), no-exit-code-on-error/att-0000/signature.asc (1.1): Mail for 2.55 2004-05-15 Saturday 15:11 fluffy * BUGS/: detail.html (1.11), summary.html (1.10), mail/bad-ref--t-b/0000.html (1.2), mail/bad-ref--t-b/0001.html (1.2), mail/bad-ref--t-b/attachment.html (1.2), mail/bad-ref--t-b/author.html (1.2), mail/bad-ref--t-b/date.html (1.2), mail/bad-ref--t-b/index.html (1.2), mail/bad-ref--t-b/subject.html (1.2), mail/bad-ref--t-b/0002.html (1.1), mail/bad-ref--t-b/0003.html (1.1), mail/bad-ref--t-b/0004.html (1.1): Mail for 2.55 2004-05-15 Saturday 15:09 fluffy * cvs2cl.pl (2.55): Add --lines-modified, --follow-only options 2004-05-15 Saturday 14:59 fluffy * index.html (1.28): Add details for 2.55 2004-04-19 Monday 20:17 Karl Fogel * cvs2cl.pl (2.54): Correct spelling of Melissa O'Neill's name. 2004-04-17 Saturday 09:35 fluffy * index.html (1.27): Add Pete Kempf to contributors' list 2004-03-07 Sunday 06:42 fluffy * BUGS/: detail.html (1.10), summary.html (1.9), mail/bad-ref--t-b/0000.html (1.1), mail/bad-ref--t-b/0001.html (1.1), mail/bad-ref--t-b/attachment.html (1.1), mail/bad-ref--t-b/author.html (1.1), mail/bad-ref--t-b/date.html (1.1), mail/bad-ref--t-b/index.html (1.1), mail/bad-ref--t-b/subject.html (1.1), mail/bad-ref--t-b/att-0000/signature.asc (1.1), mail/no-manpage/0000.html (1.2), mail/no-manpage/0001.html (1.2), mail/no-manpage/0002.html (1.1), mail/no-manpage/0003.html (1.1), mail/no-manpage/attachment.html (1.2), mail/no-manpage/author.html (1.2), mail/no-manpage/date.html (1.2), mail/no-manpage/index.html (1.2), mail/no-manpage/subject.html (1.2), mail/no-manpage/att-0002/signature.asc (1.1), mail/summary-doesnt-wrap/0000.html (1.2), mail/summary-doesnt-wrap/0001.html (1.2), mail/summary-doesnt-wrap/0002.html (1.1), mail/summary-doesnt-wrap/0003.html (1.1), mail/summary-doesnt-wrap/attachment.html (1.2), mail/summary-doesnt-wrap/author.html (1.2), mail/summary-doesnt-wrap/date.html (1.2), mail/summary-doesnt-wrap/index.html (1.2), mail/summary-doesnt-wrap/subject.html (1.2), mail/summary-doesnt-wrap/att-0002/00-part (1.1): [no log message] 2004-03-07 Sunday 06:32 fluffy * index.html (1.26): Add in 2.53 2004-03-07 Sunday 05:56 fluffy * cvs2cl.pl (2.53): * fix to provide non-zero exit status if cvs log fails * fix --follow to not complain of undefined values patch contributed by Johannes Stezenbach * 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 * formatting fixes for pod patch contributed by Peter Palfrader 2004-03-06 Saturday 08:57 fluffy * cl2html_rss-karaguezian.xslt (1.1): Generate RSS & HTML (with table & colouring for files); contributed by Nicolas Karaguezian 2004-01-21 Wednesday 11:02 fluffy * cvs2cl.pl (2.52), index.html (1.25), BUGS/detail.html (1.9), BUGS/summary.html (1.8): * fix --summary to wrap lines (unless --no-wrap is also used) patch contributed by Richard Laager * fix --no-indent option to be intuitive in conjunction with --hide-filenames and --no-wrap patch contributed by Karl-Heinz Marbaise * factor out ChangeLog:: classes * rejig POD to make man page 2004-01-21 Wednesday 10:55 fluffy * BUGS/mail/: no-manpage/att-0000/signature.asc (1.1), summary-doesnt-wrap/att-0001/patch (1.1): Mail updates for 2.52 2004-01-21 Wednesday 10:36 fluffy * BUGS/mail/: rlog-format-stdin/0000.html (1.3), rlog-format-stdin/0001.html (1.3), rlog-format-stdin/attachment.html (1.3), rlog-format-stdin/author.html (1.3), rlog-format-stdin/date.html (1.3), rlog-format-stdin/index.html (1.3), rlog-format-stdin/subject.html (1.3), shell-minimize-file-lists/0000.html (1.4), shell-minimize-file-lists/0001.html (1.4), shell-minimize-file-lists/0002.html (1.4), shell-minimize-file-lists/0003.html (1.4), shell-minimize-file-lists/0004.html (1.4), shell-minimize-file-lists/0005.html (1.3), shell-minimize-file-lists/attachment.html (1.4), shell-minimize-file-lists/author.html (1.4), shell-minimize-file-lists/date.html (1.4), shell-minimize-file-lists/index.html (1.4), shell-minimize-file-lists/subject.html (1.4), show-dead-option/0000.html (1.3), show-dead-option/0001.html (1.3), show-dead-option/attachment.html (1.3), show-dead-option/author.html (1.3), show-dead-option/date.html (1.3), show-dead-option/index.html (1.3), show-dead-option/subject.html (1.3), show-tags-option/0000.html (1.4), show-tags-option/0001.html (1.4), show-tags-option/0002.html (1.4), show-tags-option/0003.html (1.3), show-tags-option/attachment.html (1.4), show-tags-option/author.html (1.4), show-tags-option/date.html (1.4), show-tags-option/index.html (1.4), show-tags-option/subject.html (1.4), sort-by-filename/0000.html (1.3), sort-by-filename/0001.html (1.3), sort-by-filename/attachment.html (1.3), sort-by-filename/author.html (1.3), sort-by-filename/date.html (1.3), sort-by-filename/index.html (1.3), sort-by-filename/subject.html (1.3), squash-duplicate-filenames/0000.html (1.4), squash-duplicate-filenames/0001.html (1.4), squash-duplicate-filenames/0002.html (1.3), squash-duplicate-filenames/attachment.html (1.4), squash-duplicate-filenames/author.html (1.4), squash-duplicate-filenames/date.html (1.4), squash-duplicate-filenames/index.html (1.4), squash-duplicate-filenames/subject.html (1.4), summary-doesnt-wrap/0000.html (1.1), summary-doesnt-wrap/0001.html (1.1), summary-doesnt-wrap/attachment.html (1.1), summary-doesnt-wrap/author.html (1.1), summary-doesnt-wrap/date.html (1.1), summary-doesnt-wrap/index.html (1.1), summary-doesnt-wrap/subject.html (1.1), summary-option/0000.html (1.3), summary-option/0001.html (1.3), summary-option/0002.html (1.3), summary-option/attachment.html (1.3), summary-option/author.html (1.3), summary-option/date.html (1.3), summary-option/index.html (1.3), summary-option/subject.html (1.3), support-for-function-name/0000.html (1.3), support-for-function-name/0001.html (1.3), support-for-function-name/attachment.html (1.3), support-for-function-name/author.html (1.3), support-for-function-name/date.html (1.3), support-for-function-name/index.html (1.3), support-for-function-name/subject.html (1.3), tagdates-option/0000.html (1.3), tagdates-option/0001.html (1.3), tagdates-option/attachment.html (1.3), tagdates-option/author.html (1.3), tagdates-option/date.html (1.3), tagdates-option/index.html (1.3), tagdates-option/subject.html (1.3), unify-by-author-and-time/0000.html (1.4), unify-by-author-and-time/0001.html (1.3), unify-by-author-and-time/0002.html (1.3), unify-by-author-and-time/attachment.html (1.4), unify-by-author-and-time/author.html (1.4), unify-by-author-and-time/date.html (1.4), unify-by-author-and-time/index.html (1.4), unify-by-author-and-time/subject.html (1.4), update-option/0000.html (1.4), update-option/0001.html (1.4), update-option/0002.html (1.4), update-option/0003.html (1.3), update-option/attachment.html (1.4), update-option/author.html (1.4), update-option/date.html (1.4), update-option/index.html (1.4), update-option/subject.html (1.4), wrap-spaces/0000.html (1.3), wrap-spaces/attachment.html (1.3), wrap-spaces/author.html (1.3), wrap-spaces/date.html (1.3), wrap-spaces/index.html (1.3), wrap-spaces/subject.html (1.3), xml-add-isodate/0000.html (1.2), xml-add-isodate/0001.html (1.2), xml-add-isodate/attachment.html (1.2), xml-add-isodate/author.html (1.2), xml-add-isodate/date.html (1.2), xml-add-isodate/index.html (1.2), xml-add-isodate/subject.html (1.2), xml-encoding-option/0000.html (1.3), xml-encoding-option/0001.html (1.3), xml-encoding-option/0002.html (1.3), xml-encoding-option/attachment.html (1.3), xml-encoding-option/author.html (1.3), xml-encoding-option/date.html (1.3), xml-encoding-option/index.html (1.3), xml-encoding-option/subject.html (1.3), xml-encoding-option/att-0000/cvs2cl.pl (1.2), xml-encoding-option/att-0000/diff.txt (1.2), xml-msg-spurious-newline/0000.html (1.3), xml-msg-spurious-newline/attachment.html (1.3), xml-msg-spurious-newline/author.html (1.3), xml-msg-spurious-newline/date.html (1.3), xml-msg-spurious-newline/index.html (1.3), xml-msg-spurious-newline/subject.html (1.3), xml-namespace-option/0000.html (1.3), xml-namespace-option/0001.html (1.3), xml-namespace-option/attachment.html (1.3), xml-namespace-option/author.html (1.3), xml-namespace-option/date.html (1.3), xml-namespace-option/index.html (1.3), xml-namespace-option/subject.html (1.3): Mail updates for 2.52 2004-01-21 Wednesday 10:33 fluffy * BUGS/mail/: -W-and-0-value/0000.html (1.3), -W-and-0-value/attachment.html (1.3), -W-and-0-value/author.html (1.3), -W-and-0-value/date.html (1.3), -W-and-0-value/index.html (1.3), -W-and-0-value/subject.html (1.3), -r-and--b/0000.html (1.3), -r-and--b/attachment.html (1.3), -r-and--b/author.html (1.3), -r-and--b/date.html (1.3), -r-and--b/index.html (1.3), -r-and--b/subject.html (1.3), FSF-option/0000.html (1.4), FSF-option/0001.html (1.4), FSF-option/0002.html (1.3), FSF-option/attachment.html (1.4), FSF-option/author.html (1.4), FSF-option/date.html (1.4), FSF-option/index.html (1.4), FSF-option/subject.html (1.4), accum-and-D/0000.html (1.3), accum-and-D/0001.html (1.3), accum-and-D/attachment.html (1.3), accum-and-D/author.html (1.3), accum-and-D/date.html (1.3), accum-and-D/index.html (1.3), accum-and-D/subject.html (1.3), accum-utc-repeated-add/0000.html (1.5), accum-utc-repeated-add/0001.html (1.5), accum-utc-repeated-add/0002.html (1.4), accum-utc-repeated-add/0003.html (1.4), accum-utc-repeated-add/0004.html (1.4), accum-utc-repeated-add/0005.html (1.3), accum-utc-repeated-add/0006.html (1.3), accum-utc-repeated-add/0007.html (1.3), accum-utc-repeated-add/0008.html (1.3), accum-utc-repeated-add/attachment.html (1.5), accum-utc-repeated-add/author.html (1.5), accum-utc-repeated-add/date.html (1.5), accum-utc-repeated-add/index.html (1.5), accum-utc-repeated-add/subject.html (1.5), add-host-recognition-to--U/0000.html (1.3), add-host-recognition-to--U/0001.html (1.3), add-host-recognition-to--U/0002.html (1.3), add-host-recognition-to--U/0003.html (1.3), add-host-recognition-to--U/0004.html (1.3), add-host-recognition-to--U/attachment.html (1.3), add-host-recognition-to--U/author.html (1.3), add-host-recognition-to--U/date.html (1.3), add-host-recognition-to--U/index.html (1.3), add-host-recognition-to--U/subject.html (1.3), add-native-limits-options/0000.html (1.3), add-native-limits-options/attachment.html (1.3), add-native-limits-options/author.html (1.3), add-native-limits-options/date.html (1.3), add-native-limits-options/index.html (1.3), add-native-limits-options/subject.html (1.3), binmode-on-windoze/0000.html (1.4), binmode-on-windoze/0001.html (1.3), binmode-on-windoze/attachment.html (1.3), binmode-on-windoze/author.html (1.3), binmode-on-windoze/date.html (1.3), binmode-on-windoze/index.html (1.3), binmode-on-windoze/subject.html (1.3), branch-added-files-with-space-in-fn/0000.html (1.2), branch-added-files-with-space-in-fn/0001.html (1.2), branch-added-files-with-space-in-fn/0002.html (1.2), branch-added-files-with-space-in-fn/attachment.html (1.2), branch-added-files-with-space-in-fn/author.html (1.2), branch-added-files-with-space-in-fn/date.html (1.2), branch-added-files-with-space-in-fn/index.html (1.2), branch-added-files-with-space-in-fn/subject.html (1.2), change-tracking-format/0000.html (1.3), change-tracking-format/attachment.html (1.3), change-tracking-format/author.html (1.3), change-tracking-format/date.html (1.3), change-tracking-format/index.html (1.3), change-tracking-format/subject.html (1.3), chrono-option/0000.html (1.4), chrono-option/0001.html (1.4), chrono-option/0002.html (1.4), chrono-option/0003.html (1.3), chrono-option/attachment.html (1.4), chrono-option/author.html (1.4), chrono-option/date.html (1.4), chrono-option/index.html (1.4), chrono-option/subject.html (1.4), chrono-undocumented/0000.html (1.3), chrono-undocumented/0001.html (1.3), chrono-undocumented/attachment.html (1.3), chrono-undocumented/author.html (1.3), chrono-undocumented/date.html (1.3), chrono-undocumented/index.html (1.3), chrono-undocumented/subject.html (1.3), collate-by-tag/0000.html (1.2), collate-by-tag/0001.html (1.2), collate-by-tag/attachment.html (1.2), collate-by-tag/author.html (1.2), collate-by-tag/date.html (1.2), collate-by-tag/index.html (1.2), collate-by-tag/subject.html (1.2), collect-v-numbers/0000.html (1.4), collect-v-numbers/0001.html (1.3), collect-v-numbers/attachment.html (1.4), collect-v-numbers/author.html (1.4), collect-v-numbers/date.html (1.4), collect-v-numbers/index.html (1.4), collect-v-numbers/subject.html (1.4), cosmetic-indenting/0000.html (1.3), cosmetic-indenting/0001.html (1.3), cosmetic-indenting/0002.html (1.3), cosmetic-indenting/0003.html (1.3), cosmetic-indenting/0004.html (1.3), cosmetic-indenting/0005.html (1.3), cosmetic-indenting/0006.html (1.3), cosmetic-indenting/0007.html (1.3), cosmetic-indenting/attachment.html (1.3), cosmetic-indenting/author.html (1.3), cosmetic-indenting/date.html (1.3), cosmetic-indenting/index.html (1.3), cosmetic-indenting/subject.html (1.3), deleted-file-no-revision/0000.html (1.3), deleted-file-no-revision/attachment.html (1.3), deleted-file-no-revision/author.html (1.3), deleted-file-no-revision/date.html (1.3), deleted-file-no-revision/index.html (1.3), deleted-file-no-revision/subject.html (1.3), deleted-subdirs-disappear/0000.html (1.3), deleted-subdirs-disappear/attachment.html (1.3), deleted-subdirs-disappear/author.html (1.3), deleted-subdirs-disappear/date.html (1.3), deleted-subdirs-disappear/index.html (1.3), deleted-subdirs-disappear/subject.html (1.3), delta-flag/0000.html (1.3), delta-flag/0001.html (1.3), delta-flag/0002.html (1.3), delta-flag/attachment.html (1.3), delta-flag/author.html (1.3), delta-flag/date.html (1.3), delta-flag/index.html (1.3), delta-flag/subject.html (1.3), delta-undocumented/0000.html (1.4), delta-undocumented/0001.html (1.4), delta-undocumented/0002.html (1.4), delta-undocumented/0003.html (1.3), delta-undocumented/attachment.html (1.4), delta-undocumented/author.html (1.4), delta-undocumented/date.html (1.4), delta-undocumented/index.html (1.4), delta-undocumented/subject.html (1.4), dirs-called-0/0000.html (1.4), dirs-called-0/0001.html (1.4), dirs-called-0/0002.html (1.4), dirs-called-0/0003.html (1.4), dirs-called-0/0004.html (1.4), dirs-called-0/0005.html (1.3), dirs-called-0/0006.html (1.3), dirs-called-0/0007.html (1.3), dirs-called-0/0008.html (1.3), dirs-called-0/0009.html (1.3), dirs-called-0/0010.html (1.3), dirs-called-0/attachment.html (1.4), dirs-called-0/author.html (1.4), dirs-called-0/date.html (1.4), dirs-called-0/index.html (1.4), dirs-called-0/subject.html (1.4), dirs-called-0/att-0009/cvs2cl.pl (1.3), eol-whitespace/0000.html (1.3), eol-whitespace/0001.html (1.3), eol-whitespace/0002.html (1.3), eol-whitespace/0003.html (1.3), eol-whitespace/attachment.html (1.3), eol-whitespace/author.html (1.3), eol-whitespace/date.html (1.3), eol-whitespace/index.html (1.3), eol-whitespace/subject.html (1.3), examples-of-date-use/0000.html (1.2), examples-of-date-use/0001.html (1.2), examples-of-date-use/0002.html (1.2), examples-of-date-use/0003.html (1.2), examples-of-date-use/attachment.html (1.2), examples-of-date-use/author.html (1.2), examples-of-date-use/date.html (1.2), examples-of-date-use/index.html (1.2), examples-of-date-use/subject.html (1.2), exclude-regex/0000.html (1.3), exclude-regex/0001.html (1.3), exclude-regex/attachment.html (1.3), exclude-regex/author.html (1.3), exclude-regex/date.html (1.3), exclude-regex/index.html (1.3), exclude-regex/subject.html (1.3), extra-square-brackets/0000.html (1.5), extra-square-brackets/0001.html (1.5), extra-square-brackets/0002.html (1.5), extra-square-brackets/0003.html (1.5), extra-square-brackets/0004.html (1.4), extra-square-brackets/0005.html (1.4), extra-square-brackets/0006.html (1.4), extra-square-brackets/0007.html (1.3), extra-square-brackets/attachment.html (1.5), extra-square-brackets/author.html (1.5), extra-square-brackets/date.html (1.5), extra-square-brackets/index.html (1.5), extra-square-brackets/subject.html (1.5), gecos-domain-options/0000.html (1.4), gecos-domain-options/0001.html (1.4), gecos-domain-options/0002.html (1.3), gecos-domain-options/0003.html (1.3), gecos-domain-options/attachment.html (1.4), gecos-domain-options/author.html (1.4), gecos-domain-options/date.html (1.4), gecos-domain-options/index.html (1.4), gecos-domain-options/subject.html (1.4), gecos-unitialized-value/0000.html (1.2), gecos-unitialized-value/0001.html (1.2), gecos-unitialized-value/attachment.html (1.2), gecos-unitialized-value/author.html (1.2), gecos-unitialized-value/date.html (1.2), gecos-unitialized-value/index.html (1.2), gecos-unitialized-value/subject.html (1.2), group-by-author-and-day/0000.html (1.3), group-by-author-and-day/0001.html (1.3), group-by-author-and-day/0002.html (1.3), group-by-author-and-day/0003.html (1.3), group-by-author-and-day/attachment.html (1.3), group-by-author-and-day/author.html (1.3), group-by-author-and-day/date.html (1.3), group-by-author-and-day/index.html (1.3), group-by-author-and-day/subject.html (1.3), hardwired-exec-line/0000.html (1.3), hardwired-exec-line/0001.html (1.3), hardwired-exec-line/0002.html (1.3), hardwired-exec-line/0003.html (1.3), hardwired-exec-line/attachment.html (1.3), hardwired-exec-line/author.html (1.3), hardwired-exec-line/date.html (1.3), hardwired-exec-line/index.html (1.3), hardwired-exec-line/subject.html (1.3), hide-branch-additions/0000.html (1.3), hide-branch-additions/0001.html (1.3), hide-branch-additions/attachment.html (1.3), hide-branch-additions/author.html (1.3), hide-branch-additions/date.html (1.3), hide-branch-additions/index.html (1.3), hide-branch-additions/subject.html (1.3), hide-branch-additions/att-0000/cvs2cl.pl.2.48 (1.3), ignore-tag-option/0000.html (1.3), ignore-tag-option/attachment.html (1.3), ignore-tag-option/author.html (1.3), ignore-tag-option/date.html (1.3), ignore-tag-option/index.html (1.3), ignore-tag-option/subject.html (1.3), inverted--no-ancestors/0000.html (1.3), inverted--no-ancestors/0001.html (1.3), inverted--no-ancestors/attachment.html (1.3), inverted--no-ancestors/author.html (1.3), inverted--no-ancestors/date.html (1.3), inverted--no-ancestors/index.html (1.3), inverted--no-ancestors/subject.html (1.3), item-prefix/0000.html (1.3), item-prefix/0001.html (1.3), item-prefix/attachment.html (1.3), item-prefix/author.html (1.3), item-prefix/date.html (1.3), item-prefix/index.html (1.3), item-prefix/subject.html (1.3), latest-rev/0000.html (1.3), latest-rev/0001.html (1.3), latest-rev/attachment.html (1.3), latest-rev/author.html (1.3), latest-rev/date.html (1.3), latest-rev/index.html (1.3), latest-rev/subject.html (1.3), log-only-on-branch/0000.html (1.3), log-only-on-branch/0001.html (1.3), log-only-on-branch/0002.html (1.3), log-only-on-branch/0003.html (1.3), log-only-on-branch/attachment.html (1.3), log-only-on-branch/author.html (1.3), log-only-on-branch/date.html (1.3), log-only-on-branch/index.html (1.3), log-only-on-branch/subject.html (1.3), mailname-vs-domain/0000.html (1.3), mailname-vs-domain/0001.html (1.3), mailname-vs-domain/0002.html (1.3), mailname-vs-domain/0003.html (1.3), mailname-vs-domain/attachment.html (1.3), mailname-vs-domain/author.html (1.3), mailname-vs-domain/date.html (1.3), mailname-vs-domain/index.html (1.3), mailname-vs-domain/subject.html (1.3), malformed-utf-8/0000.html (1.3), malformed-utf-8/0001.html (1.3), malformed-utf-8/0002.html (1.3), malformed-utf-8/0003.html (1.3), malformed-utf-8/0004.html (1.3), malformed-utf-8/0005.html (1.3), malformed-utf-8/0006.html (1.3), malformed-utf-8/0007.html (1.3), malformed-utf-8/0008.html (1.3), malformed-utf-8/0009.html (1.3), malformed-utf-8/0010.html (1.3), malformed-utf-8/0011.html (1.3), malformed-utf-8/attachment.html (1.3), malformed-utf-8/author.html (1.3), malformed-utf-8/date.html (1.3), malformed-utf-8/index.html (1.3), malformed-utf-8/subject.html (1.3), multi-follow/0000.html (1.2), multi-follow/0001.html (1.2), multi-follow/attachment.html (1.2), multi-follow/author.html (1.2), multi-follow/date.html (1.2), multi-follow/index.html (1.2), multi-follow/subject.html (1.2), no-ancestors-option/0000.html (1.3), no-ancestors-option/0001.html (1.3), no-ancestors-option/0002.html (1.3), no-ancestors-option/attachment.html (1.3), no-ancestors-option/author.html (1.3), no-ancestors-option/date.html (1.3), no-ancestors-option/index.html (1.3), no-ancestors-option/subject.html (1.3), no-ancestors-option/att-0000/cvs2cl.pl (1.3), no-common-dir-option/0000.html (1.4), no-common-dir-option/0001.html (1.4), no-common-dir-option/0002.html (1.3), no-common-dir-option/attachment.html (1.4), no-common-dir-option/author.html (1.4), no-common-dir-option/date.html (1.4), no-common-dir-option/index.html (1.4), no-common-dir-option/subject.html (1.4), no-indent/0000.html (1.2), no-indent/0001.html (1.2), no-indent/attachment.html (1.2), no-indent/author.html (1.2), no-indent/date.html (1.2), no-indent/index.html (1.2), no-indent/subject.html (1.2), no-indent-still-does/0000.html (1.1), no-indent-still-does/0001.html (1.1), no-indent-still-does/attachment.html (1.1), no-indent-still-does/author.html (1.1), no-indent-still-does/date.html (1.1), no-indent-still-does/index.html (1.1), no-indent-still-does/subject.html (1.1), no-manpage/0000.html (1.1), no-manpage/0001.html (1.1), no-manpage/attachment.html (1.1), no-manpage/author.html (1.1), no-manpage/date.html (1.1), no-manpage/index.html (1.1), no-manpage/subject.html (1.1), no-times-option/0000.html (1.3), no-times-option/0001.html (1.3), no-times-option/attachment.html (1.3), no-times-option/author.html (1.3), no-times-option/date.html (1.3), no-times-option/index.html (1.3), no-times-option/subject.html (1.3), passwd-user-expansion/0000.html (1.3), passwd-user-expansion/0001.html (1.3), passwd-user-expansion/0002.html (1.3), passwd-user-expansion/0003.html (1.3), passwd-user-expansion/0004.html (1.3), passwd-user-expansion/attachment.html (1.3), passwd-user-expansion/author.html (1.3), passwd-user-expansion/date.html (1.3), passwd-user-expansion/index.html (1.3), passwd-user-expansion/subject.html (1.3), rcs-file-name/0000.html (1.3), rcs-file-name/0001.html (1.3), rcs-file-name/attachment.html (1.3), rcs-file-name/author.html (1.3), rcs-file-name/date.html (1.3), rcs-file-name/index.html (1.3), rcs-file-name/subject.html (1.3), rcs-file-windoze/0000.html (1.3), rcs-file-windoze/0001.html (1.3), rcs-file-windoze/attachment.html (1.3), rcs-file-windoze/author.html (1.3), rcs-file-windoze/date.html (1.3), rcs-file-windoze/index.html (1.3), rcs-file-windoze/subject.html (1.3), rcs-option/0000.html (1.3), rcs-option/0001.html (1.3), rcs-option/0002.html (1.3), rcs-option/attachment.html (1.3), rcs-option/author.html (1.3), rcs-option/date.html (1.3), rcs-option/index.html (1.3), rcs-option/subject.html (1.3), remove-attic-from-rcs/0000.html (1.2), remove-attic-from-rcs/0001.html (1.2), remove-attic-from-rcs/0002.html (1.2), remove-attic-from-rcs/0003.html (1.2), remove-attic-from-rcs/0004.html (1.2), remove-attic-from-rcs/0005.html (1.2), remove-attic-from-rcs/attachment.html (1.2), remove-attic-from-rcs/author.html (1.2), remove-attic-from-rcs/date.html (1.2), remove-attic-from-rcs/index.html (1.2), remove-attic-from-rcs/subject.html (1.2), revert-common-dir-1file/0000.html (1.5), revert-common-dir-1file/0001.html (1.5), revert-common-dir-1file/0002.html (1.4), revert-common-dir-1file/0003.html (1.3), revert-common-dir-1file/attachment.html (1.5), revert-common-dir-1file/author.html (1.5), revert-common-dir-1file/date.html (1.5), revert-common-dir-1file/index.html (1.5), revert-common-dir-1file/subject.html (1.5): Mail updates for 2.52 2004-01-20 Tuesday 05:37 fluffy * ieee1394-cl.html (1.1): Daniel Ciaglia's XSLT (Example Output) 2004-01-20 Tuesday 05:30 fluffy * cl2any-ciaglia.bash (1.1), cl2html-ciaglia.xslt (1.1): Daniel Ciaglia's XSLT 2003-12-10 Wednesday 03:27 fluffy * index.html (1.24): Add Robin Johnson to the list of contributors 2003-12-09 Tuesday 05:16 fluffy * filter-cvs2cl.xslt (1.1): [no log message] 2003-12-09 Tuesday 05:14 fluffy * index.html (1.23): Add in 2.51 release notes, and authors & contributors section 2003-12-09 Tuesday 05:05 fluffy * BUGS/mail/: branch-added-files-with-space-in-fn/0000.html (1.1), branch-added-files-with-space-in-fn/0001.html (1.1), branch-added-files-with-space-in-fn/0002.html (1.1), branch-added-files-with-space-in-fn/attachment.html (1.1), branch-added-files-with-space-in-fn/author.html (1.1), branch-added-files-with-space-in-fn/date.html (1.1), branch-added-files-with-space-in-fn/index.html (1.1), branch-added-files-with-space-in-fn/subject.html (1.1), collate-by-tag/0000.html (1.1), collate-by-tag/0001.html (1.1), collate-by-tag/attachment.html (1.1), collate-by-tag/author.html (1.1), collate-by-tag/date.html (1.1), collate-by-tag/index.html (1.1), collate-by-tag/subject.html (1.1), examples-of-date-use/0000.html (1.1), examples-of-date-use/0001.html (1.1), examples-of-date-use/0002.html (1.1), examples-of-date-use/0003.html (1.1), examples-of-date-use/attachment.html (1.1), examples-of-date-use/author.html (1.1), examples-of-date-use/date.html (1.1), examples-of-date-use/index.html (1.1), examples-of-date-use/subject.html (1.1), gecos-unitialized-value/0000.html (1.1), gecos-unitialized-value/0001.html (1.1), gecos-unitialized-value/attachment.html (1.1), gecos-unitialized-value/author.html (1.1), gecos-unitialized-value/date.html (1.1), gecos-unitialized-value/index.html (1.1), gecos-unitialized-value/subject.html (1.1), multi-follow/0000.html (1.1), multi-follow/0001.html (1.1), multi-follow/attachment.html (1.1), multi-follow/author.html (1.1), multi-follow/date.html (1.1), multi-follow/index.html (1.1), multi-follow/subject.html (1.1), no-indent/0000.html (1.1), no-indent/0001.html (1.1), no-indent/attachment.html (1.1), no-indent/author.html (1.1), no-indent/date.html (1.1), no-indent/index.html (1.1), no-indent/subject.html (1.1), remove-attic-from-rcs/0000.html (1.1), remove-attic-from-rcs/0001.html (1.1), remove-attic-from-rcs/0002.html (1.1), remove-attic-from-rcs/0003.html (1.1), remove-attic-from-rcs/0004.html (1.1), remove-attic-from-rcs/0005.html (1.1), remove-attic-from-rcs/attachment.html (1.1), remove-attic-from-rcs/author.html (1.1), remove-attic-from-rcs/date.html (1.1), remove-attic-from-rcs/index.html (1.1), remove-attic-from-rcs/subject.html (1.1), xml-add-isodate/0000.html (1.1), xml-add-isodate/0001.html (1.1), xml-add-isodate/attachment.html (1.1), xml-add-isodate/author.html (1.1), xml-add-isodate/date.html (1.1), xml-add-isodate/index.html (1.1), xml-add-isodate/subject.html (1.1), xml-add-isodate/att-0000/filter-cvs2cl.xsl (1.1), xml-add-isodate/att-0000/isoDate.patch (1.1): Bugs status update 2003-12-09 Tuesday 04:58 fluffy * BUGS/: detail.html (1.8), summary.html (1.7), mail/-W-and-0-value/0000.html (1.2), mail/-W-and-0-value/attachment.html (1.2), mail/-W-and-0-value/author.html (1.2), mail/-W-and-0-value/date.html (1.2), mail/-W-and-0-value/index.html (1.2), mail/-W-and-0-value/subject.html (1.2), mail/-r-and--b/0000.html (1.2), mail/-r-and--b/attachment.html (1.2), mail/-r-and--b/author.html (1.2), mail/-r-and--b/date.html (1.2), mail/-r-and--b/index.html (1.2), mail/-r-and--b/subject.html (1.2), mail/FSF-option/0000.html (1.3), mail/FSF-option/0001.html (1.3), mail/FSF-option/0002.html (1.2), mail/FSF-option/attachment.html (1.3), mail/FSF-option/author.html (1.3), mail/FSF-option/date.html (1.3), mail/FSF-option/index.html (1.3), mail/FSF-option/subject.html (1.3), mail/accum-and-D/0000.html (1.2), mail/accum-and-D/0001.html (1.2), mail/accum-and-D/attachment.html (1.2), mail/accum-and-D/author.html (1.2), mail/accum-and-D/date.html (1.2), mail/accum-and-D/index.html (1.2), mail/accum-and-D/subject.html (1.2), mail/accum-and-D/att-0000/cvs2cl.pl.diff (1.1), mail/accum-utc-repeated-add/0000.html (1.4), mail/accum-utc-repeated-add/0001.html (1.4), mail/accum-utc-repeated-add/0002.html (1.3), mail/accum-utc-repeated-add/0003.html (1.3), mail/accum-utc-repeated-add/0004.html (1.3), mail/accum-utc-repeated-add/0005.html (1.2), mail/accum-utc-repeated-add/0006.html (1.2), mail/accum-utc-repeated-add/0007.html (1.2), mail/accum-utc-repeated-add/0008.html (1.2), mail/accum-utc-repeated-add/attachment.html (1.4), mail/accum-utc-repeated-add/author.html (1.4), mail/accum-utc-repeated-add/date.html (1.4), mail/accum-utc-repeated-add/index.html (1.4), mail/accum-utc-repeated-add/subject.html (1.4), mail/add-host-recognition-to--U/0000.html (1.2), mail/add-host-recognition-to--U/0001.html (1.2), mail/add-host-recognition-to--U/0002.html (1.2), mail/add-host-recognition-to--U/0003.html (1.2), mail/add-host-recognition-to--U/0004.html (1.2), mail/add-host-recognition-to--U/attachment.html (1.2), mail/add-host-recognition-to--U/author.html (1.2), mail/add-host-recognition-to--U/date.html (1.2), mail/add-host-recognition-to--U/index.html (1.2), mail/add-host-recognition-to--U/subject.html (1.2), mail/add-native-limits-options/0000.html (1.2), mail/add-native-limits-options/attachment.html (1.2), mail/add-native-limits-options/author.html (1.2), mail/add-native-limits-options/date.html (1.2), mail/add-native-limits-options/index.html (1.2), mail/add-native-limits-options/subject.html (1.2), mail/binmode-on-windoze/0000.html (1.3), mail/binmode-on-windoze/0001.html (1.2), mail/binmode-on-windoze/attachment.html (1.2), mail/binmode-on-windoze/author.html (1.2), mail/binmode-on-windoze/date.html (1.2), mail/binmode-on-windoze/index.html (1.2), mail/binmode-on-windoze/subject.html (1.2), mail/change-tracking-format/0000.html (1.2), mail/change-tracking-format/attachment.html (1.2), mail/change-tracking-format/author.html (1.2), mail/change-tracking-format/date.html (1.2), mail/change-tracking-format/index.html (1.2), mail/change-tracking-format/subject.html (1.2), mail/chrono-option/0000.html (1.3), mail/chrono-option/0001.html (1.3), mail/chrono-option/0002.html (1.3), mail/chrono-option/0003.html (1.2), mail/chrono-option/attachment.html (1.3), mail/chrono-option/author.html (1.3), mail/chrono-option/date.html (1.3), mail/chrono-option/index.html (1.3), mail/chrono-option/subject.html (1.3), mail/chrono-undocumented/0000.html (1.2), mail/chrono-undocumented/0001.html (1.2), mail/chrono-undocumented/attachment.html (1.2), mail/chrono-undocumented/author.html (1.2), mail/chrono-undocumented/date.html (1.2), mail/chrono-undocumented/index.html (1.2), mail/chrono-undocumented/subject.html (1.2), mail/collect-v-numbers/0000.html (1.3), mail/collect-v-numbers/0001.html (1.2), mail/collect-v-numbers/attachment.html (1.3), mail/collect-v-numbers/author.html (1.3), mail/collect-v-numbers/date.html (1.3), mail/collect-v-numbers/index.html (1.3), mail/collect-v-numbers/subject.html (1.3), mail/cosmetic-indenting/0000.html (1.2), mail/cosmetic-indenting/0001.html (1.2), mail/cosmetic-indenting/0002.html (1.2), mail/cosmetic-indenting/0003.html (1.2), mail/cosmetic-indenting/0004.html (1.2), mail/cosmetic-indenting/0005.html (1.2), mail/cosmetic-indenting/0006.html (1.2), mail/cosmetic-indenting/0007.html (1.2), mail/cosmetic-indenting/attachment.html (1.2), mail/cosmetic-indenting/author.html (1.2), mail/cosmetic-indenting/date.html (1.2), mail/cosmetic-indenting/index.html (1.2), mail/cosmetic-indenting/subject.html (1.2), mail/deleted-file-no-revision/0000.html (1.2), mail/deleted-file-no-revision/attachment.html (1.2), mail/deleted-file-no-revision/author.html (1.2), mail/deleted-file-no-revision/date.html (1.2), mail/deleted-file-no-revision/index.html (1.2), mail/deleted-file-no-revision/subject.html (1.2), mail/deleted-subdirs-disappear/0000.html (1.2), mail/deleted-subdirs-disappear/attachment.html (1.2), mail/deleted-subdirs-disappear/author.html (1.2), mail/deleted-subdirs-disappear/date.html (1.2), mail/deleted-subdirs-disappear/index.html (1.2), mail/deleted-subdirs-disappear/subject.html (1.2), mail/delta-flag/0000.html (1.2), mail/delta-flag/0001.html (1.2), mail/delta-flag/0002.html (1.2), mail/delta-flag/attachment.html (1.2), mail/delta-flag/author.html (1.2), mail/delta-flag/date.html (1.2), mail/delta-flag/index.html (1.2), mail/delta-flag/subject.html (1.2), mail/delta-undocumented/0000.html (1.3), mail/delta-undocumented/0001.html (1.3), mail/delta-undocumented/0002.html (1.3), mail/delta-undocumented/0003.html (1.2), mail/delta-undocumented/attachment.html (1.3), mail/delta-undocumented/author.html (1.3), mail/delta-undocumented/date.html (1.3), mail/delta-undocumented/index.html (1.3), mail/delta-undocumented/subject.html (1.3), mail/dirs-called-0/0000.html (1.3), mail/dirs-called-0/0001.html (1.3), mail/dirs-called-0/0002.html (1.3), mail/dirs-called-0/0003.html (1.3), mail/dirs-called-0/0004.html (1.3), mail/dirs-called-0/0005.html (1.2), mail/dirs-called-0/0006.html (1.2), mail/dirs-called-0/0007.html (1.2), mail/dirs-called-0/0008.html (1.2), mail/dirs-called-0/0009.html (1.2), mail/dirs-called-0/0010.html (1.2), mail/dirs-called-0/attachment.html (1.3), mail/dirs-called-0/author.html (1.3), mail/dirs-called-0/date.html (1.3), mail/dirs-called-0/index.html (1.3), mail/dirs-called-0/subject.html (1.3), mail/dirs-called-0/att-0009/cvs2cl.pl (1.2), mail/eol-whitespace/0000.html (1.2), mail/eol-whitespace/0001.html (1.2), mail/eol-whitespace/0002.html (1.2), mail/eol-whitespace/0003.html (1.2), mail/eol-whitespace/attachment.html (1.2), mail/eol-whitespace/author.html (1.2), mail/eol-whitespace/date.html (1.2), mail/eol-whitespace/index.html (1.2), mail/eol-whitespace/subject.html (1.2), mail/exclude-regex/0000.html (1.2), mail/exclude-regex/0001.html (1.2), mail/exclude-regex/attachment.html (1.2), mail/exclude-regex/author.html (1.2), mail/exclude-regex/date.html (1.2), mail/exclude-regex/index.html (1.2), mail/exclude-regex/subject.html (1.2), mail/extra-square-brackets/0000.html (1.4), mail/extra-square-brackets/0001.html (1.4), mail/extra-square-brackets/0002.html (1.4), mail/extra-square-brackets/0003.html (1.4), mail/extra-square-brackets/0004.html (1.3), mail/extra-square-brackets/0005.html (1.3), mail/extra-square-brackets/0006.html (1.3), mail/extra-square-brackets/0007.html (1.2), mail/extra-square-brackets/attachment.html (1.4), mail/extra-square-brackets/author.html (1.4), mail/extra-square-brackets/date.html (1.4), mail/extra-square-brackets/index.html (1.4), mail/extra-square-brackets/subject.html (1.4), mail/gecos-domain-options/0000.html (1.3), mail/gecos-domain-options/0001.html (1.3), mail/gecos-domain-options/0002.html (1.2), mail/gecos-domain-options/0003.html (1.2), mail/gecos-domain-options/attachment.html (1.3), mail/gecos-domain-options/author.html (1.3), mail/gecos-domain-options/date.html (1.3), mail/gecos-domain-options/index.html (1.3), mail/gecos-domain-options/subject.html (1.3), mail/group-by-author-and-day/0000.html (1.2), mail/group-by-author-and-day/0001.html (1.2), mail/group-by-author-and-day/0002.html (1.2), mail/group-by-author-and-day/0003.html (1.2), mail/group-by-author-and-day/attachment.html (1.2), mail/group-by-author-and-day/author.html (1.2), mail/group-by-author-and-day/date.html (1.2), mail/group-by-author-and-day/index.html (1.2), mail/group-by-author-and-day/subject.html (1.2), mail/hardwired-exec-line/0000.html (1.2), mail/hardwired-exec-line/0001.html (1.2), mail/hardwired-exec-line/0002.html (1.2), mail/hardwired-exec-line/0003.html (1.2), mail/hardwired-exec-line/attachment.html (1.2), mail/hardwired-exec-line/author.html (1.2), mail/hardwired-exec-line/date.html (1.2), mail/hardwired-exec-line/index.html (1.2), mail/hardwired-exec-line/subject.html (1.2), mail/hide-branch-additions/0000.html (1.2), mail/hide-branch-additions/0001.html (1.2), mail/hide-branch-additions/attachment.html (1.2), mail/hide-branch-additions/author.html (1.2), mail/hide-branch-additions/date.html (1.2), mail/hide-branch-additions/index.html (1.2), mail/hide-branch-additions/subject.html (1.2), mail/hide-branch-additions/att-0000/cvs2cl.pl.2.48 (1.2), mail/ignore-tag-option/0000.html (1.2), mail/ignore-tag-option/attachment.html (1.2), mail/ignore-tag-option/author.html (1.2), mail/ignore-tag-option/date.html (1.2), mail/ignore-tag-option/index.html (1.2), mail/ignore-tag-option/subject.html (1.2), mail/inverted--no-ancestors/0000.html (1.2), mail/inverted--no-ancestors/0001.html (1.2), mail/inverted--no-ancestors/attachment.html (1.2), mail/inverted--no-ancestors/author.html (1.2), mail/inverted--no-ancestors/date.html (1.2), mail/inverted--no-ancestors/index.html (1.2), mail/inverted--no-ancestors/subject.html (1.2), mail/item-prefix/0000.html (1.2), mail/item-prefix/0001.html (1.2), mail/item-prefix/attachment.html (1.2), mail/item-prefix/author.html (1.2), mail/item-prefix/date.html (1.2), mail/item-prefix/index.html (1.2), mail/item-prefix/subject.html (1.2), mail/latest-rev/0000.html (1.2), mail/latest-rev/0001.html (1.2), mail/latest-rev/attachment.html (1.2), mail/latest-rev/author.html (1.2), mail/latest-rev/date.html (1.2), mail/latest-rev/index.html (1.2), mail/latest-rev/subject.html (1.2), mail/log-only-on-branch/0000.html (1.2), mail/log-only-on-branch/0001.html (1.2), mail/log-only-on-branch/0002.html (1.2), mail/log-only-on-branch/0003.html (1.2), mail/log-only-on-branch/attachment.html (1.2), mail/log-only-on-branch/author.html (1.2), mail/log-only-on-branch/date.html (1.2), mail/log-only-on-branch/index.html (1.2), mail/log-only-on-branch/subject.html (1.2), mail/mailname-vs-domain/0000.html (1.2), mail/mailname-vs-domain/0001.html (1.2), mail/mailname-vs-domain/0002.html (1.2), mail/mailname-vs-domain/0003.html (1.2), mail/mailname-vs-domain/attachment.html (1.2), mail/mailname-vs-domain/author.html (1.2), mail/mailname-vs-domain/date.html (1.2), mail/mailname-vs-domain/index.html (1.2), mail/mailname-vs-domain/subject.html (1.2), mail/malformed-utf-8/0000.html (1.2), mail/malformed-utf-8/0001.html (1.2), mail/malformed-utf-8/0002.html (1.2), mail/malformed-utf-8/0003.html (1.2), mail/malformed-utf-8/0004.html (1.2), mail/malformed-utf-8/0005.html (1.2), mail/malformed-utf-8/0006.html (1.2), mail/malformed-utf-8/0007.html (1.2), mail/malformed-utf-8/0008.html (1.2), mail/malformed-utf-8/0009.html (1.2), mail/malformed-utf-8/0010.html (1.2), mail/malformed-utf-8/0011.html (1.2), mail/malformed-utf-8/attachment.html (1.2), mail/malformed-utf-8/author.html (1.2), mail/malformed-utf-8/date.html (1.2), mail/malformed-utf-8/index.html (1.2), mail/malformed-utf-8/subject.html (1.2), mail/malformed-utf-8/att-0006/perl-V.txt (1.1), mail/malformed-utf-8/att-0008/env.txt (1.1), mail/no-ancestors-option/0000.html (1.2), mail/no-ancestors-option/0001.html (1.2), mail/no-ancestors-option/0002.html (1.2), mail/no-ancestors-option/attachment.html (1.2), mail/no-ancestors-option/author.html (1.2), mail/no-ancestors-option/date.html (1.2), mail/no-ancestors-option/index.html (1.2), mail/no-ancestors-option/subject.html (1.2), mail/no-ancestors-option/att-0000/cvs2cl.pl (1.2), mail/no-common-dir-option/0000.html (1.3), mail/no-common-dir-option/0001.html (1.3), mail/no-common-dir-option/0002.html (1.2), mail/no-common-dir-option/attachment.html (1.3), mail/no-common-dir-option/author.html (1.3), mail/no-common-dir-option/date.html (1.3), mail/no-common-dir-option/index.html (1.3), mail/no-common-dir-option/subject.html (1.3), mail/no-times-option/0000.html (1.2), mail/no-times-option/0001.html (1.2), mail/no-times-option/attachment.html (1.2), mail/no-times-option/author.html (1.2), mail/no-times-option/date.html (1.2), mail/no-times-option/index.html (1.2), mail/no-times-option/subject.html (1.2), mail/passwd-user-expansion/0000.html (1.2), mail/passwd-user-expansion/0001.html (1.2), mail/passwd-user-expansion/0002.html (1.2), mail/passwd-user-expansion/0003.html (1.2), mail/passwd-user-expansion/0004.html (1.2), mail/passwd-user-expansion/attachment.html (1.2), mail/passwd-user-expansion/author.html (1.2), mail/passwd-user-expansion/date.html (1.2), mail/passwd-user-expansion/index.html (1.2), mail/passwd-user-expansion/subject.html (1.2), mail/rcs-file-name/0000.html (1.2), mail/rcs-file-name/0001.html (1.2), mail/rcs-file-name/attachment.html (1.2), mail/rcs-file-name/author.html (1.2), mail/rcs-file-name/date.html (1.2), mail/rcs-file-name/index.html (1.2), mail/rcs-file-name/subject.html (1.2), mail/rcs-file-windoze/0000.html (1.2), mail/rcs-file-windoze/0001.html (1.2), mail/rcs-file-windoze/attachment.html (1.2), mail/rcs-file-windoze/author.html (1.2), mail/rcs-file-windoze/date.html (1.2), mail/rcs-file-windoze/index.html (1.2), mail/rcs-file-windoze/subject.html (1.2), mail/rcs-option/0000.html (1.2), mail/rcs-option/0001.html (1.2), mail/rcs-option/0002.html (1.2), mail/rcs-option/attachment.html (1.2), mail/rcs-option/author.html (1.2), mail/rcs-option/date.html (1.2), mail/rcs-option/index.html (1.2), mail/rcs-option/subject.html (1.2), mail/revert-common-dir-1file/0000.html (1.4), mail/revert-common-dir-1file/0001.html (1.4), mail/revert-common-dir-1file/0002.html (1.3), mail/revert-common-dir-1file/0003.html (1.2), mail/revert-common-dir-1file/attachment.html (1.4), mail/revert-common-dir-1file/author.html (1.4), mail/revert-common-dir-1file/date.html (1.4), mail/revert-common-dir-1file/index.html (1.4), mail/revert-common-dir-1file/subject.html (1.4), mail/rlog-format-stdin/0000.html (1.2), mail/rlog-format-stdin/0001.html (1.2), mail/rlog-format-stdin/attachment.html (1.2), mail/rlog-format-stdin/author.html (1.2), mail/rlog-format-stdin/date.html (1.2), mail/rlog-format-stdin/index.html (1.2), mail/rlog-format-stdin/subject.html (1.2), mail/shell-minimize-file-lists/0000.html (1.3), mail/shell-minimize-file-lists/0001.html (1.3), mail/shell-minimize-file-lists/0002.html (1.3), mail/shell-minimize-file-lists/0003.html (1.3), mail/shell-minimize-file-lists/0004.html (1.3), mail/shell-minimize-file-lists/0005.html (1.2), mail/shell-minimize-file-lists/attachment.html (1.3), mail/shell-minimize-file-lists/author.html (1.3), mail/shell-minimize-file-lists/date.html (1.3), mail/shell-minimize-file-lists/index.html (1.3), mail/shell-minimize-file-lists/subject.html (1.3), mail/show-dead-option/0000.html (1.2), mail/show-dead-option/0001.html (1.2), mail/show-dead-option/attachment.html (1.2), mail/show-dead-option/author.html (1.2), mail/show-dead-option/date.html (1.2), mail/show-dead-option/index.html (1.2), mail/show-dead-option/subject.html (1.2), mail/show-tags-option/0000.html (1.3), mail/show-tags-option/0001.html (1.3), mail/show-tags-option/0002.html (1.3), mail/show-tags-option/0003.html (1.2), mail/show-tags-option/attachment.html (1.3), mail/show-tags-option/author.html (1.3), mail/show-tags-option/date.html (1.3), mail/show-tags-option/index.html (1.3), mail/show-tags-option/subject.html (1.3), mail/sort-by-filename/0000.html (1.2), mail/sort-by-filename/0001.html (1.2), mail/sort-by-filename/attachment.html (1.2), mail/sort-by-filename/author.html (1.2), mail/sort-by-filename/date.html (1.2), mail/sort-by-filename/index.html (1.2), mail/sort-by-filename/subject.html (1.2), mail/squash-duplicate-filenames/0000.html (1.3), mail/squash-duplicate-filenames/0001.html (1.3), mail/squash-duplicate-filenames/0002.html (1.2), mail/squash-duplicate-filenames/attachment.html (1.3), mail/squash-duplicate-filenames/author.html (1.3), mail/squash-duplicate-filenames/date.html (1.3), mail/squash-duplicate-filenames/index.html (1.3), mail/squash-duplicate-filenames/subject.html (1.3), mail/summary-option/0000.html (1.2), mail/summary-option/0001.html (1.2), mail/summary-option/0002.html (1.2), mail/summary-option/attachment.html (1.2), mail/summary-option/author.html (1.2), mail/summary-option/date.html (1.2), mail/summary-option/index.html (1.2), mail/summary-option/subject.html (1.2), mail/support-for-function-name/0000.html (1.2), mail/support-for-function-name/0001.html (1.2), mail/support-for-function-name/attachment.html (1.2), mail/support-for-function-name/author.html (1.2), mail/support-for-function-name/date.html (1.2), mail/support-for-function-name/index.html (1.2), mail/support-for-function-name/subject.html (1.2), mail/tagdates-option/0000.html (1.2), mail/tagdates-option/0001.html (1.2), mail/tagdates-option/attachment.html (1.2), mail/tagdates-option/author.html (1.2), mail/tagdates-option/date.html (1.2), mail/tagdates-option/index.html (1.2), mail/tagdates-option/subject.html (1.2), mail/tagdates-option/att-0000/cvs2cl.tagdates.patch (1.1), mail/unify-by-author-and-time/0000.html (1.3), mail/unify-by-author-and-time/0001.html (1.2), mail/unify-by-author-and-time/0002.html (1.2), mail/unify-by-author-and-time/attachment.html (1.3), mail/unify-by-author-and-time/author.html (1.3), mail/unify-by-author-and-time/date.html (1.3), mail/unify-by-author-and-time/index.html (1.3), mail/unify-by-author-and-time/subject.html (1.3), mail/update-option/0000.html (1.3), mail/update-option/0001.html (1.3), mail/update-option/0002.html (1.3), mail/update-option/0003.html (1.2), mail/update-option/attachment.html (1.3), mail/update-option/author.html (1.3), mail/update-option/date.html (1.3), mail/update-option/index.html (1.3), mail/update-option/subject.html (1.3), mail/wrap-spaces/0000.html (1.2), mail/wrap-spaces/attachment.html (1.2), mail/wrap-spaces/author.html (1.2), mail/wrap-spaces/date.html (1.2), mail/wrap-spaces/index.html (1.2), mail/wrap-spaces/subject.html (1.2), mail/xml-encoding-option/0000.html (1.2), mail/xml-encoding-option/0001.html (1.2), mail/xml-encoding-option/0002.html (1.2), mail/xml-encoding-option/attachment.html (1.2), mail/xml-encoding-option/author.html (1.2), mail/xml-encoding-option/date.html (1.2), mail/xml-encoding-option/index.html (1.2), mail/xml-encoding-option/subject.html (1.2), mail/xml-encoding-option/att-0000/cvs2cl.pl (1.1), mail/xml-encoding-option/att-0000/diff.txt (1.1), mail/xml-msg-spurious-newline/0000.html (1.2), mail/xml-msg-spurious-newline/attachment.html (1.2), mail/xml-msg-spurious-newline/author.html (1.2), mail/xml-msg-spurious-newline/date.html (1.2), mail/xml-msg-spurious-newline/index.html (1.2), mail/xml-msg-spurious-newline/subject.html (1.2), mail/xml-namespace-option/0000.html (1.2), mail/xml-namespace-option/0001.html (1.2), mail/xml-namespace-option/attachment.html (1.2), mail/xml-namespace-option/author.html (1.2), mail/xml-namespace-option/date.html (1.2), mail/xml-namespace-option/index.html (1.2), mail/xml-namespace-option/subject.html (1.2): Bugs status update 2003-12-09 Tuesday 04:07 fluffy * cvs2cl.pl (2.51): * add no-indent option patch contributed by Akos Kiss * add examples of date use * partial implementation of group-within-date * avoid uninitialized value warnings with --gecos patch contributed by Mitsuaki Masuhara * fix --FSF to not indent extra spaces * add ISO date to XML output patch contributed by Joseph Walton * remove Attic/ path from --rcs output (to match non-rcs output) patch contributed by Dave Elcock * handle files with a space in their name that were added on a branch patch contributed by Dave Elcock 2003-08-25 Monday 06:11 fluffy * BUGS/: detail.html (1.7), summary.html (1.6), mail/accum-utc-repeated-add/0000.html (1.3), mail/accum-utc-repeated-add/0001.html (1.3), mail/accum-utc-repeated-add/0002.html (1.2), mail/accum-utc-repeated-add/0003.html (1.2), mail/accum-utc-repeated-add/0004.html (1.2), mail/accum-utc-repeated-add/0005.html (1.1), mail/accum-utc-repeated-add/0006.html (1.1), mail/accum-utc-repeated-add/0007.html (1.1), mail/accum-utc-repeated-add/0008.html (1.1), mail/accum-utc-repeated-add/attachment.html (1.3), mail/accum-utc-repeated-add/author.html (1.3), mail/accum-utc-repeated-add/date.html (1.3), mail/accum-utc-repeated-add/index.html (1.3), mail/accum-utc-repeated-add/subject.html (1.3), mail/accum-utc-repeated-add/att-0005/LOG.gz (1.1), mail/accum-utc-repeated-add/att-0008/00-part (1.1), mail/add-host-recognition-to--U/0000.html (1.1), mail/add-host-recognition-to--U/0001.html (1.1), mail/add-host-recognition-to--U/0002.html (1.1), mail/add-host-recognition-to--U/0003.html (1.1), mail/add-host-recognition-to--U/0004.html (1.1), mail/add-host-recognition-to--U/attachment.html (1.1), mail/add-host-recognition-to--U/author.html (1.1), mail/add-host-recognition-to--U/date.html (1.1), mail/add-host-recognition-to--U/index.html (1.1), mail/add-host-recognition-to--U/subject.html (1.1), mail/add-native-limits-options/0000.html (1.1), mail/add-native-limits-options/attachment.html (1.1), mail/add-native-limits-options/author.html (1.1), mail/add-native-limits-options/date.html (1.1), mail/add-native-limits-options/index.html (1.1), mail/add-native-limits-options/subject.html (1.1), mail/change-tracking-format/0000.html (1.1), mail/change-tracking-format/attachment.html (1.1), mail/change-tracking-format/author.html (1.1), mail/change-tracking-format/date.html (1.1), mail/change-tracking-format/index.html (1.1), mail/change-tracking-format/subject.html (1.1), mail/chrono-undocumented/0000.html (1.1), mail/chrono-undocumented/0001.html (1.1), mail/chrono-undocumented/attachment.html (1.1), mail/chrono-undocumented/author.html (1.1), mail/chrono-undocumented/date.html (1.1), mail/chrono-undocumented/index.html (1.1), mail/chrono-undocumented/subject.html (1.1), mail/collect-v-numbers/0000.html (1.2), mail/collect-v-numbers/0001.html (1.1), mail/collect-v-numbers/attachment.html (1.2), mail/collect-v-numbers/author.html (1.2), mail/collect-v-numbers/date.html (1.2), mail/collect-v-numbers/index.html (1.2), mail/collect-v-numbers/subject.html (1.2), mail/cosmetic-indenting/0000.html (1.1), mail/cosmetic-indenting/0001.html (1.1), mail/cosmetic-indenting/0002.html (1.1), mail/cosmetic-indenting/0003.html (1.1), mail/cosmetic-indenting/0004.html (1.1), mail/cosmetic-indenting/0005.html (1.1), mail/cosmetic-indenting/0006.html (1.1), mail/cosmetic-indenting/0007.html (1.1), mail/cosmetic-indenting/attachment.html (1.1), mail/cosmetic-indenting/author.html (1.1), mail/cosmetic-indenting/date.html (1.1), mail/cosmetic-indenting/index.html (1.1), mail/cosmetic-indenting/subject.html (1.1), mail/eol-whitespace/0000.html (1.1), mail/eol-whitespace/0001.html (1.1), mail/eol-whitespace/0002.html (1.1), mail/eol-whitespace/0003.html (1.1), mail/eol-whitespace/attachment.html (1.1), mail/eol-whitespace/author.html (1.1), mail/eol-whitespace/date.html (1.1), mail/eol-whitespace/index.html (1.1), mail/eol-whitespace/subject.html (1.1), mail/eol-whitespace/att-0002/cvs2cl.diff (1.1), mail/group-by-author-and-day/0000.html (1.1), mail/group-by-author-and-day/0001.html (1.1), mail/group-by-author-and-day/0002.html (1.1), mail/group-by-author-and-day/0003.html (1.1), mail/group-by-author-and-day/attachment.html (1.1), mail/group-by-author-and-day/author.html (1.1), mail/group-by-author-and-day/date.html (1.1), mail/group-by-author-and-day/index.html (1.1), mail/group-by-author-and-day/subject.html (1.1), mail/group-by-author-and-day/att-0001/cl2html.xslt (1.1), mail/hide-branch-additions/0000.html (1.1), mail/hide-branch-additions/0001.html (1.1), mail/hide-branch-additions/attachment.html (1.1), mail/hide-branch-additions/author.html (1.1), mail/hide-branch-additions/date.html (1.1), mail/hide-branch-additions/index.html (1.1), mail/hide-branch-additions/subject.html (1.1), mail/hide-branch-additions/att-0000/cvs2cl.pl.2.48 (1.1), mail/inverted--no-ancestors/0000.html (1.1), mail/inverted--no-ancestors/0001.html (1.1), mail/inverted--no-ancestors/attachment.html (1.1), mail/inverted--no-ancestors/author.html (1.1), mail/inverted--no-ancestors/date.html (1.1), mail/inverted--no-ancestors/index.html (1.1), mail/inverted--no-ancestors/subject.html (1.1), mail/mailname-vs-domain/0000.html (1.1), mail/mailname-vs-domain/0001.html (1.1), mail/mailname-vs-domain/0002.html (1.1), mail/mailname-vs-domain/0003.html (1.1), mail/mailname-vs-domain/attachment.html (1.1), mail/mailname-vs-domain/author.html (1.1), mail/mailname-vs-domain/date.html (1.1), mail/mailname-vs-domain/index.html (1.1), mail/mailname-vs-domain/subject.html (1.1), mail/rcs-file-windoze/0000.html (1.1), mail/rcs-file-windoze/0001.html (1.1), mail/rcs-file-windoze/attachment.html (1.1), mail/rcs-file-windoze/author.html (1.1), mail/rcs-file-windoze/date.html (1.1), mail/rcs-file-windoze/index.html (1.1), mail/rcs-file-windoze/subject.html (1.1), mail/revert-common-dir-1file/0000.html (1.3), mail/revert-common-dir-1file/0001.html (1.3), mail/revert-common-dir-1file/0002.html (1.2), mail/revert-common-dir-1file/0003.html (1.1), mail/revert-common-dir-1file/attachment.html (1.3), mail/revert-common-dir-1file/author.html (1.3), mail/revert-common-dir-1file/date.html (1.3), mail/revert-common-dir-1file/index.html (1.3), mail/revert-common-dir-1file/subject.html (1.3), mail/shell-minimize-file-lists/0000.html (1.2), mail/shell-minimize-file-lists/0001.html (1.2), mail/shell-minimize-file-lists/0002.html (1.2), mail/shell-minimize-file-lists/0003.html (1.2), mail/shell-minimize-file-lists/0004.html (1.2), mail/shell-minimize-file-lists/0005.html (1.1), mail/shell-minimize-file-lists/attachment.html (1.2), mail/shell-minimize-file-lists/author.html (1.2), mail/shell-minimize-file-lists/date.html (1.2), mail/shell-minimize-file-lists/index.html (1.2), mail/shell-minimize-file-lists/subject.html (1.2), mail/support-for-function-name/0000.html (1.1), mail/support-for-function-name/0001.html (1.1), mail/support-for-function-name/attachment.html (1.1), mail/support-for-function-name/author.html (1.1), mail/support-for-function-name/date.html (1.1), mail/support-for-function-name/index.html (1.1), mail/support-for-function-name/subject.html (1.1), mail/unify-by-author-and-time/0000.html (1.2), mail/unify-by-author-and-time/0001.html (1.1), mail/unify-by-author-and-time/0002.html (1.1), mail/unify-by-author-and-time/attachment.html (1.2), mail/unify-by-author-and-time/author.html (1.2), mail/unify-by-author-and-time/date.html (1.2), mail/unify-by-author-and-time/index.html (1.2), mail/unify-by-author-and-time/subject.html (1.2), mail/update-option/0000.html (1.2), mail/update-option/0001.html (1.2), mail/update-option/0002.html (1.2), mail/update-option/0003.html (1.1), mail/update-option/attachment.html (1.2), mail/update-option/author.html (1.2), mail/update-option/date.html (1.2), mail/update-option/index.html (1.2), mail/update-option/subject.html (1.2), mail/wrap-spaces/0000.html (1.1), mail/wrap-spaces/attachment.html (1.1), mail/wrap-spaces/author.html (1.1), mail/wrap-spaces/date.html (1.1), mail/wrap-spaces/index.html (1.1), mail/wrap-spaces/subject.html (1.1), mail/xml-msg-spurious-newline/0000.html (1.1), mail/xml-msg-spurious-newline/attachment.html (1.1), mail/xml-msg-spurious-newline/author.html (1.1), mail/xml-msg-spurious-newline/date.html (1.1), mail/xml-msg-spurious-newline/index.html (1.1), mail/xml-msg-spurious-newline/subject.html (1.1), mail/xml-namespace-option/0000.html (1.1), mail/xml-namespace-option/0001.html (1.1), mail/xml-namespace-option/attachment.html (1.1), mail/xml-namespace-option/author.html (1.1), mail/xml-namespace-option/date.html (1.1), mail/xml-namespace-option/index.html (1.1), mail/xml-namespace-option/subject.html (1.1): Bugs update for 2.50 2003-08-25 Monday 06:02 fluffy * index.html (1.22): Comments for 2.50 2003-08-25 Monday 05:52 fluffy * cvs2cl.pl (2.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 * Better wrapping of filenames with --no-wrap * Undocument --update since it doesn't actually do anything useful. 2003-08-24 Sunday 12:39 fluffy * cl2html.xslt (1.1): [no log message] 2003-06-21 Saturday 06:46 fluffy * index.html (1.21): Add notes for 2.49 2003-06-21 Saturday 06:24 fluffy * cvs2cl.pl (2.49): * Conflate --domain, --mailname options * Document --chrono option patch contributed by Ernie Zapata * Amend --rcs to work with windoze patch contributed by Ernie Zapata * 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 * Remove superfluous end-of-line whitespace patch courtesy of Oswald Buddenhagen * 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 * Document --no-hide-branch-additions flag 2003-04-22 Tuesday 02:58 fluffy * index.html (1.20): Update for 2.48 2003-04-21 Monday 11:43 fluffy * BUGS/: detail.html (1.6), summary.html (1.5), mail/FSF-option/0000.html (1.2), mail/FSF-option/0001.html (1.2), mail/FSF-option/0002.html (1.1), mail/FSF-option/attachment.html (1.2), mail/FSF-option/author.html (1.2), mail/FSF-option/date.html (1.2), mail/FSF-option/index.html (1.2), mail/FSF-option/subject.html (1.2), mail/accum-utc-repeated-add/0000.html (1.2), mail/accum-utc-repeated-add/0001.html (1.2), mail/accum-utc-repeated-add/0002.html (1.1), mail/accum-utc-repeated-add/0003.html (1.1), mail/accum-utc-repeated-add/0004.html (1.1), mail/accum-utc-repeated-add/attachment.html (1.2), mail/accum-utc-repeated-add/author.html (1.2), mail/accum-utc-repeated-add/date.html (1.2), mail/accum-utc-repeated-add/index.html (1.2), mail/accum-utc-repeated-add/subject.html (1.2), mail/chrono-option/0000.html (1.2), mail/chrono-option/0001.html (1.2), mail/chrono-option/0002.html (1.2), mail/chrono-option/0003.html (1.1), mail/chrono-option/attachment.html (1.2), mail/chrono-option/author.html (1.2), mail/chrono-option/date.html (1.2), mail/chrono-option/index.html (1.2), mail/chrono-option/subject.html (1.2), mail/chrono-option/att-0000/PGP.sig (1.1), mail/chrono-option/att-0000/rae.diff (1.1), mail/collect-v-numbers/0000.html (1.1), mail/collect-v-numbers/attachment.html (1.1), mail/collect-v-numbers/author.html (1.1), mail/collect-v-numbers/date.html (1.1), mail/collect-v-numbers/index.html (1.1), mail/collect-v-numbers/subject.html (1.1), mail/delta-undocumented/0000.html (1.2), mail/delta-undocumented/0001.html (1.2), mail/delta-undocumented/0002.html (1.2), mail/delta-undocumented/0003.html (1.1), mail/delta-undocumented/attachment.html (1.2), mail/delta-undocumented/author.html (1.2), mail/delta-undocumented/date.html (1.2), mail/delta-undocumented/index.html (1.2), mail/delta-undocumented/subject.html (1.2), mail/dirs-called-0/0000.html (1.2), mail/dirs-called-0/0001.html (1.2), mail/dirs-called-0/0002.html (1.2), mail/dirs-called-0/0003.html (1.2), mail/dirs-called-0/0004.html (1.2), mail/dirs-called-0/0005.html (1.1), mail/dirs-called-0/0006.html (1.1), mail/dirs-called-0/0007.html (1.1), mail/dirs-called-0/0008.html (1.1), mail/dirs-called-0/0009.html (1.1), mail/dirs-called-0/0010.html (1.1), mail/dirs-called-0/attachment.html (1.2), mail/dirs-called-0/author.html (1.2), mail/dirs-called-0/date.html (1.2), mail/dirs-called-0/index.html (1.2), mail/dirs-called-0/subject.html (1.2), mail/dirs-called-0/att-0009/cvs2cl.pl (1.1), mail/extra-square-brackets/0000.html (1.3), mail/extra-square-brackets/0001.html (1.3), mail/extra-square-brackets/0002.html (1.3), mail/extra-square-brackets/0003.html (1.3), mail/extra-square-brackets/0004.html (1.2), mail/extra-square-brackets/0005.html (1.2), mail/extra-square-brackets/0006.html (1.2), mail/extra-square-brackets/0007.html (1.1), mail/extra-square-brackets/attachment.html (1.3), mail/extra-square-brackets/author.html (1.3), mail/extra-square-brackets/date.html (1.3), mail/extra-square-brackets/index.html (1.3), mail/extra-square-brackets/subject.html (1.3), mail/gecos-domain-options/0000.html (1.2), mail/gecos-domain-options/0001.html (1.2), mail/gecos-domain-options/0002.html (1.1), mail/gecos-domain-options/0003.html (1.1), mail/gecos-domain-options/attachment.html (1.2), mail/gecos-domain-options/author.html (1.2), mail/gecos-domain-options/date.html (1.2), mail/gecos-domain-options/index.html (1.2), mail/gecos-domain-options/subject.html (1.2), mail/gecos-domain-options/att-0000/diff (1.1), mail/gecos-domain-options/att-0003/01-part (1.1), mail/no-ancestors-option/0000.html (1.1), mail/no-ancestors-option/0001.html (1.1), mail/no-ancestors-option/0002.html (1.1), mail/no-ancestors-option/attachment.html (1.1), mail/no-ancestors-option/author.html (1.1), mail/no-ancestors-option/date.html (1.1), mail/no-ancestors-option/index.html (1.1), mail/no-ancestors-option/subject.html (1.1), mail/no-ancestors-option/att-0000/cvs2cl.pl (1.1), mail/no-common-dir-option/0000.html (1.2), mail/no-common-dir-option/0001.html (1.2), mail/no-common-dir-option/0002.html (1.1), mail/no-common-dir-option/attachment.html (1.2), mail/no-common-dir-option/author.html (1.2), mail/no-common-dir-option/date.html (1.2), mail/no-common-dir-option/index.html (1.2), mail/no-common-dir-option/subject.html (1.2), mail/passwd-user-expansion/0000.html (1.1), mail/passwd-user-expansion/0001.html (1.1), mail/passwd-user-expansion/0002.html (1.1), mail/passwd-user-expansion/0003.html (1.1), mail/passwd-user-expansion/0004.html (1.1), mail/passwd-user-expansion/attachment.html (1.1), mail/passwd-user-expansion/author.html (1.1), mail/passwd-user-expansion/date.html (1.1), mail/passwd-user-expansion/index.html (1.1), mail/passwd-user-expansion/subject.html (1.1), mail/rcs-option/0000.html (1.1), mail/rcs-option/0001.html (1.1), mail/rcs-option/0002.html (1.1), mail/rcs-option/attachment.html (1.1), mail/rcs-option/author.html (1.1), mail/rcs-option/date.html (1.1), mail/rcs-option/index.html (1.1), mail/rcs-option/subject.html (1.1), mail/revert-common-dir-1file/0000.html (1.2), mail/revert-common-dir-1file/0001.html (1.2), mail/revert-common-dir-1file/0002.html (1.1), mail/revert-common-dir-1file/attachment.html (1.2), mail/revert-common-dir-1file/author.html (1.2), mail/revert-common-dir-1file/date.html (1.2), mail/revert-common-dir-1file/index.html (1.2), mail/revert-common-dir-1file/subject.html (1.2), mail/shell-minimize-file-lists/0000.html (1.1), mail/shell-minimize-file-lists/0001.html (1.1), mail/shell-minimize-file-lists/0002.html (1.1), mail/shell-minimize-file-lists/0003.html (1.1), mail/shell-minimize-file-lists/0004.html (1.1), mail/shell-minimize-file-lists/attachment.html (1.1), mail/shell-minimize-file-lists/author.html (1.1), mail/shell-minimize-file-lists/date.html (1.1), mail/shell-minimize-file-lists/index.html (1.1), mail/shell-minimize-file-lists/subject.html (1.1), mail/show-dead-option/0000.html (1.1), mail/show-dead-option/0001.html (1.1), mail/show-dead-option/attachment.html (1.1), mail/show-dead-option/author.html (1.1), mail/show-dead-option/date.html (1.1), mail/show-dead-option/index.html (1.1), mail/show-dead-option/subject.html (1.1), mail/show-tags-option/0000.html (1.2), mail/show-tags-option/0001.html (1.2), mail/show-tags-option/0002.html (1.2), mail/show-tags-option/0003.html (1.1), mail/show-tags-option/attachment.html (1.2), mail/show-tags-option/author.html (1.2), mail/show-tags-option/date.html (1.2), mail/show-tags-option/index.html (1.2), mail/show-tags-option/subject.html (1.2), mail/show-tags-option/att-0002/log.tgz (1.1), mail/squash-duplicate-filenames/0000.html (1.2), mail/squash-duplicate-filenames/0001.html (1.2), mail/squash-duplicate-filenames/0002.html (1.1), mail/squash-duplicate-filenames/attachment.html (1.2), mail/squash-duplicate-filenames/author.html (1.2), mail/squash-duplicate-filenames/date.html (1.2), mail/squash-duplicate-filenames/index.html (1.2), mail/squash-duplicate-filenames/subject.html (1.2), mail/summary-option/0000.html (1.1), mail/summary-option/0001.html (1.1), mail/summary-option/0002.html (1.1), mail/summary-option/attachment.html (1.1), mail/summary-option/author.html (1.1), mail/summary-option/date.html (1.1), mail/summary-option/index.html (1.1), mail/summary-option/subject.html (1.1), mail/update-option/0000.html (1.1), mail/update-option/0001.html (1.1), mail/update-option/0002.html (1.1), mail/update-option/attachment.html (1.1), mail/update-option/author.html (1.1), mail/update-option/date.html (1.1), mail/update-option/index.html (1.1), mail/update-option/subject.html (1.1): Update for 2.48 2003-04-21 Monday 04:50 fluffy * cvs2cl.pl (2.48): * Add --passwd option patch based on code contributed by Mark W. Eichin * Add doc. for --update * Add --summary, --update options patches contributed by Mike Ayers * Add --no-ancestors patch contributed by Richard Broberg * add --show-dead option patch based on code supplied by Dave Elcock * add --rcs option patch courtesy of Joe Orton * add --mailname option, correct --passwd 2003-04-12 Saturday 09:36 fluffy * index.html (1.19): Add links to CVS home, CVSps page. 2003-03-10 Monday 10:35 fluffy * BUGS/: detail.html (1.5), summary.html (1.4), mail/FSF-option/0000.html (1.1), mail/FSF-option/0001.html (1.1), mail/FSF-option/attachment.html (1.1), mail/FSF-option/author.html (1.1), mail/FSF-option/date.html (1.1), mail/FSF-option/index.html (1.1), mail/FSF-option/subject.html (1.1), mail/binmode-on-windoze/0000.html (1.2), mail/chrono-option/0000.html (1.1), mail/chrono-option/0001.html (1.1), mail/chrono-option/0002.html (1.1), mail/chrono-option/attachment.html (1.1), mail/chrono-option/author.html (1.1), mail/chrono-option/date.html (1.1), mail/chrono-option/index.html (1.1), mail/chrono-option/subject.html (1.1), mail/chrono-option/att-0000/01-rae.diff (1.1), mail/chrono-option/att-0000/02-PGP.sig (1.1), mail/chrono-option/att-0002/00-part (1.1), mail/delta-undocumented/0000.html (1.1), mail/delta-undocumented/0001.html (1.1), mail/delta-undocumented/0002.html (1.1), mail/delta-undocumented/attachment.html (1.1), mail/delta-undocumented/author.html (1.1), mail/delta-undocumented/date.html (1.1), mail/delta-undocumented/index.html (1.1), mail/delta-undocumented/subject.html (1.1), mail/extra-square-brackets/0000.html (1.2), mail/extra-square-brackets/0001.html (1.2), mail/extra-square-brackets/0002.html (1.2), mail/extra-square-brackets/0003.html (1.2), mail/extra-square-brackets/0004.html (1.1), mail/extra-square-brackets/0005.html (1.1), mail/extra-square-brackets/0006.html (1.1), mail/extra-square-brackets/attachment.html (1.2), mail/extra-square-brackets/author.html (1.2), mail/extra-square-brackets/date.html (1.2), mail/extra-square-brackets/index.html (1.2), mail/extra-square-brackets/subject.html (1.2), mail/gecos-domain-options/0000.html (1.1), mail/gecos-domain-options/0001.html (1.1), mail/gecos-domain-options/attachment.html (1.1), mail/gecos-domain-options/author.html (1.1), mail/gecos-domain-options/date.html (1.1), mail/gecos-domain-options/index.html (1.1), mail/gecos-domain-options/subject.html (1.1), mail/gecos-domain-options/att-0000/01-diff (1.1), mail/gecos-domain-options/att-0000/02-part (1.1), mail/no-common-dir-option/0000.html (1.1), mail/no-common-dir-option/0001.html (1.1), mail/no-common-dir-option/attachment.html (1.1), mail/no-common-dir-option/author.html (1.1), mail/no-common-dir-option/date.html (1.1), mail/no-common-dir-option/index.html (1.1), mail/no-common-dir-option/subject.html (1.1), mail/no-times-option/0000.html (1.1), mail/no-times-option/0001.html (1.1), mail/no-times-option/attachment.html (1.1), mail/no-times-option/author.html (1.1), mail/no-times-option/date.html (1.1), mail/no-times-option/index.html (1.1), mail/no-times-option/subject.html (1.1), mail/revert-common-dir-1file/0000.html (1.1), mail/revert-common-dir-1file/0001.html (1.1), mail/revert-common-dir-1file/attachment.html (1.1), mail/revert-common-dir-1file/author.html (1.1), mail/revert-common-dir-1file/date.html (1.1), mail/revert-common-dir-1file/index.html (1.1), mail/revert-common-dir-1file/subject.html (1.1), mail/show-tags-option/0000.html (1.1), mail/show-tags-option/0001.html (1.1), mail/show-tags-option/0002.html (1.1), mail/show-tags-option/attachment.html (1.1), mail/show-tags-option/author.html (1.1), mail/show-tags-option/date.html (1.1), mail/show-tags-option/index.html (1.1), mail/show-tags-option/subject.html (1.1), mail/show-tags-option/att-0002/01-log.tgz (1.1), mail/squash-duplicate-filenames/0000.html (1.1), mail/squash-duplicate-filenames/0001.html (1.1), mail/squash-duplicate-filenames/attachment.html (1.1), mail/squash-duplicate-filenames/author.html (1.1), mail/squash-duplicate-filenames/date.html (1.1), mail/squash-duplicate-filenames/index.html (1.1), mail/squash-duplicate-filenames/subject.html (1.1): [no log message] 2003-03-10 Monday 10:08 fluffy * cvs2cl.pl (2.47): * Add test for --delta option * Document --delta option * Add --gecos, --domain options patch supplied by Robin Hugh Johnson * Add --FSF option * Add test for -W option * Add --no-common-dir option patch supplied by Simon Josefsson * 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 * Fix bug #24 (Option to not print HH:MM on timestamps) patch supplied by Simon Josefsson 2003-01-18 Saturday 07:14 fluffy * cvs2cl.pl (2.46): * Add --no-times option patch supplied by Simon Josefsson jas@extundo.com 2003-01-18 Saturday 05:35 fluffy * index.html (1.18): Add descriptions to bug numbers in changelog 2003-01-18 Saturday 05:21 fluffy * index.html (1.17): Add mini-change history at bottom 2003-01-13 Monday 03:38 fluffy * BUGS/detail.html (1.4): Remove leading newline 2003-01-12 Sunday 13:30 fluffy * BUGS/: detail.html (1.3), summary.html (1.3): Bugs update 2003-01-12 Sunday 07:56 fluffy * BUGS/mail/: binmode-on-windoze/0001.html (1.1), binmode-on-windoze/attachment.html (1.1), binmode-on-windoze/author.html (1.1), binmode-on-windoze/date.html (1.1), binmode-on-windoze/index.html (1.1), binmode-on-windoze/subject.html (1.1), extra-square-brackets/0000.html (1.1), extra-square-brackets/0001.html (1.1), extra-square-brackets/0002.html (1.1), extra-square-brackets/0003.html (1.1), extra-square-brackets/attachment.html (1.1), extra-square-brackets/author.html (1.1), extra-square-brackets/date.html (1.1), extra-square-brackets/index.html (1.1), extra-square-brackets/subject.html (1.1), hardwired-exec-line/0000.html (1.1), hardwired-exec-line/0001.html (1.1), hardwired-exec-line/0002.html (1.1), hardwired-exec-line/0003.html (1.1), hardwired-exec-line/attachment.html (1.1), hardwired-exec-line/author.html (1.1), hardwired-exec-line/date.html (1.1), hardwired-exec-line/index.html (1.1), hardwired-exec-line/subject.html (1.1), latest-rev/0000.html (1.1), latest-rev/0001.html (1.1), latest-rev/attachment.html (1.1), latest-rev/author.html (1.1), latest-rev/date.html (1.1), latest-rev/index.html (1.1), latest-rev/subject.html (1.1), malformed-utf-8/0000.html (1.1), malformed-utf-8/0001.html (1.1), malformed-utf-8/0002.html (1.1), malformed-utf-8/0003.html (1.1), malformed-utf-8/0004.html (1.1), malformed-utf-8/0005.html (1.1), malformed-utf-8/0006.html (1.1), malformed-utf-8/0007.html (1.1), malformed-utf-8/0008.html (1.1), malformed-utf-8/0009.html (1.1), malformed-utf-8/0010.html (1.1), malformed-utf-8/0011.html (1.1), malformed-utf-8/attachment.html (1.1), malformed-utf-8/author.html (1.1), malformed-utf-8/date.html (1.1), malformed-utf-8/index.html (1.1), malformed-utf-8/subject.html (1.1), malformed-utf-8/att-0006/01-perl-V.txt (1.1), malformed-utf-8/att-0008/01-env.txt (1.1), sort-by-filename/0000.html (1.1), sort-by-filename/0001.html (1.1), sort-by-filename/attachment.html (1.1), sort-by-filename/author.html (1.1), sort-by-filename/date.html (1.1), sort-by-filename/index.html (1.1), sort-by-filename/subject.html (1.1): Mail update 2003-01-12 Sunday 07:50 fluffy * BUGS/mail/binmode-on-windoze/0000.html (1.1): Mail update 2003-01-12 Sunday 07:41 fluffy * cvs2cl.pl (2.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.com 2002-11-25 Monday 15:00 fluffy * cvs2cl.pl (2.44): Fix bug #18 (spurious UTF-8 warnings) 2002-11-24 Sunday 05:53 fluffy * BUGS.html (1.2), BUGS/detail.html (1.2), BUGS/summary.html (1.2): BUGS update for 2.43 2002-11-24 Sunday 05:49 fluffy * BUGS/mail/: tagdates-option/0000.html (1.1), tagdates-option/0001.html (1.1), tagdates-option/attachment.html (1.1), tagdates-option/author.html (1.1), tagdates-option/date.html (1.1), tagdates-option/index.html (1.1), tagdates-option/subject.html (1.1), tagdates-option/att-0000/01-cvs2cl.tagdates.patch (1.1), xml-encoding-option/0000.html (1.1), xml-encoding-option/0001.html (1.1), xml-encoding-option/0002.html (1.1), xml-encoding-option/attachment.html (1.1), xml-encoding-option/author.html (1.1), xml-encoding-option/date.html (1.1), xml-encoding-option/index.html (1.1), xml-encoding-option/subject.html (1.1), xml-encoding-option/att-0000/01-diff.txt (1.1), xml-encoding-option/att-0000/02-cvs2cl.pl (1.1), unify-by-author-and-time/0000.html (1.1), unify-by-author-and-time/attachment.html (1.1), unify-by-author-and-time/author.html (1.1), unify-by-author-and-time/date.html (1.1), unify-by-author-and-time/index.html (1.1), unify-by-author-and-time/subject.html (1.1): mail dissected by bug 2002-11-24 Sunday 05:45 fluffy * BUGS/mail/: accum-and-D/att-0000/01-cvs2cl.pl.diff (1.1), accum-and-D/0000.html (1.1), accum-and-D/0001.html (1.1), accum-and-D/attachment.html (1.1), accum-and-D/author.html (1.1), accum-and-D/date.html (1.1), accum-and-D/index.html (1.1), accum-and-D/subject.html (1.1), accum-utc-repeated-add/0000.html (1.1), accum-utc-repeated-add/0001.html (1.1), accum-utc-repeated-add/attachment.html (1.1), accum-utc-repeated-add/author.html (1.1), accum-utc-repeated-add/date.html (1.1), accum-utc-repeated-add/index.html (1.1), accum-utc-repeated-add/subject.html (1.1), deleted-file-no-revision/0000.html (1.1), deleted-file-no-revision/attachment.html (1.1), deleted-file-no-revision/author.html (1.1), deleted-file-no-revision/date.html (1.1), deleted-file-no-revision/index.html (1.1), deleted-file-no-revision/subject.html (1.1), deleted-subdirs-disappear/0000.html (1.1), deleted-subdirs-disappear/attachment.html (1.1), deleted-subdirs-disappear/author.html (1.1), deleted-subdirs-disappear/date.html (1.1), deleted-subdirs-disappear/index.html (1.1), deleted-subdirs-disappear/subject.html (1.1), delta-flag/0000.html (1.1), delta-flag/0001.html (1.1), delta-flag/0002.html (1.1), delta-flag/attachment.html (1.1), delta-flag/author.html (1.1), delta-flag/date.html (1.1), delta-flag/index.html (1.1), delta-flag/subject.html (1.1), dirs-called-0/0000.html (1.1), dirs-called-0/0001.html (1.1), dirs-called-0/0002.html (1.1), dirs-called-0/0003.html (1.1), dirs-called-0/0004.html (1.1), dirs-called-0/attachment.html (1.1), dirs-called-0/author.html (1.1), dirs-called-0/date.html (1.1), dirs-called-0/index.html (1.1), dirs-called-0/subject.html (1.1), exclude-regex/0000.html (1.1), exclude-regex/0001.html (1.1), exclude-regex/attachment.html (1.1), exclude-regex/author.html (1.1), exclude-regex/date.html (1.1), exclude-regex/index.html (1.1), exclude-regex/subject.html (1.1), ignore-tag-option/0000.html (1.1), ignore-tag-option/attachment.html (1.1), ignore-tag-option/author.html (1.1), ignore-tag-option/date.html (1.1), ignore-tag-option/index.html (1.1), ignore-tag-option/subject.html (1.1), item-prefix/0000.html (1.1), item-prefix/0001.html (1.1), item-prefix/attachment.html (1.1), item-prefix/author.html (1.1), item-prefix/date.html (1.1), item-prefix/index.html (1.1), item-prefix/subject.html (1.1), log-only-on-branch/0000.html (1.1), log-only-on-branch/0001.html (1.1), log-only-on-branch/0002.html (1.1), log-only-on-branch/0003.html (1.1), log-only-on-branch/attachment.html (1.1), log-only-on-branch/author.html (1.1), log-only-on-branch/date.html (1.1), log-only-on-branch/index.html (1.1), log-only-on-branch/subject.html (1.1), rcs-file-name/0000.html (1.1), rcs-file-name/0001.html (1.1), rcs-file-name/attachment.html (1.1), rcs-file-name/author.html (1.1), rcs-file-name/date.html (1.1), rcs-file-name/index.html (1.1), rcs-file-name/subject.html (1.1), rlog-format-stdin/0000.html (1.1), rlog-format-stdin/0001.html (1.1), rlog-format-stdin/attachment.html (1.1), rlog-format-stdin/author.html (1.1), rlog-format-stdin/date.html (1.1), rlog-format-stdin/index.html (1.1), rlog-format-stdin/subject.html (1.1): mail dissected by bug 2002-11-24 Sunday 05:36 fluffy * BUGS/mail/: -W-and-0-value/0000.html (1.1), -W-and-0-value/attachment.html (1.1), -W-and-0-value/author.html (1.1), -W-and-0-value/date.html (1.1), -W-and-0-value/index.html (1.1), -W-and-0-value/subject.html (1.1), -r-and--b/0000.html (1.1), -r-and--b/attachment.html (1.1), -r-and--b/author.html (1.1), -r-and--b/date.html (1.1), -r-and--b/index.html (1.1), -r-and--b/subject.html (1.1): mail dissected by bug 2002-11-23 Saturday 14:51 fluffy * index.html (1.16): Include BUGS.html reference 2002-11-23 Saturday 14:26 fluffy * cvs2cl.pl (2.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 2002-11-23 Saturday 11:49 fluffy * cvs2cl.pl (2.42): * Fix bug #8 (add '--delta' flag) patch supplied by Nathan Bryant 2002-11-18 Monday 15:36 fluffy * index.html (1.15): Remove the colours! (this is really a test that updates are getting through) 2002-11-18 Monday 15:33 fluffy * BUGS.html (1.1), BUGS.xml (1.1), BUGS/detail.html (1.1), BUGS/summary.html (1.1): Initial bug logs 2002-11-18 Monday 15:30 fluffy * cvs2cl.pl (2.41): * Fix bug #5 (-W fails on argument '0') 2002-10-27 Sunday 02:50 fluffy * cvs2cl.pl (2.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 , also from Rich Bowen * Add --xml-encoding option based on code from Patrick Ficheux 2002-07-29 Monday 08:00 fluffy * cvs2cl.pl (2.39): Add ignore_tags option. Currently undocumented, 'til I'm convinced it's a runner. Sort utags prior to output to make testing predictable. 2002-07-03 Wednesday 17:11 Karl Fogel * index.html (1.14): end of testing 2002-07-03 Wednesday 16:57 Karl Fogel * index.html (1.13): test 2002-07-03 Wednesday 16:56 Karl Fogel * index.html (1.12): test while kfogel is locking 2002-07-03 Wednesday 16:36 Karl Fogel * index.html (1.10), index.html (1.11): test 2002-07-03 Wednesday 16:36 Karl Fogel * index.html (1.9): test commit 2002-05-25 Saturday 19:43 Karl Fogel * BUGS.mbox (1.2): Add more info about Laurent Duperval's line-wrapping bug. 2002-05-23 Thursday 11:56 Karl Fogel * BUGS.mbox (1.1), index.html (1.8): Store bugs in CVS, point to them from new notice on home page. 2002-05-23 Thursday 11:49 Karl Fogel * index.html (1.7): Add notice about maintainership transfer. 2001-02-12 Monday 13:55 Karl Fogel * Makefile (1.10): (log): Use new "--accum" option. 2001-02-12 Monday 13:54 Karl Fogel * Makefile (1.9), cvs2cl.pl (2.38): * cvs2cl.pl: New `--accum' option. * Makefile (log, changelog, ChangeLog): new rule and aliases. 2001-01-09 Tuesday 10:15 Karl Fogel * index.html (1.6): Describe cvs2html a bit more. 2001-01-03 Wednesday 15:31 Ben Collins Sussman * Makefile (1.8): Added Mike Sussman to people.html 2000-12-28 Thursday 17:19 Karl Fogel * cvs2cl.pl (2.37): Better fsf-style formatting, but still not perfect. Sheesh. Who would have thought this was such a problem? 2000-12-28 Thursday 16:10 Karl Fogel * cvs2cl.pl (2.36): Grinding it down, just a little tweak left. 2000-12-28 Thursday 15:36 Karl Fogel * cvs2cl.pl (2.35): In-progress checkpoint, working on that pesky formatting bug. 2000-12-25 Monday 18:26 Karl Fogel * tests/Makefile (1.8): Show context diffs for test failures. 2000-12-25 Monday 18:21 Karl Fogel * cvs2cl.pl (2.34): (derive_change_log): reset %symbolic_names to avoid spurious re-uses of revision numbers; Hendrik Ruijter 's patch. 2000-12-13 Wednesday 17:17 Karl Fogel * cvs2cl.pl (2.33): (pretty_file_list): fix regexp so we keep all digits of the revision number. Thanks to Alan Barrett for the patch. 2000-12-13 Wednesday 17:09 Karl Fogel * changelog-xml-schema.xdr (1.1), changelog.dtd (1.1), index.html (1.5): Added David Carlson's draft XML dtd and schema. 2000-11-13 Monday 20:31 Karl Fogel * cvs2cl.pl (2.32): (wrap_log_entry): Removed the experimental blank-line handling. 2000-11-13 Monday 20:29 Karl Fogel * cvs2cl.pl (2.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-07 Tuesday 15:27 Karl Fogel * get-rev.cgi (2.3): Remove tmp file. 2000-11-07 Tuesday 15:22 Karl Fogel * get-rev.cgi (2.2): work 2000-11-07 Tuesday 15:14 Karl Fogel * get-rev.cgi (2.1): script for checking out a specific revision 2000-11-07 Tuesday 14:43 Karl Fogel * cvs2cl.pl (2.30): Update home page url. 2000-11-07 Tuesday 14:16 Karl Fogel * Makefile (1.7): Doc fix. 2000-11-07 Tuesday 13:17 Karl Fogel * index.html (1.4): Fix links to sample ChangeLogs. 2000-11-07 Tuesday 13:15 Karl Fogel * index.html (1.3): fix image link 2000-11-07 Tuesday 13:14 Karl Fogel * changelogs.html (1.2), index.html (1.2): White backgrounds. 2000-11-07 Tuesday 13:13 Karl Fogel * .cvsignore (1.2), Makefile (1.6), changelogs.html (1.1), index.html (1.1), make-samples.sh (1.1): Moving cvs2cl home page out of kfogel and into generic repository; make web stuff live directly and statically here too. 2000-09-06 Wednesday 11:57 Karl Fogel * Makefile (1.5), cvs2cl.pl (2.29), tests/out-4a.txt (1.5), tests/out-4b.txt (1.5), tests/out-5b.txt (1.2): Okay, *really* make `-S' and `--fsf' cooperate this time. Tests adjusted accordingly. 2000-09-05 Tuesday 23:42 Karl Fogel * cvs2cl.pl (2.28), tests/Makefile (1.7), tests/out-4a.txt (1.4), tests/out-4b.txt (1.4), tests/out-5b.txt (1.1): Handle the case where both `-S' and `--fsf' were passed. Added test for same. 2000-09-05 Tuesday 18:13 Karl Fogel * tests/: .cvsignore (1.1), Makefile (1.6), log-5.txt (1.1), out-1a.txt (1.2), out-1a.xml (1.3), out-2a.xml (1.3), out-3a.txt (1.2), out-3b.txt (1.2), out-4a.txt (1.3), out-4b.txt (1.3), out-4c.txt (1.3), out-5a.txt (1.1): 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-05 Tuesday 18:00 Karl Fogel * cvs2cl.pl (2.27): (derive_change_log): oops, compensate for After_Header setting outside all loops. 2000-09-05 Tuesday 17:35 Karl Fogel * cvs2cl.pl (2.26): (derive_change_log): compensate for After_Header setting. 2000-09-05 Tuesday 16:16 Karl Fogel * cvs2cl.pl (2.25): Incorporate new custom FSF-style wrapping into derive_change_log(). 2000-09-05 Tuesday 15:50 Karl Fogel * cvs2cl.pl (2.24): (wrap_log_entry): done. Works perfectly now. 2000-09-05 Tuesday 14:27 Karl Fogel * cvs2cl.pl (2.23): (wrap_log_entry): rewritten following the shower inspiration. Almost perfect now. 2000-09-04 Monday 20:20 Karl Fogel * cvs2cl.pl (2.22): Revert everything having to do with custom wrapping. 2000-09-04 Monday 20:19 Karl Fogel * cvs2cl.pl (2.21): More work on custom wrap, but doesn't actually work yet. 2000-09-04 Monday 18:52 Karl Fogel * cvs2cl.pl (2.20): Temporarily revert, to continue working on custom wrapping. 2000-09-04 Monday 18:51 Karl Fogel * cvs2cl.pl (2.19): Custom wrapping in progress (committing for archival purposes only). 2000-08-29 Tuesday 17:50 Karl Fogel * cvs2cl.pl (2.18): Much better explanatory comment about FSF-style. 2000-08-29 Tuesday 17:31 Karl Fogel * cvs2cl.pl (2.17), tests/Makefile (1.5), tests/log-4.txt (1.2), tests/out-4a.txt (1.2), tests/out-4b.txt (1.2), tests/out-4c.txt (1.2): Added --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-28 Monday 19:49 Karl Fogel * cvs2cl.pl (2.16): Doc fix. 2000-08-28 Monday 19:42 Karl Fogel * cvs2cl.pl (2.15), tests/Makefile (1.4), tests/log-4.txt (1.1), tests/out-4a.txt (1.1), tests/out-4b.txt (1.1), tests/out-4c.txt (1.1): Added 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-21 Monday 23:13 Karl Fogel * cvs2cl.pl (2.14): Note about fixing standard syntax. 2000-08-21 Monday 13:39 Karl Fogel * Makefile (1.4): Added `install' rule. 2000-08-16 Wednesday 10:27 Karl Fogel * Makefile (1.3): Tell the truth. 2000-08-16 Wednesday 10:26 Karl Fogel * cvs2cl.pl (2.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 . 2000-08-16 Wednesday 10:22 Karl Fogel * tests/: Makefile (1.3), log-3.txt (1.1), out-3a.txt (1.1), out-3b.txt (1.1): Added tests from Shlomo Reinstein's log. 2000-08-14 Monday 10:59 Karl Fogel * cvs2cl.pl (2.12): Handle even the [allegedly impossible] case of an undefined dir prefix. 2000-08-14 Monday 10:52 Karl Fogel * cvs2cl.pl (2.11): Be more careful about setting $common_dir. This hopefully fixes a two-char eats problem reported by Shlomo Reinstein ; 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-07 Friday 14:12 Karl Fogel * cvs2cl.pl (2.10), tests/out-1a.xml (1.2), tests/out-2a.xml (1.2): Set an XML namespace if --xml. 2000-07-07 Friday 11:20 Karl Fogel * tests/log-2.txt (1.2): revert to Olivier's exact version 2000-07-07 Friday 10:00 Karl Fogel * cvs2cl.pl (2.9), tests/Makefile (1.2), tests/log-2.txt (1.1), tests/out-2a.xml (1.1): Fix branch-number bug reported by Olivier Vit . 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-04 Tuesday 14:19 Karl Fogel * Makefile (1.2): wording tweak 2000-07-04 Tuesday 14:18 Karl Fogel * cvs2cl.pl (2.8): More branch-number parsing fixes, this time from Ken Olstad . 2000-07-04 Tuesday 14:06 Karl Fogel * cvs2cl.pl (2.7): Ignore comment lines and lines without colons in usermap file (bug report and patch from Eric Maryniak ). 2000-07-04 Tuesday 14:00 Karl Fogel * Makefile (1.1): Run tests from here too. 2000-07-04 Tuesday 13:56 Karl Fogel * cvs2cl.pl (2.6): Checked in fix from Mike Stead for overeager digit-matching in branch/rev calculations. (Note: also reported by Olivier Vit ). 2000-07-04 Tuesday 13:51 Karl Fogel * tests/: Makefile (1.1), log-1.txt (1.1), out-1a.txt (1.1), out-1a.xml (1.1): started test suite 2000-06-28 Wednesday 15:15 Karl Fogel * cvs2cl.pl (2.5): Applied Ying Zhang 's patch adding the "--hide-filenames" option. 2000-04-19 Wednesday 13:06 Karl Fogel * cvs2cl.pl (2.4): Do xml-escaping on author once only, in outer loop not inner, to avoid compounded escaping. (Thanks to Peter Karlsson for the bug report.) 2000-01-28 Friday 00:02 Karl Fogel * cvs2cl.pl (2.3): Applied directory separator fix from David Goldfarb . 2000-01-25 Tuesday 10:10 Karl Fogel * cvs2cl.pl (2.2): Added --no-wrap option. Also, stop wrapping log message body when XML output. 2000-01-04 Tuesday 17:33 Karl Fogel * cvs2cl.pl (2.1): Downcase all XML tags (DTD to be formalized soon). 1999-12-31 Friday 12:11 Karl Fogel * cvs2cl.pl (2.0): bump version to 2.0 1999-12-31 Friday 12:01 Karl Fogel * cvs2cl.pl (1.175): Removed "BETA" designation. 1999-12-29 Wednesday 11:19 Karl Fogel * cvs2cl.pl (1.174): Applied fix from Melissa O'Neill . 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-28 Tuesday 22:09 Karl Fogel * TODO (1.16), cvs2cl.pl (1.173): Finally 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-28 Tuesday 09:41 Karl Fogel * cvs2cl.pl (1.172): Print XML meta header first, and enclose everything in ... to avoid illegal multirootedness, all on the advice of Ramon Felciano . 1999-12-28 Tuesday 09:36 Karl Fogel * cvs2cl.pl (1.171): (pretty_file_list): unify XML-related code, for readability. 1999-12-27 Monday 18:34 Karl Fogel * cvs2cl.pl (1.170): Tweak usage. 1999-12-27 Monday 18:31 Karl Fogel * cvs2cl.pl (1.169): Add note to usage message, regarding promiscuity of --xml option. 1999-12-27 Monday 18:26 Karl Fogel * cvs2cl.pl (1.168): If doing XML output, then include day of week unconditionally. 1999-12-27 Monday 18:17 Karl Fogel * cvs2cl.pl (1.167): Finished XML output ("--xml" option), suggested by Ramon Felciano . 1999-12-23 Thursday 19:29 Karl Fogel * cvs2cl.pl (1.166): progress on --xml output, though still not complete 1999-12-23 Thursday 19:05 Karl Fogel * cvs2cl.pl (1.165): started implementing --xml output; not done yet! 1999-12-18 Saturday 00:39 Karl Fogel * cvs2cl.pl (1.164): added --easy-parse-format option 1999-12-17 Friday 23:49 Karl Fogel * TODO (1.15), cvs2cl.pl (1.163): fixed tag unification bug 1999-12-17 Friday 23:23 Karl Fogel * TODO (1.14): record useful debugging command 1999-12-17 Friday 23:17 Karl Fogel * cvs2cl.pl (1.162): more output format description 1999-12-17 Friday 23:09 Karl Fogel * TODO (1.13): noticed new bug 1999-12-17 Friday 23:08 Karl Fogel * cvs2cl.pl (1.161): Added -C, --case-insensitive option (suggestion from Todd Denniston ) 1999-12-17 Friday 22:21 Karl Fogel * cvs2cl.pl (1.160): added informal format description 1999-12-10 Friday 12:44 Karl Fogel * TODO (1.12): reprioritize 1999-12-06 Monday 21:55 Karl Fogel * cvs2cl.pl (1.159): Transmogrify Windows filenames to Unix-style. Fix due to Frank Stockinger , who noticed the problem because he runs cvs2cl.pl with ActiveState Perl under Windows NT. 1999-12-06 Monday 21:51 Karl Fogel * a-subdir/: foo.txt, test.txt (Brancho_Gratuito.[3,4]): just a test change 1999-12-06 Monday 21:39 Karl Fogel * cvs2cl.pl (1.158): fix typo: it's --follow, not --follow-branch Thanks to G. Paul Ziemba for reporting this. 1999-11-09 Tuesday 15:45 Karl Fogel * TODO (1.11): Entered reproduction recipe (log data) for entry order bug. 1999-11-06 Saturday 21:50 Karl Fogel * TODO (1.10): Removed all of Doug Finkle's recent bugs. Now that's what I call a good night! 1999-11-06 Saturday 21:22 Karl Fogel * cvs2cl.pl (1.157): More robust option parsing: exit with error if a required argument is absent. 1999-11-06 Saturday 21:09 Karl Fogel * cvs2cl.pl (1.156): Handle "-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-06 Saturday 20:40 Karl Fogel * cvs2cl.pl (1.155): Fixed 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-06 Saturday 20:17 Karl Fogel * cvs2cl.pl (1.154): Fix bug in which the file separators terminating files with no revisions (from "cvs -d DATE" output, for example) were not noticed. 1999-11-03 Wednesday 09:59 Karl Fogel * TODO (1.9): more stuff from Doug Finkle 1999-09-27 Monday 10:34 Karl Fogel * TODO (1.8): added Doug's bugs 1999-09-20 Monday 02:04 Karl Fogel * cvs2cl.pl (1.153): Bug fix from Marcin Kasperski : If $common_dir is "./", then just set it to "". This fixes the occasional two-char-eats problem. 1999-09-19 Sunday 23:04 Karl Fogel * cvs2cl.pl (1.152): simplified common_dir code, a couple of other things 1999-09-19 Sunday 15:04 Karl Fogel * cvs2cl.pl (1.151): consistency in usage message 1999-09-19 Sunday 02:03 Karl Fogel * TODO (1.7): removed old items 1999-09-19 Sunday 01:58 Karl Fogel * cvs2cl.pl (1.150): Added --gmt/--utc and -w/--day-of-week options. 1999-09-19 Sunday 01:29 Karl Fogel * cvs2cl.pl (1.149): Common dir prefix unification done. 1999-09-19 Sunday 00:33 Karl Fogel * cvs2cl.pl (1.148): commit with 'Speedy' code in, for kicks; will revert immediately 1999-09-18 Saturday 00:16 Karl Fogel * cvs2cl.pl (1.147): abstracted out common dir detection, but still punting 1999-09-18 Saturday 00:05 Karl Fogel * cvs2cl.pl (1.146): fixed undefined hash reference bug 1999-09-17 Friday 23:30 Karl Fogel * cvs2cl.pl (1.145): small reformatting of usage 1999-09-16 Thursday 11:01 Karl Fogel * cvs2cl.pl (1.144): Fix usage bug, rearrange usage 1999-09-15 Wednesday 23:05 Karl Fogel * cvs2cl.pl (1.143): format usage more clearly 1999-09-15 Wednesday 23:00 Karl Fogel * cvs2cl.pl (1.142): oops, fix typo from last change 1999-09-15 Wednesday 22:59 Karl Fogel * cvs2cl.pl (1.141): no more default header -- only print header on request 1999-09-15 Wednesday 22:34 Karl Fogel * cvs2cl.pl (1.140): mark as beta 1999-09-15 Wednesday 22:31 Karl Fogel * cvs2cl.pl (1.139): use scalar instead of $# 1999-09-15 Wednesday 22:20 Karl Fogel * cvs2cl.pl (1.138): document new stuff 1999-09-15 Wednesday 21:59 Karl Fogel * cvs2cl.pl (1.137): -F / --follow-branches working 1999-09-15 Wednesday 21:43 Karl Fogel * cvs2cl.pl (1.136): Branch-following detection code working. Has no effect yet -- the conditionals are all there, but their consequents are empty. 1999-09-14 Tuesday 15:00 Karl Fogel * cvs2cl.pl (1.135): reverted previous non-working change -- it was just for storage 1999-09-14 Tuesday 15:00 Karl Fogel * cvs2cl.pl (1.134): progress on Follow_Branches 1999-09-13 Monday 22:53 Karl Fogel * cvs2cl.pl (1.133): continuing implementation of Follow_Branches 1999-09-13 Monday 22:40 Karl Fogel * cvs2cl.pl (1.132): oops, don't clear overenthusiastically 1999-09-13 Monday 22:38 Karl Fogel * cvs2cl.pl (1.131): fixed single-file bug, started implementing Follow_Branches 1999-09-13 Monday 20:36 Karl Fogel * cvs2cl.pl (1.130): Accurify comments. 1999-09-13 Monday 20:35 Karl Fogel * cvs2cl.pl (1.129): Unify common directories. 1999-09-13 Monday 20:04 Karl Fogel * cvs2cl.pl (1.128): Unify tags even when branches are present. 1999-09-13 Monday 19:22 Karl Fogel * cvs2cl.pl (1.127): Use hashes instead of lists in pretty_file_list(), for efficiency. 1999-09-13 Monday 10:11 Karl Fogel * cvs2cl.pl (1.126): added todo comment 1999-09-13 Monday 01:58 Karl Fogel * TODO (1.6): updated 1999-09-13 Monday 01:36 Karl Fogel * cvs2cl.pl (1.125): implemented -I / --ignore option 1999-09-13 Monday 01:16 Karl Fogel * cvs2cl.pl (1.124): fixed another buglet 1999-09-13 Monday 01:14 Karl Fogel * cvs2cl.pl (1.123): fixed some buglets 1999-09-13 Monday 00:59 Karl Fogel * cvs2cl.pl (1.122): fix regexp gate to behave in the expected way, finally! 1999-09-13 Monday 00:49 Karl Fogel * cvs2cl.pl (1.121): New 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-12 Sunday 23:54 Karl Fogel * cvs2cl.pl (1.120): revert previous interim revision 1999-09-12 Sunday 23:53 Karl Fogel * cvs2cl.pl (1.119): interim revision, toward new release; will revert 1999-09-12 Sunday 22:58 Karl Fogel * TODO (1.5): added request from Doug Finkle 1999-09-12 Sunday 21:16 Karl Fogel * cvs2cl.pl (1.118): mild comment changes 1999-07-29 Thursday 22:56 Karl Fogel * TODO (1.4): new items 1999-07-29 Thursday 22:19 Karl Fogel * cvs2cl.pl (1.117): tweak usage 1999-07-29 Thursday 22:18 Karl Fogel * cvs2cl.pl (1.116): Added -W / --window option to control $Max_Checkin_Duration (the window of time within which log entries get unified). 1999-07-29 Thursday 22:08 Karl Fogel * cvs2cl.pl (1.115): Dear 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-25 Sunday 02:09 Karl Fogel * TODO (1.3): add item about cumulative updates 1999-07-25 Sunday 02:04 Karl Fogel * TODO (1.2): clarify 1999-07-25 Sunday 01:38 Karl Fogel * cvs2cl.pl (1.114): really, truly fix leading .// problem 1999-07-25 Sunday 01:30 Karl Fogel * cvs2cl.pl (1.113): really fix leading .// problem 1999-07-25 Sunday 01:23 Karl Fogel * cvs2cl.pl (1.112): fix leading .// problem 1999-07-25 Sunday 00:45 Karl Fogel * cvs2cl.pl (1.111): Finished 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 , 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-25 Sunday 00:40 Karl Fogel * cvs2cl.pl (1.110): partial reversion to 1.107; see log message at 1.108 for reasons 1999-07-25 Sunday 00:38 Karl Fogel * cvs2cl.