summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2006-06-01make // /~ path rewriting optional in adjustname() and use it everywhereJason Wright
2006-06-01Initialize current window, and clear the readonly flag earlier in fileKjell Wooding
2006-06-01Make transpose (c-T) undoable.Kjell Wooding
2006-06-01find-file-other-window and find-buffer-other-window should splitKjell Wooding
2006-06-01Cleanup, and a new one from Aleksander Piotrowski:Kjell Wooding
2006-05-31when adding a new file that already exists set the previousJoris Vink
2006-05-31bogus value in cdb. excess cut n' paste.Michael Coulter
2006-05-31add support for the export command.Joris Vink
2006-05-31support -p flag for diff, makes dlg@ feel all warmJoris Vink
2006-05-31better description for the volume commands; ok mjcJason McIntyre
2006-05-31have rcs_translate_tag translate branches too, whichJoris Vink
2006-05-31be smarter when comparing 2 revisions to each other.Joris Vink
2006-05-31tweaks;Jason McIntyre
2006-05-31add license blockMichael Coulter
2006-05-31set diff_rev2 to file_rcsrev when we are usingJoris Vink
2006-05-31dont check for FILE_UNKNOWN twice,Joris Vink
2006-05-31don't spin if the tty (think ucom) goes awayJason Wright
2006-05-31when blanking, if fd is already open read-only, re-open read/writeMichael Coulter
2006-05-31allow commit to ressurect added files that exist in Attic/Joris Vink
2006-05-31add rewritable blanking and track-at-once burning supportMichael Coulter
2006-05-30fix diff -rrevision usageJoris Vink
2006-05-30only look into the Attic for certain commandsJoris Vink
2006-05-30correctly handle unknown file in removeJoris Vink
2006-05-30ugh forgot to change cvs_file_classify here too.Joris Vink
2006-05-30change cvs_file_classify here to, forgot to commit thisJoris Vink
2006-05-30fill in the correct revision number we will want in file_rcsrevJoris Vink
2006-05-30prettier output when removing files;Joris Vink
2006-05-30clean up the VARIABLES section a little:Jason McIntyre
2006-05-30avoid double fclose(), from coverity/NetBSD; ok ottoPeter Valchev
2006-05-30this fixes a crash observed by Naddy on amd64, and permits the src/dst ip's toTodd T. Fries
2006-05-30make sure cvs_get_repository_path returns a valid repo nameJoris Vink
2006-05-30look inside the Attic if a specified RCS file cannot be foundJoris Vink
2006-05-30Sync usage() with man page and reality.Michael Knudsen
2006-05-30handle lost files, modified files and files with conflicts; OK joris@.Xavier Santolaria
2006-05-30handle special files when doing `cvs add *'; input+OK joris@.Xavier Santolaria
2006-05-30handle -q for Sticky Options and Sticky Tags output; OK joris@.Xavier Santolaria
2006-05-30handle removed files; OK joris@.Xavier Santolaria
2006-05-30hello import, only works for non-existing repositories right now,Joris Vink
2006-05-30nuke cvs_repo_base variableJoris Vink
2006-05-30add CVS_PATH_ATTIC to cvs.h - this shouldve been commitedJoris Vink
2006-05-30the moment we are done commiting a removed file, move the RCS fileJoris Vink
2006-05-29Plug more memory leaks.Ray Lai
2006-05-29Get rid of -t (traditional C) option. Some corrections by moritz.Chad Loder
2006-05-29add trace messages for debugging purposeJoris Vink
2006-05-29fix option stringJoris Vink
2006-05-29Factor out common code for zlib's inflate and deflate operations; ok joris@ xsa@Patrick Latifi
2006-05-29add GSSAPI to the list of authentication methods supported;Jason McIntyre
2006-05-29oops - previous was too long; split the list of auths upJason McIntyre
2006-05-29Add GSSAPIAuthentication and GSSAPIDelegateCredentials to examples in sampleDarren Tucker
2006-05-29Add gssapi-with-mic to PreferredAuthentications default list; ok jmcDarren Tucker