summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/pathnames.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the non-standard -l flag that pipes the output through pr(1).millert2015-10-051-25/+0
| | | | Based on a diff from and OK deraadt@
* Re-implement -l flag; diff -l now works correctly in non-directorymillert2003-07-091-0/+25
| | | | mode (like GNU diff).
* Some fairly major changes:millert2003-07-061-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@millert2003-07-041-1/+0
|
* Kill diff -h, we don't use or want diffh. Discussed w/ tedu@millert2003-07-041-1/+0
|
* diffh belongs in /usr/libexec/millert2003-07-021-1/+1
|
* Fix temp file handling and deal with the case where we might need 2 temp files.millert2003-06-261-2/+2
|
* remove term 3deraadt2003-06-251-5/+1
|
* Update from 4.4 to get new-style copyright notice and trim the advert clausemillert2003-06-251-16/+31
|
* cleanup. ansi, headers, correct prototypes, some safer string andtedu2003-06-251-0/+1
| | | | | tempfile functions, whitespace, ... no functional improvements yet
* 4.3reno diff. This is free because of the Caldera license. Nasty, but aderaadt2003-06-251-0/+24
place to start.