summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/trigger.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove xfree(), like already done for RCS. From Michael W Bombardieri,nicm2015-11-051-31/+19
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-5/+5
* unsigned char for ctype. ok deraadtokan2014-01-081-5/+6
* Remove a silly XXX for a bit of code that is only used once - no valuenicm2011-05-201-2/+1
* Nuke some unused variables and remove an unnecessary call to dirname().nicm2010-10-291-2/+2
* Reduce variable/function name and whitespace differences betweenray2010-07-231-35/+35
* only pass the real $var to expand_vars() instead of the entirejoris2009-03-191-4/+5
* Support for variable expansion in trigger files added.tobias2008-08-291-24/+87
* If parsing of a command in one of the trigger files fails, treat this as antobias2008-08-291-17/+16
* Plug memory and file descriptor leaks, diff by Jonathan Armani.tobias2008-06-171-4/+8
* Regular expressions to match repository are allowed to have % in front.tobias2008-06-171-5/+1
* spacingjoris2008-06-111-2/+2
* files that have been removed should be passing "NONE" to scriptsjoris2008-06-101-10/+10
* We have a cvs_buf_puts implementation now, also use cvs_buf_putc insteadtobias2008-06-101-7/+5
* If we encounter an error during expanding line of a trigger file, print antobias2008-06-101-4/+7
* append "- Imported sources" for imports.joris2008-06-101-1/+9
* newly added directories need "- New directory" to be passed to thejoris2008-06-101-2/+14
* pass the basename(3) for file_path to the script, so we do not getjoris2008-06-101-3/+8
* newly added files should pass "NONE" for their initial revision, unbreaksjoris2008-06-101-3/+8
* loginfo allows 't' as well - unbreaks certain loginfo scripts.joris2008-06-101-2/+2
* missing headerjoris2008-06-101-1/+2
* stylejoris2008-06-101-3/+3
* New trigger framework that allows us to run the required scriptsjoris2008-06-101-0/+475