summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/logmsg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* more error checking on buffer operations and plug a descriptor leakjfb2005-01-031-4/+15
* complain if we fail to send the log message so the caller doesn'tjfb2004-12-081-3/+7
* rearrange the output loop for file lists in the log message so we don'tjfb2004-12-081-2/+3
* embrace and extend (!) cvs_logmsg_get() so we can now displayjfb2004-12-081-24/+42
* less whitespace, more pretty. ok jfbtedu2004-12-071-16/+12