summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
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
2008-06-27Bump version; we're not going to stay with 1.0 forever.Xavier Santolaria
2008-06-26plug a memleak in rcs_rev_getlines() - initially noticed & diff byJoris Vink
2008-06-23Some conformance fixes:Anders Magnusson
2008-06-21add a hash table mechanism based upon hcreate(3) but one that allowsJoris Vink
2008-06-20Don't parse CVS/Root during import.Tobias Stoeckmann
2008-06-20admin is only allowed on files which have an entry in CVS/Entries.Tobias Stoeckmann
2008-06-20Properly send -D arguments to server when run as a client. Issue spottedTobias Stoeckmann
2008-06-20If -N has been specified along -D for diff, treat invalid dates as non-existe...Tobias Stoeckmann
2008-06-19If checkout/update -p is requested with a specific tag for a file whichTobias Stoeckmann
2008-06-19Add entries to history file only if it already exists.Tobias Stoeckmann
2008-06-17Plug memory and file descriptor leaks, diff by Jonathan Armani.Tobias Stoeckmann
2008-06-17Regular expressions to match repository are allowed to have % in front.Tobias Stoeckmann
2008-06-17unused varsJoris Vink
2008-06-17unbreak diff for newly added files, tsk.Joris Vink
2008-06-15if we are using RCS_PARSE_FULLY we can close the RCS file descriptorJoris Vink
2008-06-15Support the addition of new files in branches.Tobias Stoeckmann
2008-06-15open the RCS file descriptor with O_RDONLY, like all other code does.Joris Vink
2008-06-14unfuck CVS/Tag creation, karma sucks doesn't it.Joris Vink
2008-06-14Conforming to RCS specification, it is possible but unlikely to encounterTobias Stoeckmann
2008-06-14Added support for sticky date set in CVS/Tag and CVS/Entries per directory.Tobias Stoeckmann
2008-06-14don't always re-open the same CVS/Entries file, instead keep theJoris Vink
2008-06-14Run cvs_remove_force only if -f has been specified.Tobias Stoeckmann
2008-06-14No need to add \n at the end of format string for a fatal call.Tobias Stoeckmann
2008-06-14Don't trick user into believing that it's actually possible to add a fileTobias Stoeckmann
2008-06-14Fixed wrong function name in fatal call.Tobias Stoeckmann
2008-06-13pass the complete path to cvs_file_get_cf() instead of reconstructingJoris Vink
2008-06-12we should be able to handle symbol names that are also RCS tokens,Joris Vink
2008-06-12Fixed a memory leak in export noticed by joris.Tobias Stoeckmann
2008-06-12properly deal with CVS_USE_WDIR.Joris Vink
2008-06-12cmdp can be NULL while still in cvs_getopt(), so deal with thisJoris Vink
2008-06-12You successfully cast 'remove dead cruft'Joris Vink
2008-06-12fix logicJoris Vink
2008-06-12completely kill the need for TMP_DIR when running checkout,Joris Vink
2008-06-12show any signal we might have received that killed our cvs process.Joris Vink
2008-06-11always enter cvs_update_leavedir()Joris Vink