- Jan 03, 2025
-
-
Karl Fogel authored
-
Karl Fogel authored
Hard set the version number, instead of relying on no-longer-expanded CVS keywords. Update the home page accordingly, and along the way also switch to ISO 8601 style dates for the Release History section.
-
- Mar 24, 2021
-
-
Karl Fogel authored
Add the copyright notice that the 'cvs2cl.pl' script has (oops) been missing for 22 years, replacing the now-unused CVS keywords that Git doesn't support anyway.
-
- Mar 13, 2021
-
-
Karl Fogel authored
-
- Nov 12, 2011
-
-
Karl Fogel authored
-
Karl Fogel authored
Patch by: Yury Lebedev <yurylebedev {_AT_} mail.ru> * cvs2cl.pl (XML_Stylesheet): New global variable. (output_header): Output the stylesheet. Also, fix indentation. (output_tagdate): Escape the tag data. (parse_options): Accept new '--xml-stylesheet' option. (__DATA__): Document the new option. Also, remove stray period in the documentation for the '--xml-encoding' option.
-
- Dec 12, 2010
-
-
Karl Fogel authored
-
Karl Fogel authored
from https://cvs2html.svn.sourceforge.net/svnroot/cvs2html/trunk. * index.html: Document the above.
-
- Dec 02, 2010
-
-
Karl Fogel authored
-
- Dec 05, 2008
-
-
Karl Fogel authored
-
- Jun 26, 2008
-
-
Karl Fogel authored
-
- May 17, 2008
-
-
Karl Fogel authored
-
Karl Fogel authored
'--group-within-date' documentation from showing. Patch by: Ville Skyttä <ville.skytta{_AT_}iki.fi>
-
- May 10, 2008
-
-
Karl Fogel authored
(delta_check): Oops, follow up to r2.69 with a second typo fix. D'oh.
-
Karl Fogel authored
(delta_check): Fix typo introduced in r2.65 that caused --delta to effectively ignore TO_TAG (that is, 'cvs2cl.pl --delta FROM:TO' would also display any changes between TO and HEAD). Patch by: Hans Hoppe <H.Hoppe{_AT_}office.caiw.nl>
-
- Apr 11, 2008
-
-
Karl Fogel authored
Suggested by: Andreas <spambouncer@gmx.de> From: spambouncer{_AT_}gmx.de To: bug-cvs2cl{_AT_}red-bean.com Subject: cvs2cl on cygwin Date: Fri, 11 Apr 2008 10:20:13 +0200 Message-ID: <20080411082013.268540@gmx.net> Hello bean people! First of all, thanks for the script without which cvs log is basically useless. However, I wasn't able to run the script properly with cygwin/cvsnt. Cygwin looked for the script in "/cygdrive/c/Program Files/cvsnt/", and Perl couldn't handle the space in "Program Files" (classic issue it seems), resulting in the following error message: Can't open perl script "/cygdrive/c/Program": No such file or directory I asked about this on the cygwin mailing list (see thread at http://www.mail-archive.com/cygwin@cygwin.com/index.html#87229) and was told to put the $0 on the second line (exec perl) in quotes, which works fine. I don't know if this would break script execution on other systems. If so, you could mention this issue on the web site. If not, please fix! :) Thanks, Andreas
-
- Aug 02, 2007
-
-
Karl Fogel authored
(FSF_Output): New variable. (parse_options): Set it, check that it's not used with --accum. (POD documentation): Document inter-option restrictions. Found by: Guillaume Cottenceau <gcottenc{_AT_}gmail.com>
-
- Jul 15, 2007
-
-
Karl Fogel authored
Suggested by: Pierre Locquet <plocquet{_AT_}sopragroup.com>
-
Karl Fogel authored
*TO_TAG* on the --delta option, so the logs span from the BASE or to the HEAD, respectively." * cvs2cl.pl (delta_check, parse_options): Adjust accordingly. Patch by: Eric K. Henderson <Eric.Henderson{_AT_}xirrus.com>
-
Karl Fogel authored
(read_date_author_and_state): $pw is a string, not an object, so stop referring to the $pw->name field. Found by: Peter Kjellerstedt <peter.kjellerstedt{_AT_}axis.com>
-
Karl Fogel authored
(read_date_author_and_state): Check that $fullname is defined before looking at its value. Patch by: Peter Kjellerstedt <peter.kjellerstedt{_AT_}axis.com> His bug report said "there is a small bug in cvs2cl.pl in read_date_author_and_state() if someone has an entry in the /etc/passwd file but an empty gecos field.".
-
- Apr 23, 2007
-
-
root authored
-
Karl Fogel authored
(output_changelog): Handle Windows paths too. Patch by: Alexey Panchenko <alex+news{_AT_}olmisoft.com> From: Alexey Panchenko <alex+news{_AT_}olmisoft.com> To: bug-cvs2cl{_AT_}red-bean.com Subject: One more patch Date: Thu, 3 Nov 2005 18:48:18 +0600 Message-ID: <55435455.20051103184818@olmisoft.com> The same cvs2cl from CVS HEAD. I would like to execute it with full output path, e.g. "perl cvs2cl.pl --file D:\MyProjects\Project1\reports\ChangeLog" when output is not distributed, everything is groupped in directory "./" and finally script is trying to create file with the path ./D:\MyProjects\Project1\reports\ChangeLog/cvs2clXXXX.tmp" and fails. Looks like the code is fixing this issue only for unixes where full path is started with '/' however on windows full path starts with drive and the fix is not working.
-
Karl Fogel authored
(read_changelog): Don't fork on Windows, just open a subcommand. Patch by: Alexey Panchenko <alex+news{_AT_}olmisoft.com> From: Alexey Panchenko <alex+news{_AT_}olmisoft.com> To: bug-cvs2cl{_AT_}red-bean.com Subject: Patch for revision 2.59 Date: Thu, 3 Nov 2005 18:31:46 +0600 Message-ID: <1196138239.20051103183146@olmisoft.com> I checkouted revision 2.59 from CVS and it does not work under Windows using Active Perl 5.6.1. The previous version I use was 2.53 and it work fine. The difference I noticed is in read_changelog() - new version uses fork(). I think fork is not need on windows, so the patch is below:
-
- Feb 04, 2007
-
-
Karl Fogel authored
(parse_options): Allow period in regexp that matches the tag arguments to the --delta option. Patch by: Gary Duzan <gary@duzan.org>
-
- Aug 13, 2005
-
-
Karl Fogel authored
thanking Martyn Pearce.
-
- Aug 12, 2005
-
-
Karl Fogel authored
-
- May 18, 2005
-
-
Karl Fogel authored
-
Karl Fogel authored
-
Karl Fogel authored
header line of a ChangeLog entry to allow for optional day of week. This fixes the bug whereby the --accum option would not work when the existing ChangeLog was generated with the -w (--day-of-week) option. Patch from Anne Dudfield <adudfield@gmail.com>.
-
- Nov 07, 2004
-
-
Martyn J. Pearce authored
patch contributed by Simon Josefsson <jas@extundo.com> * Fix quoting for cvs log command (fork & exec) * Determine branch-members in _revision_is_wanted with regex to include branches to 10+ revisions * Fix non-working --prune option * Add note about use of suidperl for CGI words contributed by Andrew Cutler <andrew.cutler@pag.com.au> * Correct sense of --no-ancestors patch contributed by Steve Glow <sglow@embeddedintelligence.com>
-
Martyn J. Pearce authored
-
Martyn J. Pearce authored
-
Martyn J. Pearce authored
-
- Oct 30, 2004
-
-
Martyn J. Pearce authored
-
Martyn J. Pearce authored
-
- Oct 12, 2004
-
-
Karl Fogel authored
of Simon Josefsson <jas@extundo.com> now, so link to his site.
-
- Jul 10, 2004
-
-
Martyn J. Pearce authored
-
Martyn J. Pearce authored
-
Martyn J. Pearce authored
-