index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
cvs
/
trigger.c
Age
Commit message (
Expand
)
Author
2015-11-05
Remove xfree(), like already done for RCS. From Michael W Bombardieri,
Nicholas Marriott
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-01-08
unsigned char for ctype. ok deraadt
Okan Demirmen
2011-05-20
Remove a silly XXX for a bit of code that is only used once - no value
Nicholas Marriott
2010-10-29
Nuke some unused variables and remove an unnecessary call to dirname().
Nicholas Marriott
2010-07-23
Reduce variable/function name and whitespace differences between
Ray Lai
2009-03-19
only pass the real $var to expand_vars() instead of the entire
Joris Vink
2008-08-29
Support for variable expansion in trigger files added.
Tobias Stoeckmann
2008-08-29
If parsing of a command in one of the trigger files fails, treat this as an
Tobias Stoeckmann
2008-06-17
Plug memory and file descriptor leaks, diff by Jonathan Armani.
Tobias Stoeckmann
2008-06-17
Regular expressions to match repository are allowed to have % in front.
Tobias Stoeckmann
2008-06-11
spacing
Joris Vink
2008-06-10
files that have been removed should be passing "NONE" to scripts
Joris Vink
2008-06-10
We have a cvs_buf_puts implementation now, also use cvs_buf_putc instead
Tobias Stoeckmann
2008-06-10
If we encounter an error during expanding line of a trigger file, print an
Tobias Stoeckmann
2008-06-10
append "- Imported sources" for imports.
Joris Vink
2008-06-10
newly added directories need "- New directory" to be passed to the
Joris Vink
2008-06-10
pass the basename(3) for file_path to the script, so we do not get
Joris Vink
2008-06-10
newly added files should pass "NONE" for their initial revision, unbreaks
Joris Vink
2008-06-10
loginfo allows 't' as well - unbreaks certain loginfo scripts.
Joris Vink
2008-06-10
missing header
Joris Vink
2008-06-10
style
Joris Vink
2008-06-10
New trigger framework that allows us to run the required scripts
Joris Vink