summaryrefslogtreecommitdiff
path: root/usr.bin/sdiff/edit.c
AgeCommit message (Expand)Author
2013-11-26unsigned char casts for ctypeTheo de Raadt
2009-06-07Don't leak FILE * if multiple -o flags are given.Ray Lai
2007-10-17- Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) byTheo de Raadt
2007-05-11Sync with editit from sendbug.Ray Lai
2007-04-25Copy signal-safe edit function from sendbug.Ray Lai
2007-02-26don't store write(2) return value in size_t; fixes test against -1.Steven Mestdagh
2006-05-25Remove xmktemp() and uses plain old mkstemp(3), avoiding raceRay Lai
2006-05-10Now that lint is smarter, remove /* NOTREACHED */ comments.Ray Lai
2006-02-20Move two functions to separate file; from Ray Lai; ok jaredy@Otto Moerbeek
2006-02-15delint; from Ray with input from me and jaredy@; ok jaredy@Otto Moerbeek
2006-02-02In interactive mode force newline between left and right sets in the "e b"Claudio Jeker
2005-12-28spacingTheo de Raadt
2005-12-27goto labels after case statements make lint happierTheo de Raadt
2005-12-27remove debug modeTed Unangst
2005-12-27if an allocation function fails, err will print "cannot allocate memory"Ted Unangst
2005-12-27close can't really fail, don't bother checkingTed Unangst
2005-12-27remove broken assert on argc, and put argc check in right placeTed Unangst
2005-12-27variables in header should be extern, defined in a c file.Ted Unangst
2005-12-27OpenBSD tagsTed Unangst
2005-12-27add a public domain sdiff implementation contributed by ray laiTed Unangst