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
Age
Commit message (
Expand
)
Author
2006-12-20
.Xr cmp and sdiff each other
Jasper Lievisse Adriaanse
2006-09-19
Use S_IS* macros insted of masking with S_IF* flags. The latter may
Otto Moerbeek
2006-08-04
Add bug: may not work with binary data.
Ray Lai
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-03-11
/tmp -> _PATH_TMP
Ray Lai
2006-03-05
Handle stdin as arg; from Ray Lai; ok jaredy@
Otto Moerbeek
2006-02-22
document TMPDIR; from ray lai
Jason McIntyre
2006-02-20
Move two functions to separate file; from Ray Lai; ok jaredy@
Otto Moerbeek
2006-02-20
refactor processq() loop. From Rai Lay; ok jaredy@
Otto Moerbeek
2006-02-15
- improve description of -I
Jason McIntyre
2006-02-15
Fix bug introduced by previous delint and rename a var. From Ray.
Otto Moerbeek
2006-02-15
delint; from Ray with input from me and jaredy@; ok jaredy@
Otto Moerbeek
2006-02-14
Fix -I and some cleanup, from Ray Lai in PR 5002; 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-29
add an ENVIRONMENT section, and document EDITOR and VISUAL;
Jason McIntyre
2005-12-28
spacing
Theo de Raadt
2005-12-27
add a SEE ALSO section;
Jason McIntyre
2005-12-27
- kill trailing whitespace
Jason McIntyre
2005-12-27
remove xstrtonum
Ted Unangst
2005-12-27
shorten main initialization
Theo de Raadt
2005-12-27
goto labels after case statements make lint happier
Theo de Raadt
2005-12-27
INT_MAX should be big enough for a width
Ted Unangst
2005-12-27
remove debug mode
Ted Unangst
2005-12-27
add DPADD
Theo de Raadt
2005-12-27
sizeof char is always 1
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