summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2009-03-23kill SIZE_LEFT() macro, no longer usedJoris Vink
2009-03-23simplifyJoris Vink
2009-03-23remove debug, blehJoris Vink
2009-03-23add rlog -d support, ported from openrcs byJoris Vink
2009-03-23LP_NOTICE should be LP_ERR when showing directory messages.Joris Vink
2009-03-23any directory messages are, believe it or not, suppose to go to LP_ERRJoris Vink
2009-03-22styleTobias Stoeckmann
2009-03-22Avoid the usage of uninitialized value, which even might result in a memoryTobias Stoeckmann
2009-03-22Properly free allocated memory in error case.Tobias Stoeckmann
2009-03-21use file_rcsrev when printing out Repository revision soJoris Vink
2009-03-21kill useless return;Joris Vink
2009-03-21be smarter when checking if a directory is empty by looking atJoris Vink
2009-03-19do not diff files server-side that are uptodate but require a patch,Joris Vink
2009-03-19kill unused varsJoris Vink
2009-03-19only pass the real $var to expand_vars() instead of the entireJoris Vink
2009-03-19properly register Questionable files using CVS/Entries server-sideJoris Vink
2009-03-18be carefull when trying to access cf->file_rcs in cvs_checkout_file()Joris Vink
2009-02-23unused varJoris Vink
2009-02-23we no longer push out Set-sticky to the client when writingJoris Vink
2009-02-23Properly convert between gmt and localtime for unchanged files as client.Tobias Stoeckmann
2009-02-21Properly convert dates between timezones before comparison.Tobias Stoeckmann
2009-02-21fix grammarJoris Vink
2009-02-21use FILE_ON_DISK flags when we need to verify if a fileJoris Vink
2009-02-21bump to match release versionJoris Vink
2009-02-21use file_flags for 2 more reasons:Joris Vink
2009-02-21in cvs_mkpath() always look for an existing CVS/Repository fileJoris Vink
2009-02-21correct Set-sticky and Clear-sticky responses toJoris Vink
2009-02-21cleanup of CVSROOT, we have no need for cr_flags,Joris Vink
2009-02-21alter cvs_file_get() so it takes flags instead of one setJoris Vink
2009-02-18fix off by one character when constructing $Mdocdate$.Joris Vink
2009-02-15add our temporary RCS file to our temp_files worklist in caseJoris Vink
2009-02-13be more sane in handling the given repository pathJoris Vink
2009-01-28enable -d for the export command.Pierre-Yves Ritschard
2009-01-14fix printing status on removed files by default;Joris Vink
2009-01-02Add format attributes to functions that use variable arguments andCan Erkin Acar
2008-11-26Small optimization.Ray Lai
2008-11-09Removed unneeded conversion from RCSNUM to string in rcs_rev_setlog.Tobias Stoeckmann
2008-09-17try getlogin() to get the real username when comitting files as root.Reyk Floeter
2008-09-12Move the revision selection in front of output, so errors won't mix upTobias Stoeckmann
2008-09-12Plugged two memory leaks which could be encountered while using -r argumentTobias Stoeckmann
2008-09-12Be also very conservative about the supplied revision for state changes,Tobias Stoeckmann
2008-09-12Be very conservative about state changes with "admin -s". With GNU CVSTobias Stoeckmann
2008-08-29Pre-commit checks (CVSROOT/commitinfo) are run before log message isTobias Stoeckmann
2008-08-29Support for variable expansion in trigger files added.Tobias Stoeckmann
2008-08-29If parsing of a command in one of the trigger files fails, treat this as anTobias Stoeckmann
2008-07-08missed in last commit, to make things compile cleanerJoris Vink
2008-07-08make these compile cleanlyJoris Vink
2008-07-08use cf->fd in cvs_remote_sendfile() instead of using a localJoris Vink
2008-06-28if the user supplied -A only checkout files again if a sticky tagJoris Vink
2008-06-27Simply the version string and nuke unecessary variables used to build it.Xavier Santolaria