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
/
cvs
/
diff_internals.c
Age
Commit message (
Expand
)
Author
2008-06-11
Removed bogus var definition.
Tobias Stoeckmann
2008-06-11
Avoid possible NULL pointer dereferences by using reentrant versions
Tobias Stoeckmann
2008-06-10
We have a cvs_buf_puts implementation now, also use cvs_buf_putc instead
Tobias Stoeckmann
2008-05-30
diff -D support, also a change in diff_internals to properly print
Tobias Stoeckmann
2008-04-24
Use a fixed string in case of vasprintf() error instead of relying on
Tobias Stoeckmann
2008-03-08
correct usage of lseek(2);
Joris Vink
2008-02-27
prevent file races
Joris Vink
2008-02-03
Diff header complies to GNU cvs now.
Tobias Stoeckmann
2008-02-03
Added rdiff support. In order to do this, some output and option fixes
Tobias Stoeckmann
2008-01-31
vasprintf requires stdio.h
Tobias Stoeckmann
2007-09-22
fix error message output, it caused diffs to be formed incorrectly
Joris Vink
2007-06-29
Sync cvs/rcs diff code.
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-30
Sync rcsdiff -> cvs diff
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-22
general includes cleanup sweep. ok joris@ niallo@
Otto Moerbeek
2006-07-07
first part of opencvs remote, fairly useable on existing trees
Joris Vink
2006-05-31
support -p flag for diff, makes dlg@ feel all warm
Joris Vink
2006-05-27
commit the new opencvs code, i have been hacking on
Joris Vink