Age | Commit message (Expand) | Author |
2003-07-22 | More cleanup. | Otto Moerbeek |
2003-07-22 | switch to our own diff/diff3 (sdiff goes bye bye) | Theo de Raadt |
2003-07-22 | - use :L variable modifier with ELF_TOOLCHAIN variable | Brad Smith |
2003-07-22 | Add missing terminator to long options list. | Todd C. Miller |
2003-07-22 | remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1); | Markus Friedl |
2003-07-22 | Fixed the "dot alone on a line" bug. | Todd C. Miller |
2003-07-22 | Bring FILES section up to date. | Todd C. Miller |
2003-07-22 | Implement the -L and -T options from GNU diff. | Todd C. Miller |
2003-07-22 | Historically, when comparing two directories in -e mode, BSD diff | Todd C. Miller |
2003-07-22 | Don't print lines consisting solely of a dot ('.') in -e mode since | Todd C. Miller |
2003-07-22 | Install diff3.ksh with the correct name; noticed by Theo | Todd C. Miller |
2003-07-21 | Historically, the "Only in" messages produced in dir mode | Todd C. Miller |
2003-07-21 | Add STANDARDS section | Todd C. Miller |
2003-07-21 | Don't print a trailing '/' in foo when printing "Only in foo: bar" | Todd C. Miller |
2003-07-21 | Fix printing of status when not in -l mode which was broken when the | Todd C. Miller |
2003-07-21 | a little KNF | Henning Brauer |
2003-07-21 | POSIX-compliant output when there are two paths w/ the same name but | Todd C. Miller |
2003-07-21 | Back out invalid line number fix. It core dumps in some cases. Problem found by | Otto Moerbeek |
2003-07-21 | Updated license from nvi-1.81.5 since we will be pulling in patches from it. | Todd C. Miller |
2003-07-21 | Expand change records array as needed; passes Otto's new regression test. | Todd C. Miller |
2003-07-21 | fix header | Theo de Raadt |
2003-07-21 | remove a bit more junk | Theo de Raadt |
2003-07-21 | knf | Theo de Raadt |
2003-07-21 | knf and other cleanup; ok otto | Theo de Raadt |
2003-07-21 | Merge back some changes from skimo's tree, fixes endless recursions | Daniel Hartmeier |
2003-07-20 | After some discussion on icb it seems a do {} while is what we want | Todd C. Miller |
2003-07-20 | Close PR 3358 by changing the loop from do {} while -> for; tdeval@ OK | Todd C. Miller |
2003-07-20 | document exit values | Todd C. Miller |
2003-07-19 | fix sftp filename parsing for arguments with escaped quotes. bz #517; ok markus | Damien Miller |
2003-07-19 | don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs) | David Krause |
2003-07-18 | add missing includes | David Krause |
2003-07-18 | Previously, "cat" mode (ie: zcat) was set if no input file was specified, | Todd C. Miller |
2003-07-18 | Change "nosave" back into a boolean for improved grokability. | Todd C. Miller |
2003-07-18 | remove junk; ok otto tedu | Theo de Raadt |
2003-07-18 | userid is unsigned, but well, force it anyways; andrushock@korovino.net | Theo de Raadt |
2003-07-17 | cc -O2 -pipe -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DDIRENT=1 -DDYN_ALLOC -c ... | Todd C. Miller |
2003-07-17 | two calls is less than a loop for two; millert@ ok | Michael Shalayeff |
2003-07-17 | o implement -l, -n and -N (including setting outfile + mtime) | Todd C. Miller |
2003-07-17 | Fix merge error. | Otto Moerbeek |
2003-07-17 | Make it clear what -C does w/o having to read the description of -A/-B. | Todd C. Miller |
2003-07-16 | Deal with files that lack a final newline before EOF (you naughty | Todd C. Miller |
2003-07-16 | some minor DPADD changes | Theo de Raadt |
2003-07-16 | When reallocing pattern, use sizeof(*pattern) not sizeof(int). | Todd C. Miller |
2003-07-16 | Teach patch how to deal with \ No newline at end of file. | Otto Moerbeek |
2003-07-16 | Do not produce garbage if the patch file contains invalid line numbers. | Otto Moerbeek |
2003-07-16 | mcc -> fcc; from Love Hörnquist Åstrand <lha@it.su.se> | Markus Friedl |
2003-07-16 | clear IUCLC in enter_raw_mode; from rob@pitman.co.za; ok deraadt@, fgs@ | Markus Friedl |
2003-07-16 | don't exit on multiple -v or -d; ok deraadt@ | Markus Friedl |
2003-07-16 | Remove unused mkdep scripts. | Otto Moerbeek |
2003-07-16 | Produce correct output if the options include "-o". Remove umask | Otto Moerbeek |