summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/logmsg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Accommodate POSIX basename(3) that takes a non-const parameter andnaddy2020-10-191-13/+32
* Bring the opencvs log message template inline with other cvs implementations.joris2017-05-281-5/+5
* Quiet compiler warnings. OK tomc@ tb@millert2016-10-151-3/+3
* When the commit message is empty, don't default to c)ontinuetb2016-08-161-5/+5
* Remove xfree(), like already done for RCS. From Michael W Bombardieri,nicm2015-11-051-10/+8
* Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@millert2015-02-051-1/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* Reduce variable/function name and whitespace differences betweenray2010-07-231-6/+6
* Rename a bunch of variables and functions, removing the cvs_/rcs_ray2010-07-231-2/+2
* switch our file and directory lists to RB trees (see tree(3)),joris2009-03-251-7/+7
* Small optimization.ray2008-11-261-3/+2
* New trigger framework that allows us to run the required scriptsjoris2008-06-101-4/+72
* Handle commits on a per-directory basis instead handling all of them attobias2008-06-081-12/+43
* Wrong function names in fatal messages fixed.tobias2008-05-221-2/+2
* While allocation memory, make sure that file sizes are smaller than SIZE_MAX.tobias2008-03-091-1/+4
* Cleanup buf implementation:tobias2008-02-111-2/+2
* missing header for mkstempchl2007-09-251-2/+3
* Replaced strlen() with sizeof() - 1 when #define'd strings are used.tobias2007-09-041-2/+2
* Handle ^D as a)bort in log message question.tobias2007-09-041-2/+2
* properly send our log message to the server using Argumentx, so wejoris2007-08-301-3/+1
* cvs_logmsg_edit no longer fails with ECHILD.ray2007-05-111-2/+8
* Sync with editit from sendbug.ray2007-05-111-29/+19
* - correct signal handling and process waiting for the EDITOR support codexsa2007-04-201-9/+63
* general includes cleanup sweep. ok joris@ niallo@otto2007-02-221-5/+7
* zap uneeded close() calls after fclose(); pointed out by and OK otto@.xsa2007-01-251-3/+1
* do not use strlcpuy on a buffer filled by fgetln, since fgetln doesotto2007-01-251-2/+3
* strl* overload, use xasprintf().xsa2007-01-111-10/+2
* save errno.xsa2007-01-111-5/+9
* add the temporary file we create to the temp_files worklistjoris2007-01-071-1/+3
* make the output when interrupting writing the log message consistent.jasper2007-01-071-2/+2
* and lets make import work with the new logmsg code too!joris2007-01-071-4/+4
* rewrite of the logmessage code, which allows you tojoris2007-01-071-0/+193
* commit the new opencvs code, i have been hacking onjoris2006-05-271-298/+0
* remove a metric buttload of excessive ()deraadt2006-04-141-7/+7
* #include's cleanup; ok joris@ niallo@.xsa2006-01-021-9/+2
* major cleanup of the functions handling the remote cvs protocol.joris2005-12-301-8/+4
* unitialized variable. ok xsa@moritz2005-12-221-1/+2
* fatal()ization! OK joris@.xsa2005-12-211-52/+23
* cvs_buf_putc() and cvs_buf_write_*() functions cannot fail anymore;xsa2005-12-201-5/+2
* switch to xmalloc stuff, me and xsa@ agreed on this a longjoris2005-12-101-2/+2
* missing casts; ok jorisxsa2005-08-141-2/+2
* fgets() expects the 2nd arg to be an int. OK jfb@ joris@.xsa2005-08-101-4/+4
* use cvs_tmpdir; OK jfb@ joris@.xsa2005-08-081-3/+3
* KNF;xsa2005-07-251-4/+4
* KNF;xsa2005-07-251-3/+3
* correctly seperate added, modified and removed files for use in thejoris2005-07-231-1/+4
* - set LP_ABORT log level when action is abored by user instead of LP_ERRxsa2005-06-021-3/+3
* headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;xsa2005-05-311-3/+3
* Modify the CVSFILE structure using a union to keep information aboutjfb2005-04-181-2/+2
* spelling fixesdavid2005-02-261-2/+2