Age | Commit message (Expand) | Author |
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 |
2003-07-16 | another | Henning Brauer |
2003-07-15 | can't use err after vfork. ok millert | Ted Unangst |
2003-07-15 | Fix line ranges for unidiffs. Problem noted by otto@ | Todd C. Miller |
2003-07-15 | stop using libcom_err, it is built into krb5 | Theo de Raadt |
2003-07-15 | Don't compress a file that already has a known compression prefix. | Todd C. Miller |
2003-07-15 | - .Ql Li -> .Ql (Ql already provides literal font) | Jason McIntyre |
2003-07-15 | .Ql Fl -> .Sq Fl where literal doesn't make sense; | Jason McIntyre |
2003-07-14 | range-check numeric arguments (-num, -A num, -B num) | Todd C. Miller |
2003-07-14 | Improved (and cleaner) suffix handling code. Now "gunzip foo.tgz" | Todd C. Miller |
2003-07-14 | -t and implied -c due to piped in input is a legal combination of flags | Michael Shalayeff |
2003-07-14 | knf | Theo de Raadt |
2003-07-14 | Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, Dav... | Magnus Holmberg |
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 |