index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
sdiff
/
edit.c
Age
Commit message (
Expand
)
Author
2013-11-26
unsigned char casts for ctype
Theo de Raadt
2009-06-07
Don'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) by
Theo de Raadt
2007-05-11
Sync with editit from sendbug.
Ray Lai
2007-04-25
Copy signal-safe edit function from sendbug.
Ray Lai
2007-02-26
don't store write(2) return value in size_t; fixes test against -1.
Steven Mestdagh
2006-05-25
Remove xmktemp() and uses plain old mkstemp(3), avoiding race
Ray Lai
2006-05-10
Now that lint is smarter, remove /* NOTREACHED */ comments.
Ray Lai
2006-02-20
Move two functions to separate file; from Ray Lai; ok jaredy@
Otto Moerbeek
2006-02-15
delint; from Ray with input from me and jaredy@; ok jaredy@
Otto Moerbeek
2006-02-02
In interactive mode force newline between left and right sets in the "e b"
Claudio Jeker
2005-12-28
spacing
Theo de Raadt
2005-12-27
goto labels after case statements make lint happier
Theo de Raadt
2005-12-27
remove debug mode
Ted Unangst
2005-12-27
if an allocation function fails, err will print "cannot allocate memory"
Ted Unangst
2005-12-27
close can't really fail, don't bother checking
Ted Unangst
2005-12-27
remove broken assert on argc, and put argc check in right place
Ted Unangst
2005-12-27
variables in header should be extern, defined in a c file.
Ted Unangst
2005-12-27
OpenBSD tags
Ted Unangst
2005-12-27
add a public domain sdiff implementation contributed by ray lai
Ted Unangst