Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-14 | - .Ql -> .Sq where literal doesn't make sense | Jason McIntyre | |
- fix the width specifiers in lists/displays - change the for loop into a display for better formatting ok espie@ | |||
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 | |
- remove some unnecessary .Pp's | |||
2003-07-14 | .Ic Nm -> .Ic | Jason McIntyre | |
2003-07-14 | - fix a display | Jason McIntyre | |
- escape dashes - remove extra bracket | |||
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 | |
o correct filename for stdin o fix "the the" o remove width from dash list (unused) o -compact for FILES list | |||
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 | |
decompressing from a pipe. Currently assumes that magic numbers are 2 bytes but this is relatively easy to change as needed in the future. Discussed w/ mickey@ | |||
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 | |
patterns. ok tedu@, millert@ | |||
2003-07-10 | grep should exit(2) on error, not exit(1) (1 means no matches found). | Todd C. Miller | |
deraadt@ OK | |||
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 | |
keep track of what the last char from getopt was as well as the previous value of optind so we know when a new number has started. | |||
2003-07-10 | A matching diff3 from 32V w/ some UCB changes. I cleaned this up a bit | Todd C. Miller | |
(KNF and -Wall) and rewrote the shell front-end. | |||
2003-07-10 | the 2^(blocksize*2) rekeying limit is too expensive for 3DES, | Markus Friedl | |
blowfish, etc, so enforce a 1GB limit for small blocksizes. | |||
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 | |
ok deraadt@ tedu@ | |||
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 ↵ | Anil Madhavapeddy | |
bound to the buffer, and add a comment below explaining why the zero-termination is one less than the bound. markus@ ok | |||
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 | |
it so we don't have to worry about cleanup. This means the quit() signal handler and error/errorx can go away too. Move splice() out of diffreg() and into diff.c where it belongs since we don't want to be calling splice() for a directory diff. Add a check for mismatched paths (one file, one dir) in diffreg.c. deraadt@ OK | |||
2003-07-09 | Re-implement -l flag; diff -l now works correctly in non-directory | Todd C. Miller | |
mode (like GNU diff). | |||
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 | |
o Fix a double free in the temmp file case | |||
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 | |
millert@ ok | |||
2003-07-07 | in the unix domain socket case, give an ENAMETOOLONG error instead of | Anil Madhavapeddy | |
silently truncating the socket file millert@ ok | |||
2003-07-07 | some fixes from Andrey Matveev: | Jason McIntyre | |
- document "-C file" in SYNOPSIS - add /etc/man.conf to FILES - .Xr makewhatis 8 in SEE ALSO | |||
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 | |
from dir1). | |||
2003-07-06 | generate protos for functions | Theo de Raadt | |
2003-07-06 | Some fairly major changes: | Todd C. Miller | |
o -N is implemented o -X is implemented o -x is implemented o diff.c has been rewritten and GNU long options are now supported o diffdir.c has been rewritten + no longer does fork + exec of /usr/bin/diff + can be called recursively (and will be for -r) o diff.h + don't include any .h files here any more, do it in the .c files + no Bell Labs code in this, gets a UCB copyright (the 32v sources only have a diff.c and there is nothing in common). o diffreg.c + most all remaining globals are now private to diffreg.c + files are only opened once + dynamically allocated objects are either freed or realloced + added missing UCB copyright (there were lots of UCB changes) + print correct thing when -s is specified OK deraadt@ | |||
2003-07-06 | no need to redefine strlcpy here; millert@ ok | Anil Madhavapeddy | |
2003-07-06 | Use symbolic constants for output format. | Todd C. Miller | |
2003-07-04 | Accept but ignore -h for backwards compat like GNU diff does. | Todd C. Miller | |
Pointed out by espie@. Also remove other references to -h mode. | |||
2003-07-04 | Kill non-standard -l option as discussed with tedu@ | Todd C. Miller | |
2003-07-04 | Kill diff -h, we don't use or want diffh. Discussed w/ tedu@ | Todd C. Miller | |
2003-07-04 | Some cosmetic fixes: | Todd C. Miller | |
o get rid of now-unused tempfile variable o move inifdef into diffreg.c (only used there) o correct a comment o use _PATH_DIFF, _PATH_DIFFH and _PATH_PR instead of variables set to them o get rid of hack to look for pr and diff in /bin |