Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-27 | missing full stop and a .Pp; | Jason McIntyre | |
2003-06-27 | - replace .Ql with .Sq; this was also causing a problem with postscript | Jason McIntyre | |
- escape ampersand - missing full stop fixes from wiz@netbsd | |||
2003-06-27 | -a to force ascii compare. ok millert | Ted Unangst | |
2003-06-27 | Fix bug in put_int32() on big endian cpus; deraadt@ OK | Todd C. Miller | |
2003-06-27 | Fix -t mode; it needs to set decomp=1 too | Todd C. Miller | |
2003-06-27 | kill a warning: include <string.h> | David Krause | |
ok tedu@ | |||
2003-06-26 | protos | Vincent Labrecque | |
ok deraadt | |||
2003-06-26 | Remove cruft; We don't have the -I, -1 or -2 options anymore so we don't | Todd C. Miller | |
need the associated scaffolding. tedu@ OK | |||
2003-06-26 | more proto fixes | Theo de Raadt | |
2003-06-26 | change awk script to generate ansi code | Theo de Raadt | |
2003-06-26 | minimal protos | Theo de Raadt | |
2003-06-26 | protos | Theo de Raadt | |
2003-06-26 | ansi and knf and protos | Theo de Raadt | |
2003-06-26 | Fix -r flag that was broken during getopt() conversion--whoops. | Todd C. Miller | |
2003-06-26 | do not dump core for 'ssh -o proxycommand host'; ok deraadt@ | Markus Friedl | |
2003-06-26 | Fix temp file handling. | Todd C. Miller | |
o honor TMPDIR environment variable as per man page o need 2 temp files if both file1 and file2 are devices o add error() and errorx() which cleanup temp file and then call err() and errx() respectively. OK tedu@ | |||
2003-06-26 | 4.4 lint w/ caldera license now | Michael Shalayeff | |
2003-06-26 | caldera-licensed doc | Michael Shalayeff | |
2003-06-26 | caldera-licensed doc | Michael Shalayeff | |
2003-06-26 | oops | Michael Shalayeff | |
2003-06-26 | calder-licensed doc | Michael Shalayeff | |
2003-06-26 | print usage in one printf (instead of four) | Michael Shalayeff | |
2003-06-26 | another proto repair | Theo de Raadt | |
2003-06-26 | bring protypes into scope. this requires some quirky handling, but in | Theo de Raadt | |
the end everything is much clearer; ok tedu (itojun might like to see how ifconfig looks after this) | |||
2003-06-26 | pretty code that prints usage | Theo de Raadt | |
2003-06-26 | Update with unidiff info and make FILES section fit reality. | Todd C. Miller | |
With input from jmc@ | |||
2003-06-26 | Fix temp file handling and deal with the case where we might need 2 temp files. | Todd C. Miller | |
2003-06-26 | off by one in size calculation | Vincent Labrecque | |
ok tedu | |||
2003-06-26 | put all the flags and globals in diff.c, and declare externs in diff.h | Ted Unangst | |
ok millert@ | |||
2003-06-26 | protos | Theo de Raadt | |
2003-06-25 | Add a space after flags that take an argumnent in usage() since getopt() | Todd C. Miller | |
supports that. | |||
2003-06-25 | remove term 3 | Theo de Raadt | |
2003-06-25 | put in a proto | Theo de Raadt | |
2003-06-25 | bring in protos via headers | Theo de Raadt | |
2003-06-25 | Typo police: attribute is better written with an 'r'. | Miod Vallat | |
2003-06-25 | fix unified diff output. ok millert@ | Ted Unangst | |
2003-06-25 | De-uglify usage | Todd C. Miller | |
2003-06-25 | Add unidiff support and try to pretty up usage() a bit | Todd C. Miller | |
2003-06-25 | o use S_ISDIR instead of doing it by hand | Todd C. Miller | |
o rename talloc -> emalloc and ralloc -> erealloc o struct direct -> struct dirent (POSIX) o kill remaining strcpy() o fix unterminated string in setfile() deraadt@ OK | |||
2003-06-25 | delete junk proto | Theo de Raadt | |
2003-06-25 | defn HAVE_ARC4RANDOM and use it | Theo de Raadt | |
2003-06-25 | add a missing proto | Theo de Raadt | |
2003-06-25 | protos | Theo de Raadt | |
2003-06-25 | add proto | Theo de Raadt | |
2003-06-25 | protos | Theo de Raadt | |
2003-06-25 | delete junk protos | Theo de Raadt | |
2003-06-25 | delete junk protos | Theo de Raadt | |
2003-06-25 | Fix getopt string for -D | Todd C. Miller | |
2003-06-25 | cleanup; | Jason McIntyre | |
ok deraadt@ | |||
2003-06-25 | o use getopt() | Todd C. Miller | |
o use err/warn o only call done() when needed (after mkstemp) o add "-C lines" like GNU grep OK deraadt@ |