tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.bin
/
diff
/
at
rk3128
8 files
Makefile
Bring in some changes from rcsdiff: 1. Replace all the e*alloc functions with the x*alloc versions. 2. Whitespace syncs according to style. 3. Remove the __inline stuff. 4. Remove the min/max functions, using the MAX/MIN macros instead.
19 years ago
diff.1
glob patterns described in glob(7) not fnmatch(3); from evan silberman
1 year ago
diff.c
Instead of pledge "tmppath rpath", setup a "rwc" unveil on "/tmp", a "r" unveil on "/", and then pledge "rpath wpath cpath". ok semarie and others
1 month ago
diff.h
remove prototypes with no matching function and externs with no var partly checked by millert@
2 years ago
diffdir.c
I am retiring my old email address; replace it with my OpenBSD one.
7 years ago
diffreg.c
Use an unsigned sum value to provide deterministic overflow behaviour, for input to the hash. from Renaud Allard
1 week ago
xmalloc.c
asprintf returns -1, not an arbitrary value < 0. Also upon error the (very sloppy specification) leaves an undefined value in *ret, so it is wrong to inspect it, the error condition is enough. discussed a little with nicm, and then much more with millert until we were exasperated
6 years ago
xmalloc.h
Remove xfree()'s prototype. tedu@ removed its definition a few weeks ago. Pointed out by Ricardo Mestre.
10 years ago