summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/logmsg.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* more error checking on buffer operations and plug a descriptor leakjfb2005-01-031-4/+15
| | | | from Joris Vink
* complain if we fail to send the log message so the caller doesn'tjfb2004-12-081-3/+7
| | | | have to
* rearrange the output loop for file lists in the log message so we don'tjfb2004-12-081-2/+3
| | | | | | have blank lines or extra delimiters in some cases spotted by and discussed with Joris Vink
* embrace and extend (!) cvs_logmsg_get() so we can now displayjfb2004-12-081-24/+42
| | | | | | | | | information based on its availability and have separate sections for the Added, Modified and Removed file lists. this will allow us to use the same call for add, commit, import and possibly others Original patch by Joris Vink, some rework from me for the other sections
* less whitespace, more pretty. ok jfbtedu2004-12-071-16/+12
|
* tighten vertical spacing for else; jfb okderaadt2004-12-061-5/+3
|
* 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