Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the non-standard -l flag that pipes the output through pr(1). | 2015-10-05 | 1 | -25/+0 | |
| | | | | Based on a diff from and OK deraadt@ | ||||
* | Re-implement -l flag; diff -l now works correctly in non-directory | 2003-07-09 | 1 | -0/+25 | |
| | | | | mode (like GNU diff). | ||||
* | Some fairly major changes: | 2003-07-06 | 1 | -34/+0 | |
| | | | | | | | | | | | | | | | | | | | | | 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@ | ||||
* | Kill non-standard -l option as discussed with tedu@ | 2003-07-04 | 1 | -1/+0 | |
| | |||||
* | Kill diff -h, we don't use or want diffh. Discussed w/ tedu@ | 2003-07-04 | 1 | -1/+0 | |
| | |||||
* | diffh belongs in /usr/libexec/ | 2003-07-02 | 1 | -1/+1 | |
| | |||||
* | Fix temp file handling and deal with the case where we might need 2 temp files. | 2003-06-26 | 1 | -2/+2 | |
| | |||||
* | remove term 3 | 2003-06-25 | 1 | -5/+1 | |
| | |||||
* | Update from 4.4 to get new-style copyright notice and trim the advert clause | 2003-06-25 | 1 | -16/+31 | |
| | |||||
* | cleanup. ansi, headers, correct prototypes, some safer string and | 2003-06-25 | 1 | -0/+1 | |
| | | | | | tempfile functions, whitespace, ... no functional improvements yet | ||||
* | 4.3reno diff. This is free because of the Caldera license. Nasty, but a | 2003-06-25 | 1 | -0/+24 | |
place to start. |