Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-18 | Don't ifdef out. Delete it. That's what the attic is for. | Kjell Wooding | |
2005-11-18 | Casefold on replace was killed ages ago (it was wrong). Remove a | Kjell Wooding | |
leftover (unused) variable. | |||
2005-11-18 | Kill a stupid interface. kgrow should take direction, not TRUE/FALSE. | Kjell Wooding | |
2005-11-18 | One liner to fix doubled yank buffer issue (c-K, c-Y, M-x undo, c-Y). | Kjell Wooding | |
2005-11-18 | minor knf; | Xavier Santolaria | |
2005-11-18 | kill more dumb or contextless. | Kjell Wooding | |
2005-11-17 | some knf and whitespace cleanup. | Moritz Jodeit | |
2005-11-17 | sort hosts, even when specified on the command line. | Moritz Jodeit | |
fixes pr 4614. from alexander.farber at gmail.com. ok millert@ deraadt@ | |||
2005-11-17 | yet another output fix; | Xavier Santolaria | |
2005-11-17 | indent; | Xavier Santolaria | |
2005-11-17 | "#ifdef is for emacs developers.", back after kjell cried | Chad Loder | |
2005-11-17 | - "revdate" is something else - function should be called | Niall O'Higgins | |
checkin_mtimedate() for clarity. | |||
2005-11-17 | - split -d handling into function checkin_setrevdate() | Niall O'Higgins | |
2005-11-17 | - spelling fix | Niall O'Higgins | |
- minor KNF | |||
2005-11-16 | - add comments for functions. | Niall O'Higgins | |
2005-11-16 | lots of changes to allow greater code re-use and modularisation, along with | Niall O'Higgins | |
some support code for rcs file initialisation and -i and -j options (not yet implemented though). no functional changes. | |||
2005-11-16 | knf & cleanup; mickey ok | Theo de Raadt | |
2005-11-16 | add EXAMPLES section; ok jmc niallo | Xavier Santolaria | |
2005-11-16 | respect -q; | Xavier Santolaria | |
2005-11-16 | nuke trailing whitespace; | Xavier Santolaria | |
2005-11-16 | more of the air shakers born and died; from eric@ | Michael Shalayeff | |
2005-11-16 | fix output if file is not locked; | Xavier Santolaria | |
2005-11-16 | - add file existence check | Xavier Santolaria | |
- do not pollute with uneeded error messages | |||
2005-11-16 | fix writing of RCS files; it has been bugging us for a while now... | Xavier Santolaria | |
now, former RCS suite can make a use of our newly written RCS files; ok joris niallo | |||
2005-11-16 | I think some people are missing the point of this file | Chad Loder | |
2005-11-16 | Remove some random stuff theo said once to someone | Chad Loder | |
2005-11-16 | another | Chad Loder | |
2005-11-15 | Include sys/queue.h explicitly instead of assuming some other header | Todd C. Miller | |
will pull it in. At the moment it gets pulled in by sys/select.h (which ssh has no business including) via event.h. OK markus@ | |||
2005-11-14 | constuct -> construct | Miod Vallat | |
2005-11-14 | use asprintf(); ok mickey | Theo de Raadt | |
2005-11-14 | fix fd leak; then i got a bit carried away making the code prettier | Theo de Raadt | |
2005-11-14 | use asprintf | Theo de Raadt | |
2005-11-14 | use asprintf() | Theo de Raadt | |
2005-11-14 | spacing | Theo de Raadt | |
2005-11-14 | minor knf; | Xavier Santolaria | |
2005-11-14 | print RCS file path; | Xavier Santolaria | |
2005-11-13 | fseeko() and lseek() have different return values. cope with that ↵ | Theo de Raadt | |
correctly. spotted by dhill@mindcry.org | |||
2005-11-13 | Better error checking of snprintfs. From Han Boetes. | Kjell Wooding | |
2005-11-13 | Copy buffer before handing it to basename(). | Kjell Wooding | |
Inspired by a patch from Han Boetes. | |||
2005-11-12 | - fix xsa breakage. char arrays on the stack are not NULL if empty. use | Niall O'Higgins | |
flags instead. - add a few more flags defines while i'm here. | |||
2005-11-12 | - remove strtab stuff. serves no useful purpose. | Niall O'Higgins | |
diff is from joris@, committing on his behalf because his net connection is very dodgy right now. | |||
2005-11-12 | break in case | Theo de Raadt | |
2005-11-12 | remove unused variable; ok kjell | Theo de Raadt | |
2005-11-12 | Paranoia. Check if last of a series of strlcats overflows. Pointed out by | Kjell Wooding | |
Han Boetes. | |||
2005-11-12 | avoid close(-1), as in rcp; ok cloder | Theo de Raadt | |
2005-11-12 | space | Theo de Raadt | |
2005-11-12 | more asprintf; ok dhill@mindcry.org | Theo de Raadt | |
2005-11-12 | support for `-Aoldfile'; joris ok | Xavier Santolaria | |
2005-11-12 | use asprintf instead; dhill@mindcry.org | Theo de Raadt | |
2005-11-11 | Now that we have an editable minibuffer, revert parsing of | Kjell Wooding | |
"//" and "/~" as '/' and '~' respectively. I know emacs does it, but it is weird, and breaks things that foolishly use filenames like "/tmp//crontab.xxxx". Proddings from matthieu and deraadt. Error report from Bernd Ahlers. |