summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/trigger.c
AgeCommit message (Expand)Author
2015-11-05Remove xfree(), like already done for RCS. From Michael W Bombardieri,Nicholas Marriott
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-01-08unsigned char for ctype. ok deraadtOkan Demirmen
2011-05-20Remove a silly XXX for a bit of code that is only used once - no valueNicholas Marriott
2010-10-29Nuke some unused variables and remove an unnecessary call to dirname().Nicholas Marriott
2010-07-23Reduce variable/function name and whitespace differences betweenRay Lai
2009-03-19only pass the real $var to expand_vars() instead of the entireJoris Vink
2008-08-29Support for variable expansion in trigger files added.Tobias Stoeckmann
2008-08-29If parsing of a command in one of the trigger files fails, treat this as anTobias Stoeckmann
2008-06-17Plug memory and file descriptor leaks, diff by Jonathan Armani.Tobias Stoeckmann
2008-06-17Regular expressions to match repository are allowed to have % in front.Tobias Stoeckmann
2008-06-11spacingJoris Vink
2008-06-10files that have been removed should be passing "NONE" to scriptsJoris Vink
2008-06-10We have a cvs_buf_puts implementation now, also use cvs_buf_putc insteadTobias Stoeckmann
2008-06-10If we encounter an error during expanding line of a trigger file, print anTobias Stoeckmann
2008-06-10append "- Imported sources" for imports.Joris Vink
2008-06-10newly added directories need "- New directory" to be passed to theJoris Vink
2008-06-10pass the basename(3) for file_path to the script, so we do not getJoris Vink
2008-06-10newly added files should pass "NONE" for their initial revision, unbreaksJoris Vink
2008-06-10loginfo allows 't' as well - unbreaks certain loginfo scripts.Joris Vink
2008-06-10missing headerJoris Vink
2008-06-10styleJoris Vink
2008-06-10New trigger framework that allows us to run the required scriptsJoris Vink