summaryrefslogtreecommitdiff
path: root/usr.bin/sdiff/edit.c
AgeCommit message (Expand)Author
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2016-10-15Move cleanup() into the edit.c file which is the only users of that functionBaptiste Daroussin
2016-10-15Turn editit into a static functionBaptiste Daroussin
2016-05-07Revert r299218 VISUAL is actually a perfecly valid env to specify an editorBaptiste Daroussin
2016-05-07Only use EDITOR as a variable to specify which text editor to useBaptiste Daroussin
2016-05-07Directly call the editor if needed instead of spawning /bin/shBaptiste Daroussin
2016-04-29import sdiff(1) from GSoC 2012Baptiste Daroussin