summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2005-11-20toast NO_DIRED #ifdef; ok kjellTheo de Raadt
2005-11-19Remove DO_METAKEY here, too. Noted by Han Boetes.Kjell Wooding
2005-11-19Clean up some lint.Kjell Wooding
2005-11-19Goodbye NO_METAKEYKjell Wooding
2005-11-19knf. OK kjell, bradChad Loder
2005-11-18Split kill buffer code into a separate function.Kjell Wooding
2005-11-18clean up some comments after theo's cleanupKjell Wooding
2005-11-18greedy use of typedef struct was making code harder to read; ok kjell cloderTheo de Raadt
2005-11-18Don't ifdef out. Delete it. That's what the attic is for.Kjell Wooding
2005-11-18Casefold on replace was killed ages ago (it was wrong). Remove aKjell Wooding
2005-11-18Kill a stupid interface. kgrow should take direction, not TRUE/FALSE.Kjell Wooding
2005-11-18One liner to fix doubled yank buffer issue (c-K, c-Y, M-x undo, c-Y).Kjell Wooding
2005-11-18minor knf;Xavier Santolaria
2005-11-18kill more dumb or contextless.Kjell Wooding
2005-11-17some knf and whitespace cleanup.Moritz Jodeit
2005-11-17sort hosts, even when specified on the command line.Moritz Jodeit
2005-11-17yet another output fix;Xavier Santolaria
2005-11-17indent;Xavier Santolaria
2005-11-17"#ifdef is for emacs developers.", back after kjell criedChad Loder
2005-11-17- "revdate" is something else - function should be calledNiall O'Higgins
2005-11-17- split -d handling into function checkin_setrevdate()Niall O'Higgins
2005-11-17- spelling fixNiall O'Higgins
2005-11-16- add comments for functions.Niall O'Higgins
2005-11-16lots of changes to allow greater code re-use and modularisation, along withNiall O'Higgins
2005-11-16knf & cleanup; mickey okTheo de Raadt
2005-11-16add EXAMPLES section; ok jmc nialloXavier Santolaria
2005-11-16respect -q;Xavier Santolaria
2005-11-16nuke trailing whitespace;Xavier Santolaria
2005-11-16more of the air shakers born and died; from eric@Michael Shalayeff
2005-11-16fix output if file is not locked;Xavier Santolaria
2005-11-16- add file existence checkXavier Santolaria
2005-11-16fix writing of RCS files; it has been bugging us for a while now...Xavier Santolaria
2005-11-16I think some people are missing the point of this fileChad Loder
2005-11-16Remove some random stuff theo said once to someoneChad Loder
2005-11-16anotherChad Loder
2005-11-15Include sys/queue.h explicitly instead of assuming some other headerTodd C. Miller
2005-11-14constuct -> constructMiod Vallat
2005-11-14use asprintf(); ok mickeyTheo de Raadt
2005-11-14fix fd leak; then i got a bit carried away making the code prettierTheo de Raadt
2005-11-14use asprintfTheo de Raadt
2005-11-14use asprintf()Theo de Raadt
2005-11-14spacingTheo de Raadt
2005-11-14minor knf;Xavier Santolaria
2005-11-14print RCS file path;Xavier Santolaria
2005-11-13fseeko() and lseek() have different return values. cope with that correctly....Theo de Raadt
2005-11-13Better error checking of snprintfs. From Han Boetes.Kjell Wooding
2005-11-13Copy buffer before handing it to basename().Kjell Wooding
2005-11-12- fix xsa breakage. char arrays on the stack are not NULL if empty. useNiall O'Higgins
2005-11-12- remove strtab stuff. serves no useful purpose.Niall O'Higgins
2005-11-12break in caseTheo de Raadt