summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2008-06-08there are more cases where we cannot show the tags when -v is specified.Joris Vink
2008-06-08do not segfault when running status -v on non existing files.Joris Vink
2008-06-08rcs_translate_tag mustn't fatal() if it cannot resolve a tag. Breaks '-f'Tobias Stoeckmann
2008-06-08allow for multiple release tags, noticed by tobias@Joris Vink
2008-06-08Removed unreachable code.Tobias Stoeckmann
2008-06-08properly check the passed tags if they are valid before attemptingJoris Vink
2008-06-08Avoid memory leaks in directory tag handling by always allocating andTobias Stoeckmann
2008-06-08Properly build up path to description files (descr entry in RCS files ifTobias Stoeckmann
2008-06-08There is no need to convert RCSNUMs to char just to see if they differ.Tobias Stoeckmann
2008-05-30Keyword expansion must not be set if no RCS file is available, for exampleTobias Stoeckmann
2008-05-30Set up cmdp before first possible call of fatal to avoid NULL pointerTobias Stoeckmann
2008-05-30diff -D support, also a change in diff_internals to properly printTobias Stoeckmann
2008-05-30Major rework of our cvs diff implementation fixes tons of GNU cvsTobias Stoeckmann
2008-05-28Don't limit ourselfs when it comes to arguments on command line orTobias Stoeckmann
2008-05-23Properly pass the directory tag of parent directory into new subdirectories.Tobias Stoeckmann
2008-05-22Wrong function names in fatal messages fixed.Tobias Stoeckmann
2008-05-22expension -> expansionTobias Stoeckmann
2008-05-22fix updating to tags pointing at branch revisions;Joris Vink
2008-05-22correctly deal with non-zero depths specified in rcsnum_cmp();Joris Vink
2008-05-22Spacing; Stefan Sperling.Xavier Santolaria
2008-05-22Error messages fixes; Stefan Sperling.Xavier Santolaria
2008-05-17Full support of branches added. We lacked proper support of multipleTobias Stoeckmann
2008-05-11If "cvs admin" encountered an entry in CVS/Entries for a file which has noTobias Stoeckmann
2008-05-11Memory leak in rcs_delta_stats plugged.Tobias Stoeckmann
2008-05-06We have to check if server_argc is 1 instead of lesser than 0 to see ifTobias Stoeckmann
2008-04-24Use a fixed string in case of vasprintf() error instead of relying onTobias Stoeckmann
2008-04-18Properly check memory allocation in client code. While at it, unifiedTobias Stoeckmann
2008-03-18sync the usage with the manpage, use "symbolic_tag" instead of "tag"Reyk Floeter
2008-03-13when a file was locally removed and a diff was done againstStuart Henderson
2008-03-13use RCS_PARSE_FULLY for CVS_OP_ADMIN as well.Joris Vink
2008-03-13properly initialize variablesJoris Vink
2008-03-12missing rcsnum_free();Joris Vink
2008-03-09Fix segmentation fault when running checkout -p on a file withoutTobias Stoeckmann
2008-03-09only compare file types if the file/directory exists both on diskJoris Vink
2008-03-09locate the first occurance of ':' in the given -j argumentsJoris Vink
2008-03-09simplify logic in cvs_update_leavedir()Joris Vink
2008-03-09when in server mode, be sure the client picks up any new directoriesJoris Vink
2008-03-09be sure to build CVS/Root when updating and building directories (-d)Joris Vink
2008-03-09do not use CR_REPO in a remote setup, that will obviously fail.Joris Vink
2008-03-09revert one of tobias his changes, it broke remote for several commands.Joris Vink
2008-03-09proper repository locking:Joris Vink
2008-03-09do not empty the list in cvs_file_walklist() this is the callerJoris Vink
2008-03-09cf->user_supplied cannot be used in cvs_file_classify for all commandsTobias Stoeckmann
2008-03-09Don't force ourself to support CVS_USE_WDIR commands (release, update, ...)Tobias Stoeckmann
2008-03-09be sure to create CVS/Root if we added a new directory to the repository.Joris Vink
2008-03-09pass user_supplied to struct cvs_file so it can be usedJoris Vink
2008-03-09unused varJoris Vink
2008-03-09rename check_dir_tag to user_supplied to reflect what the flagJoris Vink
2008-03-09While allocation memory, make sure that file sizes are smaller than SIZE_MAX.Tobias Stoeckmann
2008-03-09Get README up to date: OpenCVS is linked to build now, but man pages areTobias Stoeckmann