summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/edit.c
AgeCommit message (Expand)Author
2017-06-01Stop looking at current_cvsroot->cr_method to figure out if we're remote or not.Joris Vink
2016-10-13rcsnum_free() -> free() cleanups. From Michael W. Bombardieri.Frederic Cambus
2015-11-05Remove xfree(), like already done for RCS. From Michael W Bombardieri,Nicholas Marriott
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2010-07-09when opencvs is started with trace option `-t' it must print function itzinovik
2008-06-23Some conformance fixes:Anders Magnusson
2008-06-14don't always re-open the same CVS/Entries file, instead keep theJoris Vink
2008-06-11Avoid possible NULL pointer dereferences by using reentrant versionsTobias Stoeckmann
2008-03-01spacingTheo de Raadt
2008-02-06Sticky tags must have a 'T' in front of them in CVS/Entries.Tobias Stoeckmann
2008-02-04Added -k flag support for all commands which support it.Tobias Stoeckmann
2008-01-31Replaced the unused cvs_command variable cmd_req with cmd_flags, which statesTobias Stoeckmann
2008-01-28Properly handle -R -- although it is default, it may be overwritten mit -lTobias Stoeckmann
2008-01-10another strcspn() roundTobias Stoeckmann
2007-10-05strcspn() changeGilles Chehade
2007-09-24oops i was suppose to pass cvs_directory_tag to cvs_file_classify().Joris Vink
2007-09-22better branching/sticky tag support, no branch commits yet though.Joris Vink
2007-07-01Sync time buffer size; missed in previous commit.Xavier Santolaria
2007-06-28Sync revisions and time buffers size to be consistent with each others.Xavier Santolaria
2007-02-22general includes cleanup sweep. ok joris@ niallo@Otto Moerbeek
2007-02-17cvs_path_cat() removal since we can now easily handle thatXavier Santolaria
2007-02-09remove the cvs_file_classify() `loud' argument, it was usedJoris Vink
2007-01-25use more stack allocations for fixed size buffers. ok xsa@ joris@Otto Moerbeek
2007-01-25typo in error message.Xavier Santolaria
2007-01-11update the revision number in CVS/Entries from CVS/Baserev if weXavier Santolaria
2007-01-11sync joris' last change (connection to remote server when all options areXavier Santolaria
2007-01-11in a remote setup:Joris Vink
2007-01-10add a cvs_file_copy routine and use it for the edit command toXavier Santolaria
2007-01-09remove uneeded linebreak when creating the CVS/NotifyXavier Santolaria
2007-01-08- simplify CVS/Baserev file parsing; makes unedit work better.Xavier Santolaria
2007-01-06add cvs_base_handle() routine to handle the CVS/Baserev* files.Xavier Santolaria
2007-01-05for edit: create the CVS/Base directory if it does not already exist.Xavier Santolaria
2007-01-05use current working directory fullpath for notifications.Xavier Santolaria
2007-01-05correctly handle time in notifications.Xavier Santolaria
2007-01-05use correct hostname for notifications.Xavier Santolaria
2007-01-05starting bits for the edit command. more to come.Xavier Santolaria
2007-01-05- introduce file comparison routine, cvs_file_cmp().Xavier Santolaria
2007-01-03set permissions back on the file after it got copied from theXavier Santolaria
2007-01-02some unedit command bits; still work in progress for local mode.Xavier Santolaria
2007-01-02skeletons for the client-side part of the editors and watchers commands.Xavier Santolaria
2006-05-27commit the new opencvs code, i have been hacking onJoris Vink
2006-03-16zap more unused variables.Xavier Santolaria
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2005-12-30major cleanup of the functions handling the remote cvs protocol.Joris Vink
2005-10-10- editors remote handlerXavier Santolaria
2005-07-25KNF;Xavier Santolaria
2005-07-10zap unused variables;Joris Vink
2005-05-31add some comments ..Xavier Santolaria
2005-05-31headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;Xavier Santolaria
2005-05-28we do not use sysexits.h anymore, nuke it!Xavier Santolaria