aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/diff.c
AgeCommit message (Expand)Author
2020-08-11Fix spelling errorsAntoni Villalonga i Noceras
2019-08-29diff and patch: support special characters in filenames with quoting as well ...William Haddon
2019-07-12diff: implement --strip-trailing-cr.Elliott Hughes
2019-06-24diff: fix diff of stdin for systems without /tmp.Elliott Hughes
2019-03-18diff: use TOYFLAG_ARGFAIL.Elliott Hughes
2018-07-13diff: fix build with -Wformat=security.Elliott Hughes
2018-07-04diff: add timestamps to the ---/+++ lines and --color.Elliott Hughes
2016-11-21Have dirtree_notdotdot() pass through !node->parent so . and .. on the commandRob Landley
2016-04-14Fix a buffer overflow in diff -r.Andy Chu
2016-03-07Cleanup pass on the dirtree infrastructure, in preparation for making rm -rRob Landley
2015-05-09Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out fromRob Landley
2014-08-02Squash mix of tabs and spaces to just spaces.Rob Landley
2014-08-02New toys unified DIFF and USERDEL.Ashwini Sharma