aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/diff
Commit message (Expand)AuthorAgeFilesLines
* Fix the following warning from gcc 4.2 in usr.bin/diff:Dimitry Andric2017-04-241-6/+7
* Cross reference pr(1) which diff might call with -l optionBaptiste Daroussin2017-04-201-0/+1
* Update the TODO list to reflect what has been changedBaptiste Daroussin2017-04-201-3/+3
* Document all long optionsBaptiste Daroussin2017-04-201-25/+37
* Implement a basic --changed-group-formatBaptiste Daroussin2017-04-207-8/+101
* Add a regression test for diff -DBaptiste Daroussin2017-04-203-1/+37
* Clean up headers declarationBaptiste Daroussin2017-04-153-6/+1
* add a stub --speed-large-files for compatibility with GNU diffBaptiste Daroussin2017-04-082-1/+10
* diff: Show nanoseconds in -u/-c header line.Jilles Tjoelker2017-03-264-14/+22
* diff: Fix mtime of file1 in -u/-c header line.Jilles Tjoelker2017-03-264-4/+22
* diff(1): document remaining long optionsEnji Cooper2017-03-231-15/+85
* Rename tests from <foo> to <foo>_test to match the FreeBSD test suiteEnji Cooper2017-03-232-3/+4
* Use MIN macros from sys/param.hBaptiste Daroussin2017-03-221-1/+1
* Use strndup(3) instead of malloc + memcpyBaptiste Daroussin2017-03-221-3/+2
* Use MAX and MIN macros from sys/param.hBaptiste Daroussin2017-03-221-12/+9
* diff(1): fix SYNOPSIS section noting non-existent option, --no-ignore-caseEnji Cooper2017-03-221-6/+6
* Cache tzdata when running under capsicumBaptiste Daroussin2017-03-201-0/+1
* diff(1): add --strip-trailing-cr to last example in the SYNOPSISEnji Cooper2017-03-191-1/+2
* diff(1): sort long options under -D example in SYNOPSYSEnji Cooper2017-03-151-2/+2
* Integrate contrib/netbsd-tests/usr.bin/diff/t_diff.sh in asEnji Cooper2017-03-151-0/+10
* Do not die if cap_rights_limit reports ENOSYSBaptiste Daroussin2017-03-131-2/+4
* Readd codes that creates a tmp file for diffing stdout or devicesBaptiste Daroussin2017-03-121-2/+48
* Fix building with recent gccBaptiste Daroussin2017-03-122-3/+7
* Implement a stub --horizon-lines=NUM for compatibility with GNU diff3Baptiste Daroussin2017-03-121-0/+4
* Fix wrong date in diff(1)Baptiste Daroussin2017-03-121-1/+1
* Import diff from OpenBSD and remove GNU diffBaptiste Daroussin2017-03-1126-0/+3313
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-302-559/+0
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-272-0/+559