summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/edit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stop looking at current_cvsroot->cr_method to figure out if we're remote or not.joris2017-06-011-7/+7
* rcsnum_free() -> free() cleanups. From Michael W. Bombardieri.fcambus2016-10-131-2/+2
* Remove xfree(), like already done for RCS. From Michael W Bombardieri,nicm2015-11-051-2/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-8/+8
* when opencvs is started with trace option `-t' it must print function itzinovik2010-07-091-3/+3
* Some conformance fixes:ragge2008-06-231-6/+6
* don't always re-open the same CVS/Entries file, instead keep thejoris2008-06-141-2/+1
* Avoid possible NULL pointer dereferences by using reentrant versionstobias2008-06-111-11/+8
* spacingderaadt2008-03-011-2/+2
* Sticky tags must have a 'T' in front of them in CVS/Entries.tobias2008-02-061-3/+8
* Added -k flag support for all commands which support it.tobias2008-02-041-4/+3
* Replaced the unused cvs_command variable cmd_req with cmd_flags, which statestobias2008-01-311-4/+4
* Properly handle -R -- although it is default, it may be overwritten mit -ltobias2008-01-281-1/+4
* another strcspn() roundtobias2008-01-101-7/+4
* strcspn() changegilles2007-10-051-5/+2
* oops i was suppose to pass cvs_directory_tag to cvs_file_classify().joris2007-09-241-2/+2
* better branching/sticky tag support, no branch commits yet though.joris2007-09-221-3/+3
* Sync time buffer size; missed in previous commit.xsa2007-07-011-3/+3
* Sync revisions and time buffers size to be consistent with each others.xsa2007-06-281-3/+3
* general includes cleanup sweep. ok joris@ niallo@otto2007-02-221-3/+6
* cvs_path_cat() removal since we can now easily handle thatxsa2007-02-171-7/+5
* remove the cvs_file_classify() `loud' argument, it was usedjoris2007-02-091-3/+3
* use more stack allocations for fixed size buffers. ok xsa@ joris@otto2007-01-251-14/+7
* typo in error message.xsa2007-01-251-2/+2
* update the revision number in CVS/Entries from CVS/Baserev if wexsa2007-01-111-8/+36
* sync joris' last change (connection to remote server when all options arexsa2007-01-111-1/+2
* in a remote setup:joris2007-01-111-1/+3
* add a cvs_file_copy routine and use it for the edit command toxsa2007-01-101-2/+3
* remove uneeded linebreak when creating the CVS/Notifyxsa2007-01-091-2/+2
* - simplify CVS/Baserev file parsing; makes unedit work better.xsa2007-01-081-30/+49
* add cvs_base_handle() routine to handle the CVS/Baserev* files.xsa2007-01-061-4/+88
* for edit: create the CVS/Base directory if it does not already exist.xsa2007-01-051-1/+5
* use current working directory fullpath for notifications.xsa2007-01-051-5/+11
* correctly handle time in notifications.xsa2007-01-051-7/+11
* use correct hostname for notifications.xsa2007-01-051-5/+11
* starting bits for the edit command. more to come.xsa2007-01-051-1/+139
* - introduce file comparison routine, cvs_file_cmp().xsa2007-01-051-2/+10
* set permissions back on the file after it got copied from thexsa2007-01-031-1/+4
* some unedit command bits; still work in progress for local mode.xsa2007-01-021-2/+111
* skeletons for the client-side part of the editors and watchers commands.xsa2007-01-021-0/+92
* commit the new opencvs code, i have been hacking onjoris2006-05-271-186/+0
* zap more unused variables.xsa2006-03-161-13/+2
* #include's cleanup; ok joris@ niallo@.xsa2006-01-021-10/+2
* major cleanup of the functions handling the remote cvs protocol.joris2005-12-301-21/+9
* - editors remote handlerxsa2005-10-101-7/+61
* KNF;xsa2005-07-251-4/+4
* zap unused variables;joris2005-07-101-3/+2
* add some comments ..xsa2005-05-311-1/+5
* headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;xsa2005-05-311-2/+2
* we do not use sysexits.h anymore, nuke it!xsa2005-05-281-2/+1