| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
| |
etcupdate(8) requires that option, while GNU diff supports many more variation
of that options, their behaviour beside the simple verion implemented here are
quite inconsistent as such I do not plan to implement those.
The only special keyword supported by this implementation are: %< and %>
%= is not implemented as the documentation of GNU diff says: common lines, but
it actually when tested print the changes from the first file
Notes:
svn path=/head/; revision=317194
|
|
|
|
| |
Notes:
svn path=/head/; revision=316959
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Show nanoseconds in the -u/-c header line.
The present portability conditionals cannot handle the POSIX standard
st_mtim, so remove them and unconditionally use st_mtim.
PR: 218018
Reported by: jbeich
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D10145
Notes:
svn path=/head/; revision=316002
|
|
|
|
|
|
|
|
|
| |
PR: 218018
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D10140
Notes:
svn path=/head/; revision=315985
|
|
|
|
| |
Notes:
svn path=/head/; revision=315747
|
|
|
|
| |
Notes:
svn path=/head/; revision=315743
|
|
|
|
|
|
|
|
| |
PR: 217957
Reported by: tobik@
Notes:
svn path=/head/; revision=315649
|
|
|
|
|
|
|
| |
Reported by: mmel
Notes:
svn path=/head/; revision=315197
|
|
|
|
| |
Notes:
svn path=/head/; revision=315180
|
|
|
|
|
|
|
| |
Reported by: lwhsu, ngie
Notes:
svn path=/head/; revision=315107
|
|
Some of the modifications from the previous summer of code has been integrated
Modification for compatibility with GNU diff output has been added
Main difference with OpenBSD:
Implement multiple GNU diff options:
* --ignore-file-name-case
* --no-ignore-file-name-case
* --normal
* --tabsize
* --strip-trailing-cr
Make diff -p compatible with GNU diff
Implement diff -l
Make diff -r compatible with GNU diff
Capsicumize diffing 2 regular files
Add a simple test suite
Approved by: AsiaBSDcon devsummit
Obtained from: OpenBSD, GSoC
Relnotes: yes
Notes:
svn path=/head/; revision=315051
|