summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2006-06-06more bits for the export command to work correctly. OK joris@.Xavier Santolaria
2006-06-06hello commit -F supportJoris Vink
2006-06-06add support for the -D option of update,Joris Vink
2006-06-05allow the re-adding of files with previous revisionsJoris Vink
2006-06-04- initialise path pointers to NULL since error code checks for that.Niall O'Higgins
2006-06-04sync exit status bits with reality.Xavier Santolaria
2006-06-04- explicitly set some pointers to NULL since they are tested on error.Niall O'Higgins
2006-06-04fix output if file is lost, unknown, or in the Attic; OK joris@.Xavier Santolaria
2006-06-04lets not stop looking for a branch if the first oneJoris Vink
2006-06-04sprinkle -n voodoo over the add, commit and import commands.Joris Vink
2006-06-04- we can just use the 'sizdiff' variable instead of calling strlen(expbuf);Niall O'Higgins
2006-06-04- ensure fin pointer is not invalidated after reallocNiall O'Higgins
2006-06-04- don't forget to free data in rcs_expand_keywords()Niall O'Higgins
2006-06-04- fix off-by-one in rcs_expand_keywords()Niall O'Higgins
2006-06-03add support for update -A and update -r<rev>.Joris Vink
2006-06-03- correctly handle binary files; say bye bye to using c strings for deltatexts.Niall O'Higgins
2006-06-02various spelling fixesDavid Krause
2006-06-02- at end of checkin_main loop, reset pb.newrev. fixes a problem with checkinNiall O'Higgins
2006-06-02Rework logic for function argument conversion warnings. Only do certainChad Loder
2006-06-02Show interface state and link state in ifstat output. Idea and OK dlg@Claudio Jeker
2006-06-02strtoul() -> strtonum(). Also change iflag to unsigned int, sinceRay Lai
2006-06-02Replaced by new stuff in regressIan Darwin
2006-06-01Remove two unnecessary strlen() calls. Also, check if asprintfRay Lai
2006-06-01- rcs_buf_release() has no need for u_char since it returns void *Niall O'Higgins
2006-06-01- zap dangling macro, will be replaced with a function later.Niall O'Higgins
2006-06-01fix outputJoris Vink
2006-06-01import work on existing repos:Joris Vink
2006-06-01major rewrite of some rcs parsing stuff:Joris Vink
2006-06-01Like DENIC, DK-HOSTMASTER is requires extra attention. This makes youMichael Knudsen
2006-06-01kill another superfluous strlenKjell Wooding
2006-06-01Style. no practical change.Kjell Wooding
2006-06-01Fix message on empty goto-line. While here, lose a strlen and KNF.Kjell Wooding
2006-06-01call get_remote_ipaddr() early; fixes logging after client disconnects;Markus Friedl
2006-06-01Display line number in the mg statusbar. Yes, it seems like a fuglyKjell Wooding
2006-06-01tidy up the "tao" section;Jason McIntyre
2006-06-01minor tweaksTheo de Raadt
2006-06-01add checks for disc size before we set out trying to burn 4gbMichael Coulter
2006-06-01better command line usage as suggested by deraadt@Michael Coulter
2006-06-01fix styleKjell Wooding
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