summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/modules.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+3
* unsigned char for ctype. ok deraadtokan2014-01-081-7/+7
* printf() -> cvs_printf() so it works under server mode as welljoris2009-03-291-2/+2
* fix the way Attic is handled in our recursion code, so wejoris2009-03-261-7/+11
* switch our file and directory lists to RB trees (see tree(3)),joris2009-03-251-6/+7
* Set instead of logically ORing this variable.tobias2008-03-081-2/+2
* allow our parsing functions to stop parsing a config file atjoris2008-03-021-3/+4
* plug memleaksjoris2008-02-261-7/+9
* lets do co -c as well (list available modules) and do it in 1/6th of thejoris2008-02-061-2/+16
* Use isblank() instead of partial check for ' ' and/or '\t'. Complies totobias2008-02-061-9/+15
* CVSROOT/modules:joris2008-02-041-1/+16
* more CVSROOT/modules stuff:joris2008-02-041-27/+33
* shuffle some stuff around so we dont end up doing the same thingsjoris2008-02-031-9/+3
* be more strict when checking ignore patterns;joris2008-02-031-4/+10
* more CVSROOT/module stuff:joris2008-02-031-5/+59
* better CVSROOT/module support, includes remote support and modulesjoris2008-02-031-5/+39
* remove unneeded headersjoris2008-02-021-3/+1
* initial CVSROOT/modules support, only does aliases at the moment (-a).joris2008-02-021-0/+111