aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT/commit_prep.pl
Commit message (Expand)AuthorAgeFilesLines
* Grammar cleanups to make the Engrish more readable.jmallett2002-08-311-2/+2
* Makes it slightly more obvious how to configure the CHECK_HEADERSjoe2002-08-191-1/+1
* Remove unnecessary leading carriage returns from error messages.joe2002-03-221-8/+5
* Make sure that we only match our own $FreeBSD$ ident, and ignorejoe2001-12-121-15/+6
* Only complain about DOS carriage returns if the test is switched on.joe2001-12-041-2/+2
* Add a new config option $NO_DOS_LINEBREAKS to stop files with wierdjoe2001-12-041-4/+24
* Enhance the various error messages by including the full path tojoe2001-12-041-5/+5
* Add a config option $WARN_HEADERS to only warn when the $ HEADER $joe2001-11-151-2/+1
* Remove all references to /home/ncvs; the CVSROOT env variable is sufficientjoe2001-11-151-5/+3
* Move the names of some system tools into the config file.joe2001-11-151-1/+1
* Improve an error message.joe2001-11-151-1/+1
* Remove the hard coded hack that excludes all ports files exceptjoe2001-09-191-4/+0
* Define a new configuration variable for globally switching onjoe2001-09-191-14/+2
* Migrate the hard coded exclusion paths src/etc/ and src/release/joe2001-09-191-6/+0
* Ignore blank lines in the exclude file.joe2001-09-191-0/+2
* Use the exclude file to ignore files beginning with a '.' insteadjoe2001-09-191-3/+1
* Don't try and contract rcsids in files that have been deleted orjoe2001-09-141-0/+3
* Delay the unexpanding of rcsids until after all the revision stringjoe2001-09-111-22/+34
* Add code to unexpand $FreeBSD: xxxx $ (or whatever is defined injoe2001-09-081-0/+28
* Don't complain if the CVSROOT/exclude file doesn't exist. Treat itjoe2001-09-081-10/+12
* Rewrite the revision checking code.joe2001-09-031-18/+31
* See whether a file is excluded from rcsid checking before even lookingjoe2001-09-031-19/+17
* Add a carriage return in front of one of the error messages forjoe2001-09-031-1/+2
* General code tidy up.joe2001-09-021-10/+9
* Revisit the commit in rev 1.36. In acual fact the whole versionjoe2001-09-021-5/+5
* Contract some syntax; 'chomp not chop'.joe2001-09-011-8/+5
* Rename some variables to make the code clearer.joe2001-09-011-7/+7
* Define all the variables using 'my' and switch 'strict' on.joe2001-09-011-12/+24
* Fix a long standing bug from rev 1.7. The %cvsversion hash wasn't beingjoe2001-08-311-2/+2
* Move the definition of our $FreeBSD$ header into the config file.joe2001-08-191-2/+5
* More stylistic changes, this time in the CVS/Entries parser.joe2001-08-191-7/+7
* Tabulate per style.perl(7).joe2001-08-191-101/+110
* Writing down the last directory in a multidirectory commit isn'tjoe2001-08-191-8/+2
* Centralise the generation of temporary filenames instead of havingjoe2001-08-191-4/+3
* Declare the variables that contain the error strings with 'my'.joe2001-08-191-5/+10
* The CVSROOT/scripts use a file, /tmp/#cvs.files.lastdir, to storejoe2001-08-191-3/+5
* Remove the $CVSFUBAR hack, it's not required anymore now that we havepeter2000-02-101-6/+0
* Fix the dreaded: 'Argument "1.1.1.1" isn't numeric in eq atpeter1999-12-091-1/+1
* Unused variable ($ind) and skip regexp lines that begin with a '#'peter1999-12-091-1/+4
* Convert the exclude list to a regexp after some suggestions by Sheldonpeter1999-12-091-2/+1
* Check the exclude list if we don't find a $FreeBSD$ tag. Don't scanpeter1999-12-081-8/+21
* Make this script more generic, and of wider appeal. All mention ofjoe1999-11-161-11/+14
* Sync with internat.freebsd.org crypto repo. (part 1)peter1999-09-191-1/+1
* if we're stopping a commit, make sure the lastdir file (possibly left frompeter1999-09-191-0/+1
* Now that the ports and release freezes are over, turn back on thepeter1999-09-191-3/+3
* If a file is missing, don't try and check it's id stamps. It's either beenpeter1999-09-191-0/+3
* Don't check for $FreeBSD$ in src/etc or src/release. src/release wouldpeter1999-09-141-4/+10
* Requiring the $FreeBSD$ to be within the first 'n' lines isn't all thatpeter1999-09-121-2/+3
* Increase size of the area where FreeBSD keyword searched to 70 lines - ee.c isache1999-09-121-1/+1
* Argh. Don't mess with perl at 6am. (Fix logic inversion braino)peter1999-09-111-1/+1
* Accept an empty $FreeBSD$ even on old files. As long as we've got a heappeter1999-09-111-9/+10
* Some more cleanups. It should deal with revisions like 1.1.1.1 withoutpeter1999-09-111-24/+41
* re-activate the checks, but for src/* only, and leave ports alone tillpeter1999-09-111-10/+8
* I think I found the problem that was causing the path failures.peter1999-09-111-0/+3
* Add some debugging and activate this for "peter" so I can check it outpeter1999-09-111-7/+14
* argh! the remote cvs strips the directory..peter1999-09-111-4/+5
* Turn on the $FreeBSD$ checking for src/* and ports/*/Makefile.peter1999-09-111-8/+36
* First stage of updates to check for a $FreeBSD$ tag prior to allowingpeter1999-08-281-9/+10
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Take perl from /usr/bin rather than /usr/local/bin.jdp1999-04-061-2/+2
* RED ALERT! RED ALERT! Mission control, we have a slight technicalpeter1997-05-161-3/+5
* Attempt to fix some outstanding bugs/misfeatures/bogons in the CVSROOTpeter1996-02-071-2/+2
* Hard code path to perl as /usr/bin/perl so we stop picking it up fromrgrimes1995-04-191-1/+1
* Initial CVSROOT setuprgrimes1994-05-241-0/+171