summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/logmsg.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Rename variables to make more sense and fix a warning about assigningjfb2004-12-031-11/+11
| | | | to a read-only location.
* This commit is brought to you by the brand new improved and better tastingjfb2004-12-021-5/+14
| | | | OpenCVS commit code.
* cvs_logmsg_get() now accepts a list of files that it is getting thejfb2004-12-021-15/+37
| | | | | message for and displays those files in the commented part of the log message
* Rewrite the internals of the file management code so that we do not keepjfb2004-11-261-1/+25
| | | | | | a full path to each file we load, and cache file names so we can have multiple references to a single name. This saves a lot of memory on large trees such as /usr/src, especially on 'Makefile', 'README' and such.
* Functions to extract log messages from files and query users for themjfb2004-11-121-0/+254