aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT/log_accum.pl
Commit message (Expand)AuthorAgeFilesLines
* Avoid getting bitten by filenames that have a ',' character in them.joe2001-09-241-5/+5
* Remove mention of the word 'Attic' from commit mail deltas. They'rejoe2001-09-241-1/+1
* When working out what the previous revision was, for producing thejoe2001-09-241-3/+11
* Add revision deltas for added (new) and removed (dead) files tojoe2001-09-171-22/+99
* Centralise the generation of temporary filenames instead of havingjoe2001-08-191-30/+27
* The CVSROOT/scripts use a file, /tmp/#cvs.files.lastdir, to storejoe2001-08-191-1/+1
* Add a comment noting that the last directory is written down byjoe2001-06-191-0/+2
* Add a configuration option to enable the sending of commit mail onjoe2001-05-231-1/+1
* Migrate some more configuration entries to the config file.joe2001-05-231-48/+5
* Finally make the script run under the 'strict' pragma.joe2001-05-221-33/+41
* Still working towards this script being entirely strict.joe2001-05-221-10/+14
* Remove support for disabling the commit summary in the email andjoe2001-05-221-38/+14
* Use $DEBUG and $TMPDIR from cfg.pm.joe2001-05-201-15/+15
* Recently Maxim Sobolev <sobomax@FreeBSD.org> introduced an MFCjoe2001-05-131-0/+1
* Log 'cvs import' reports in the commit log files in CVSROOT/commitlogs.joe2001-05-081-1/+1
* Add a couple of missing 'my' declarations.joe2001-04-241-5/+5
* Disable 'use strict'. We're not ready for that just yet!!! (It crept injoe2001-04-201-1/+1
* Declare some variables before use.joe2001-04-201-8/+12
* Clean up the CVS log message parser and in the process fix ajoe2001-04-201-27/+37
* Rename @log_lines to @msg_lines to avoid confusion with an earlierjoe2001-04-191-2/+2
* Remove some unnecessary spaces, and add a commented out 'use strict'joe2001-04-191-2/+3
* Tidy up the use of variables in the log message generation code.joe2001-04-191-28/+25
* Back out part of revision 1.62 that didn't work.joe2001-02-271-3/+3
* Remove the unused $tag variable from the arguments to alljoe2001-02-271-4/+3
* Apply the style guide to the rest of the subroutines. In particular addjoe2001-02-271-91/+81
* Only add a CVS-branch header to the email if $X_BRANCH_HDR is defined.joe2001-02-271-4/+6
* Tidy up the formatting using tabs instead of four spaces as perjoe2001-02-231-305/+305
* Argh! Repeat after me:peter2001-02-041-2/+3
* More stylist changes. Getting closer to being able to 'use strict'.joe2001-01-291-62/+76
* Make the way read_logfile is called more sensible, and perl.style-ify it.joe2001-01-291-19/+24
* Apply style.perl(7) guide-lines to a number of subroutines.joe2001-01-291-27/+31
* Changes to the cleanup_tmpfiles routine:joe2001-01-291-8/+9
* Don't build the final log message onto a list that might not be empty.joe2001-01-161-1/+1
* Fix a debugging format msg.joe2001-01-161-1/+1
* Rename a variable: $id => $PID. (Make it clear that this is actuallyjoe2001-01-161-30/+30
* Smatterings of missing 'my' declarations.joe2001-01-161-27/+27
* Make the location of the temporary directory a configuration option,joe2001-01-161-10/+18
* Rename some variables so that configuration options are all injoe2001-01-161-9/+9
* Remove the $freebsd and $crypto variables; they're no longer requiredjoe2001-01-161-6/+1
* Simplify by making the optional banner at the top of the commitjoe2001-01-161-25/+17
* Begin the tidy-up to make these scripts easier for third parties to use.joe2001-01-161-22/+30
* Dynamically format the changes summary block at the bottom of logjoe2000-08-301-19/+52
* Add a header to all commit mail showing which branches the changesjoe2000-06-171-0/+10
* Update the commit scripts to understand 'Approved by:' and kill cvsedit.peter2000-02-131-1/+2
* Try and stop the line counter from getting confused by preventing itpeter1999-11-291-0/+2
* Sync with internat.freebsd.org crypto repo.peter1999-09-191-22/+49
* Try and swallow up any extra "/" characters after cvsroot.peter1999-09-111-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add extra empty line between sets of committed changes for readabilityn_hibma1999-05-271-2/+2
* Take perl from /usr/bin rather than /usr/local/bin.jdp1999-04-061-2/+2
* Null commit to verify the previous change.. (changes to the cvsroot filespeter1999-02-181-1/+1
* Use a general purpose (read: hack) tool that I've used over the years onpeter1999-02-181-6/+5
* Add missing paren.msmith1999-02-181-2/+2
* Update for post-resend changes use. (the majordomo resend on hub ispeter1999-02-181-1/+2
* Minor tidy up.. Update email address. Change an if (0) { .. } to apeter1999-02-161-11/+11
* Test.wosch1998-07-271-1/+2
* Strange, I still got the excessive cross-posting errors.wosch1998-07-271-1/+3
* Disable excessive cross-posting to cvs-* mailing lists.wosch1998-07-271-1/+2
* Use hostname() to see if we should append @FreeBSD.org to the mailpeter1997-06-091-5/+14
* recognise top-level ~ncvs/doc directorypeter1997-05-231-1/+2
* Set umask so newly created commitlogs dont get bad modespeter1997-05-171-1/+9
* Fix some bugs that I introduced not long before committing last time..peter1997-05-161-7/+18
* RED ALERT! RED ALERT! Mission control, we have a slight technicalpeter1997-05-161-250/+267
* Edit out null `PR:'sbde1997-04-131-2/+3
* Don't send mail when somebody does a 'cvs add' on a directory. It's notpeter1996-12-151-2/+3
* Dont forget to clean temporary files when doing short logfile processingpeter1996-03-121-1/+2
* An (ahem) "hack" to stop the duplicate mail messages going to cvs-all..peter1996-02-171-2/+2
* Attempt to fix some outstanding bugs/misfeatures/bogons in the CVSROOTpeter1996-02-071-26/+76
* Something funny is going on with the mailing list mapping andpeter1995-11-271-3/+2
* Add in revision summaries to the log_accum.pl file...peter1995-11-271-16/+147
* Correct typo "commiters" -> "committers" as noticed by Satoshipeter1995-11-271-3/+3
* Bang! Shoot me! I'll RTFM next time, I promise. I thought chop only tookpeter1995-11-021-2/+1
* Take $ENV{'USER'} for the login name, as rshd, telnetd and rlogind allpeter1995-11-021-2/+2
* Have another crack at getting the login name. Try `logname` - it seemspeter1995-11-021-3/+3
* For the moment, prefer the getpwuid($<) value over getlogin..peter1995-11-011-4/+5
* The following minor tweak adds a tiny bit of debug info so thatpeter1995-11-011-4/+4
* If any of the three lines:rgrimes1995-07-151-2/+7
* Okay, I lied, I went and learned some more perl, and hacked thergrimes1995-07-151-1/+9
* Hard code path to perl as /usr/bin/perl so we stop picking it up fromrgrimes1995-04-191-2/+1
* Remove the TZ variable from the enironment before calling localtime()joerg1995-04-091-0/+1
* Add mkavail script to make a mailing list file out of the avail filejkh1994-09-281-3/+5
* Escapemetacharacters in directory name so perl doesn't blow chunks on libg++.wollman1994-09-101-1/+3
* Reviewed by:rgrimes1994-05-261-0/+5
* Initial CVSROOT setuprgrimes1994-05-241-0/+407