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
/
buf.h
Age
Commit message (
Expand
)
Author
2006-07-08
Remove file mode argument from {cvs|rcs}_buf_write_stmp(). We
Ray Lai
2006-06-14
add cvs_buf_load_fd() which does the same as cvs_buf_load()
Joris Vink
2006-05-28
add a way to look if a buffer differs from another one
Joris Vink
2006-05-27
commit the new opencvs code, i have been hacking on
Joris Vink
2006-04-06
cvs_buf_copy() and cvs_buf_peek() are not used by usr.bin/rcs; OK niallo@.
Xavier Santolaria
2006-03-25
Correct integer types, remove unused arguments, non-portable bitshifts
Ray Lai
2006-03-23
- cvs_buf_putc() will never return non-zero
Xavier Santolaria
2006-03-20
delint; cvs_buf_write_stmp() will never return non-zero:
Niall O'Higgins
2006-03-17
Use ssize_t in appropriate places.
Ray Lai
2006-02-01
check format string; OK niallo@, "it's nice to have" joris@.
Xavier Santolaria
2006-01-10
- add cvs_buf_getc() function; returns byte at specified buffer position.
Niall O'Higgins
2006-01-02
#include's cleanup; ok joris@ niallo@.
Xavier Santolaria
2005-07-26
- fix SIZE_LEFT macro for the cb_cur > cb_buf case.
Moritz Jodeit
2005-07-25
KNF; mostly spaces vs. tabs; ok joris@ jfb@.
Xavier Santolaria
2004-12-08
use mkstemp for local diff -r r1 -r r2; ok jfb@
Damien Miller
2004-07-14
int is not ssize_t
Vincent Labrecque
2004-07-13
* make the email address consistent
Jean-Francois Brousseau
2004-07-13
* initial import from the cvs-tools module
Jean-Francois Brousseau