#
397ddb8a |
| 05-Nov-2015 |
nicm <nicm@openbsd.org> |
Remove xfree(), like already done for RCS. From Michael W Bombardieri, ok mmcc
|
#
b9fc9a72 |
| 16-Jan-2015 |
deraadt <deraadt@openbsd.org> |
Replace <sys/param.h> with <limits.h> and other less dirty headers where possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_N
Replace <sys/param.h> with <limits.h> and other less dirty headers where possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol)
show more ...
|
#
f6ac027f |
| 08-Jan-2014 |
okan <okan@openbsd.org> |
unsigned char for ctype. ok deraadt
|
#
26ac9b7e |
| 20-May-2011 |
nicm <nicm@openbsd.org> |
Remove a silly XXX for a bit of code that is only used once - no value in making it a function. From Michael W Bombardieri.
|
#
29d9b3a9 |
| 29-Oct-2010 |
nicm <nicm@openbsd.org> |
Nuke some unused variables and remove an unnecessary call to dirname().
From Michael W Bombardieri via ray@.
|
#
7bb3ddb0 |
| 23-Jul-2010 |
ray <ray@openbsd.org> |
Reduce variable/function name and whitespace differences between cvs/rcs.
OK xsa zinovik
|
#
f0ffd1c4 |
| 19-Mar-2009 |
joris <joris@openbsd.org> |
only pass the real $var to expand_vars() instead of the entire line, this way commitinfo and stuff works again.
found by myself the hard way, fix by tobias@ who's not around to commit.
|
#
d2c6cc25 |
| 29-Aug-2008 |
tobias <tobias@openbsd.org> |
Support for variable expansion in trigger files added.
ok joris
|
#
0fb47b56 |
| 29-Aug-2008 |
tobias <tobias@openbsd.org> |
If parsing of a command in one of the trigger files fails, treat this as an error instead of ignoring it.
ok joris
|
#
4f43feaa |
| 17-Jun-2008 |
tobias <tobias@openbsd.org> |
Plug memory and file descriptor leaks, diff by Jonathan Armani.
ok joris
|
#
08af15a3 |
| 17-Jun-2008 |
tobias <tobias@openbsd.org> |
Regular expressions to match repository are allowed to have % in front. Diff by Jonathan Armani.
|
#
b176b616 |
| 11-Jun-2008 |
joris <joris@openbsd.org> |
spacing
|
#
c723dd1d |
| 10-Jun-2008 |
joris <joris@openbsd.org> |
files that have been removed should be passing "NONE" to scripts as their new revision, so they can be picked up as being removed.
|
#
0a2f95d0 |
| 10-Jun-2008 |
tobias <tobias@openbsd.org> |
We have a cvs_buf_puts implementation now, also use cvs_buf_putc instead of cvs_buf_append where appropiate.
ok joris
|
#
dda68017 |
| 10-Jun-2008 |
tobias <tobias@openbsd.org> |
If we encounter an error during expanding line of a trigger file, print an actually useful error message.
ok joris
|
#
cb9f753d |
| 10-Jun-2008 |
joris <joris@openbsd.org> |
append "- Imported sources" for imports.
|
#
6697560e |
| 10-Jun-2008 |
joris <joris@openbsd.org> |
newly added directories need "- New directory" to be passed to the loginfo script.
ok tobias@
|
#
25f202cd |
| 10-Jun-2008 |
joris <joris@openbsd.org> |
pass the basename(3) for file_path to the script, so we do not get weird double modules names in the logs;
|
#
6a32da42 |
| 10-Jun-2008 |
joris <joris@openbsd.org> |
newly added files should pass "NONE" for their initial revision, unbreaks more scripts that depend on this.
|
#
aa3c507c |
| 10-Jun-2008 |
joris <joris@openbsd.org> |
loginfo allows 't' as well - unbreaks certain loginfo scripts.
|
#
ed09211b |
| 10-Jun-2008 |
joris <joris@openbsd.org> |
missing header
|
#
c7e0e589 |
| 10-Jun-2008 |
joris <joris@openbsd.org> |
style
|
#
b034d592 |
| 10-Jun-2008 |
joris <joris@openbsd.org> |
New trigger framework that allows us to run the required scripts defined in CVSROOT/commitinfo and CVSROOT/loginfo and so on.
This enables the use of log_accum2 and all that other nice stuff we like
New trigger framework that allows us to run the required scripts defined in CVSROOT/commitinfo and CVSROOT/loginfo and so on.
This enables the use of log_accum2 and all that other nice stuff we like.
This was mostly written by Jonathan Armani with help from tobias@ and myself.
ok tobias@
show more ...
|