| Commit message (Expand) | Author | Age | Files | Lines |
* | Grammar cleanups to make the Engrish more readable. | jmallett | 2002-08-31 | 1 | -2/+2 |
* | Makes it slightly more obvious how to configure the CHECK_HEADERS | joe | 2002-08-19 | 1 | -1/+1 |
* | Remove unnecessary leading carriage returns from error messages. | joe | 2002-03-22 | 1 | -8/+5 |
* | Make sure that we only match our own $FreeBSD$ ident, and ignore | joe | 2001-12-12 | 1 | -15/+6 |
* | Only complain about DOS carriage returns if the test is switched on. | joe | 2001-12-04 | 1 | -2/+2 |
* | Add a new config option $NO_DOS_LINEBREAKS to stop files with wierd | joe | 2001-12-04 | 1 | -4/+24 |
* | Enhance the various error messages by including the full path to | joe | 2001-12-04 | 1 | -5/+5 |
* | Add a config option $WARN_HEADERS to only warn when the $ HEADER $ | joe | 2001-11-15 | 1 | -2/+1 |
* | Remove all references to /home/ncvs; the CVSROOT env variable is sufficient | joe | 2001-11-15 | 1 | -5/+3 |
* | Move the names of some system tools into the config file. | joe | 2001-11-15 | 1 | -1/+1 |
* | Improve an error message. | joe | 2001-11-15 | 1 | -1/+1 |
* | Remove the hard coded hack that excludes all ports files except | joe | 2001-09-19 | 1 | -4/+0 |
* | Define a new configuration variable for globally switching on | joe | 2001-09-19 | 1 | -14/+2 |
* | Migrate the hard coded exclusion paths src/etc/ and src/release/ | joe | 2001-09-19 | 1 | -6/+0 |
* | Ignore blank lines in the exclude file. | joe | 2001-09-19 | 1 | -0/+2 |
* | Use the exclude file to ignore files beginning with a '.' instead | joe | 2001-09-19 | 1 | -3/+1 |
* | Don't try and contract rcsids in files that have been deleted or | joe | 2001-09-14 | 1 | -0/+3 |
* | Delay the unexpanding of rcsids until after all the revision string | joe | 2001-09-11 | 1 | -22/+34 |
* | Add code to unexpand $FreeBSD: xxxx $ (or whatever is defined in | joe | 2001-09-08 | 1 | -0/+28 |
* | Don't complain if the CVSROOT/exclude file doesn't exist. Treat it | joe | 2001-09-08 | 1 | -10/+12 |
* | Rewrite the revision checking code. | joe | 2001-09-03 | 1 | -18/+31 |
* | See whether a file is excluded from rcsid checking before even looking | joe | 2001-09-03 | 1 | -19/+17 |
* | Add a carriage return in front of one of the error messages for | joe | 2001-09-03 | 1 | -1/+2 |
* | General code tidy up. | joe | 2001-09-02 | 1 | -10/+9 |
* | Revisit the commit in rev 1.36. In acual fact the whole version | joe | 2001-09-02 | 1 | -5/+5 |
* | Contract some syntax; 'chomp not chop'. | joe | 2001-09-01 | 1 | -8/+5 |
* | Rename some variables to make the code clearer. | joe | 2001-09-01 | 1 | -7/+7 |
* | Define all the variables using 'my' and switch 'strict' on. | joe | 2001-09-01 | 1 | -12/+24 |
* | Fix a long standing bug from rev 1.7. The %cvsversion hash wasn't being | joe | 2001-08-31 | 1 | -2/+2 |
* | Move the definition of our $FreeBSD$ header into the config file. | joe | 2001-08-19 | 1 | -2/+5 |
* | More stylistic changes, this time in the CVS/Entries parser. | joe | 2001-08-19 | 1 | -7/+7 |
* | Tabulate per style.perl(7). | joe | 2001-08-19 | 1 | -101/+110 |
* | Writing down the last directory in a multidirectory commit isn't | joe | 2001-08-19 | 1 | -8/+2 |
* | Centralise the generation of temporary filenames instead of having | joe | 2001-08-19 | 1 | -4/+3 |
* | Declare the variables that contain the error strings with 'my'. | joe | 2001-08-19 | 1 | -5/+10 |
* | The CVSROOT/scripts use a file, /tmp/#cvs.files.lastdir, to store | joe | 2001-08-19 | 1 | -3/+5 |
* | Remove the $CVSFUBAR hack, it's not required anymore now that we have | peter | 2000-02-10 | 1 | -6/+0 |
* | Fix the dreaded: 'Argument "1.1.1.1" isn't numeric in eq at | peter | 1999-12-09 | 1 | -1/+1 |
* | Unused variable ($ind) and skip regexp lines that begin with a '#' | peter | 1999-12-09 | 1 | -1/+4 |
* | Convert the exclude list to a regexp after some suggestions by Sheldon | peter | 1999-12-09 | 1 | -2/+1 |
* | Check the exclude list if we don't find a $FreeBSD$ tag. Don't scan | peter | 1999-12-08 | 1 | -8/+21 |
* | Make this script more generic, and of wider appeal. All mention of | joe | 1999-11-16 | 1 | -11/+14 |
* | Sync with internat.freebsd.org crypto repo. (part 1) | peter | 1999-09-19 | 1 | -1/+1 |
* | if we're stopping a commit, make sure the lastdir file (possibly left from | peter | 1999-09-19 | 1 | -0/+1 |
* | Now that the ports and release freezes are over, turn back on the | peter | 1999-09-19 | 1 | -3/+3 |
* | If a file is missing, don't try and check it's id stamps. It's either been | peter | 1999-09-19 | 1 | -0/+3 |
* | Don't check for $FreeBSD$ in src/etc or src/release. src/release would | peter | 1999-09-14 | 1 | -4/+10 |
* | Requiring the $FreeBSD$ to be within the first 'n' lines isn't all that | peter | 1999-09-12 | 1 | -2/+3 |
* | Increase size of the area where FreeBSD keyword searched to 70 lines - ee.c is | ache | 1999-09-12 | 1 | -1/+1 |
* | Argh. Don't mess with perl at 6am. (Fix logic inversion braino) | peter | 1999-09-11 | 1 | -1/+1 |
* | Accept an empty $FreeBSD$ even on old files. As long as we've got a heap | peter | 1999-09-11 | 1 | -9/+10 |
* | Some more cleanups. It should deal with revisions like 1.1.1.1 without | peter | 1999-09-11 | 1 | -24/+41 |
* | re-activate the checks, but for src/* only, and leave ports alone till | peter | 1999-09-11 | 1 | -10/+8 |
* | I think I found the problem that was causing the path failures. | peter | 1999-09-11 | 1 | -0/+3 |
* | Add some debugging and activate this for "peter" so I can check it out | peter | 1999-09-11 | 1 | -7/+14 |
* | argh! the remote cvs strips the directory.. | peter | 1999-09-11 | 1 | -4/+5 |
* | Turn on the $FreeBSD$ checking for src/* and ports/*/Makefile. | peter | 1999-09-11 | 1 | -8/+36 |
* | First stage of updates to check for a $FreeBSD$ tag prior to allowing | peter | 1999-08-28 | 1 | -9/+10 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Take perl from /usr/bin rather than /usr/local/bin. | jdp | 1999-04-06 | 1 | -2/+2 |
* | RED ALERT! RED ALERT! Mission control, we have a slight technical | peter | 1997-05-16 | 1 | -3/+5 |
* | Attempt to fix some outstanding bugs/misfeatures/bogons in the CVSROOT | peter | 1996-02-07 | 1 | -2/+2 |
* | Hard code path to perl as /usr/bin/perl so we stop picking it up from | rgrimes | 1995-04-19 | 1 | -1/+1 |
* | Initial CVSROOT setup | rgrimes | 1994-05-24 | 1 | -0/+171 |