Age | Commit message (Expand) | Author |
2003-07-14 | - .Cm Fl -> .Fl | Jason McIntyre |
2003-07-14 | remove unused Cm; | Jason McIntyre |
2003-07-14 | fix the width of lists; | Jason McIntyre |
2003-07-14 | - Dv Ta -> Ta Dv | Jason McIntyre |
2003-07-14 | remove undocumented -V option. would be only useful if openssh is used | Markus Friedl |
2003-07-14 | - .Ql -> .Sq where literal doesn't make sense | Jason McIntyre |
2003-07-14 | remove some old groff macros; | Jason McIntyre |
2003-07-14 | - escape %{B,D,P} to prevent groff trying to expand them | Jason McIntyre |
2003-07-14 | .Ic Nm -> .Ic | Jason McIntyre |
2003-07-14 | - fix a display | Jason McIntyre |
2003-07-14 | typo in comment. ok henning@ | Otto Moerbeek |
2003-07-14 | toast this piece of junk | Theo de Raadt |
2003-07-13 | fix a list; | Jason McIntyre |
2003-07-13 | Cm Ar -> Ar | Jason McIntyre |
2003-07-13 | .Or -> .Op | Jason McIntyre |
2003-07-13 | Small tweaks from jmc@ | Todd C. Miller |
2003-07-13 | Install zdiff.1; noted by marc@ | Todd C. Miller |
2003-07-12 | Add zdiff | Todd C. Miller |
2003-07-11 | No longer need to assume -g when reading from stdin. | Todd C. Miller |
2003-07-11 | Move magic number checking into main.c and make it work when | Todd C. Miller |
2003-07-10 | sync usage with manpage, add missing -R | Markus Friedl |
2003-07-10 | restore grep -v semantics, print lines that don't match any (mismatch all) | Daniel Hartmeier |
2003-07-10 | grep should exit(2) on error, not exit(1) (1 means no matches found). | Todd C. Miller |
2003-07-10 | knf | Theo de Raadt |
2003-07-10 | Fix parsing of -NUMBER. We now do things a digit at a time and | Todd C. Miller |
2003-07-10 | A matching diff3 from 32V w/ some UCB changes. I cleaned this up a bit | Todd C. Miller |
2003-07-10 | the 2^(blocksize*2) rekeying limit is too expensive for 3DES, | Markus Friedl |
2003-07-10 | Prevent getopts from interpreting +X as -X; avoid the need for a hack. | Todd C. Miller |
2003-07-10 | add missing includes | David Krause |
2003-07-09 | Fix double free; eric jackson | Todd C. Miller |
2003-07-09 | minor tweak: when generating the hex fingerprint, give strlcat the full bound... | Anil Madhavapeddy |
2003-07-09 | protos | Theo de Raadt |
2003-07-09 | ans, knf, err and spaces | Michael Shalayeff |
2003-07-09 | Unlink temp file as soon as it is opened and return a FILE * for | Todd C. Miller |
2003-07-09 | Re-implement -l flag; diff -l now works correctly in non-directory | Todd C. Miller |
2003-07-08 | fix pasto in last commit | Todd C. Miller |
2003-07-08 | o Avoid a temp file if using stdin and stdin is redirected from a regular file | Todd C. Miller |
2003-07-08 | pre-xtian common laws of physics | Michael Shalayeff |
2003-07-08 | fix fd closing logicand close in gzopen(); found by wilfried@ and millert@ ok | Michael Shalayeff |
2003-07-07 | protos | Theo de Raadt |
2003-07-07 | fix readlink() usage. | Mike Pechkin |
2003-07-07 | in the unix domain socket case, give an ENAMETOOLONG error instead of | Anil Madhavapeddy |
2003-07-07 | some fixes from Andrey Matveev: | Jason McIntyre |
2003-07-06 | protos | Theo de Raadt |
2003-07-06 | proto into scope | Theo de Raadt |
2003-07-06 | Add -q option from GNU diff | Todd C. Miller |
2003-07-06 | Implement -P from GNU diff (like -N but only for files that are missing | Todd C. Miller |
2003-07-06 | generate protos for functions | Theo de Raadt |
2003-07-06 | Some fairly major changes: | Todd C. Miller |
2003-07-06 | no need to redefine strlcpy here; millert@ ok | Anil Madhavapeddy |