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
/
rcs
/
diff.c
Age
Commit message (
Expand
)
Author
2009-06-07
More cvs/diff/rcs convergence:
Ray Lai
2007-09-11
use strcspn to properly overwrite '\n' in fgets returned buffer
Gilles Chehade
2007-07-03
Rename rcs_diffreg() to diffreg().
Ray Lai
2007-06-29
Sync cvs/rcs diff code.
Ray Lai
2007-06-28
diff(1) sync, mostly spacing and moving crap around, except:
Ray Lai
2007-06-28
Some syncs with diff(1):
Ray Lai
2007-05-30
Remove cand structure (but not its definition).
Ray Lai
2007-05-30
Remove unused struct diff_arg.
Ray Lai
2007-05-29
Get rid of another useless variable, another difference between our
Ray Lai
2007-05-29
Since xrealloc dies on failure it is safe to directly assign to the
Ray Lai
2007-05-28
Some spacing syncs with diff(1).
Ray Lai
2007-05-28
"in formation" -> "information"
Ray Lai
2007-05-28
Line up comments with the rest of the file, like in diff(1).
Ray Lai
2007-03-27
sync with espie@'s latest change to diff(1).
Xavier Santolaria
2007-02-27
As done in OpenCVS, general includes cleanup sweep. OK otto@.
Xavier Santolaria
2007-02-22
Fix const inconsistencies, void pointer artithmetic;
Xavier Santolaria
2006-09-27
Plug memory leak.
Ray Lai
2006-09-21
Add support to rcsdiff for all the other diff flags that
Todd C. Miller
2006-08-14
files_differ() should return -1 on error, according to comments. Make
Ray Lai
2006-07-27
spacing
Theo de Raadt
2006-05-11
Use fstat instead of stat, simplifie switch statement into if
Ray Lai
2006-05-10
Remove (size_t) casts on integer constants.
Ray Lai
2006-05-05
- fix rcsdiff exit status on success/errors; now matches gnu/usr.bin/rcs.
Xavier Santolaria
2006-04-29
Check return values for all strlcpy, and strlcat calls.
Ray Lai
2006-04-26
err() cleanup;
Xavier Santolaria
2006-04-26
fork our code we shared between openrcs/cvs into the openrcs dir.
Joris Vink