| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
| |
spotted by Jonathan Armani <dbd@asystant.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
do not skip files or run over them twice.
also fixes -l and -r for checkout/update when a file in
Attic exists with that tag that in HEAD is a directory
in the normal repository like gnu/usr.bin/gcc/INSTALL.
as a bonus, we do not run fstat() twice per file or dir
anymore...
spotted by deraadt@
|
|
|
|
| |
so we can benefit from faster lookup times while recursing.
|
|
|
|
| |
ok joris
|
|
|
|
|
|
| |
any given time.
will come in handy for CVSROOT/loginfo and CVSROOT/commitinfo
|
|
|
|
| |
based upon a diff from Igor Zinovik
|
|
|
|
|
|
|
| |
lines GNU cvs does it in, without actually fucking up on bad lines,
like gnucvs.
ok tobias@
|
|
|
|
|
|
| |
GNU cvs.
OK joris.
|
|
|
|
|
|
|
| |
correct -i and -o usage
-i runs the program specified on commit
-o runs the program specified on checkout
|
|
|
|
|
|
|
|
|
|
| |
- support for -i flag:
Run "prog" on "cvs commit" from top-level of module.
- fix some memory leaks in modules.c
- pass the line number from cvs_read_config() towards the callbacks
so its easier to print out where it's going wrong, if it ever does.
OK tobias@
|
|
|
|
|
|
| |
twice in cvs_module_lookup() and checkout_check_directory();
allow single files to be ignored with ! as well;
|
|
|
|
| |
kill unused var;
|
|
|
|
|
|
|
|
| |
- allow more then 1 module to be specified per definition
- respect the "!" sign which means: "hey ignore this dir when checking out"
- non alias definitions can now contain files
ok tobias@
|
|
|
|
|
|
| |
that are not aliases (-a);
OK tobias@
|
| |
|
|
"modules.c, hurray!" xsa@, ok tobias@
|