aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/diff
Commit message (Expand)AuthorAgeFilesLines
* Replace homemade equivalent of tolower(3) by towlower(3)Baptiste Daroussin2017-12-131-60/+15
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-311-0/+11
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Use more flexible expression for replacing t_diff inEnji Cooper2017-07-191-1/+1
* Add tests that exercise -q, like -rq and add tests that test -q like -NrqEnji Cooper2017-07-171-2/+15
* Fix exit status with -rq when there is a file in one directory but not another,Enji Cooper2017-07-171-2/+6
* Add some tests for brief (--brief/-q) formatEnji Cooper2017-07-171-0/+19
* Don't emit "diff: diff <options> arguments" when diffing files ifEnji Cooper2017-07-171-1/+1
* Add some testcases for `diff --side-by-side` supportEnji Cooper2017-06-121-0/+22
* Add -H as an alias for --speed-large-file to match GNU diff.John Baldwin2017-06-021-5/+5
* 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-15/+23
* 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