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
/
rcs.c
Age
Commit message (
Expand
)
Author
2006-03-15
remove some bizzare idioms; ok ray
Theo de Raadt
2006-03-11
- implement GNU-compatible handling of revisions specified as single
Niall O'Higgins
2006-03-11
- set RCS_SYNCED on rcs_open() so that if you call rcs_close() immediately
Niall O'Higgins
2006-03-10
Only write a log message if the log message is not empty.
Ray Lai
2006-03-09
move joris' timezone support into rcstime.c; more work to be done there.
Xavier Santolaria
2006-03-08
really match gnu on error;
Xavier Santolaria
2006-03-08
spacing
Theo de Raadt
2006-03-07
in rcs_write() only do stuff when the RCS file ondisk isn't synced;
Joris Vink
2006-03-07
make sure the timezone is valid;
Joris Vink
2006-03-07
match gnu on error;
Joris Vink
2006-03-07
-z support for RCS;
Joris Vink
2006-03-05
in rcs_patch_lines(), ensure that rcs patch delete operations don't
Niall O'Higgins
2006-03-05
fatal() instead of returning -1 on failure in patch functions
Niall O'Higgins
2006-03-05
our deltatexts were sometimes different from gnu. rcs_getrev() was
Niall O'Higgins
2006-02-26
also set 'entry' variable in merged case.
Niall O'Higgins
2006-02-13
write out an empty comment in RCS files even if there isn't one as
Xavier Santolaria
2006-02-09
- move rcs_kw-related data into rcs.h and de-static the keyword array. this
Niall O'Higgins
2006-02-01
set rcs_errno accordingly in rcs_open() if the file is not found.
Xavier Santolaria
2006-01-26
strings cleanup; OK niallo@.
Xavier Santolaria
2006-01-10
- rewrite RCS keyword expansion. the old way of doing it was very slow,
Niall O'Higgins
2006-01-03
knf;
Xavier Santolaria
2006-01-02
#include's cleanup; ok joris@ niallo@.
Xavier Santolaria
2005-12-30
knf
Reyk Floeter
2005-12-30
- zap unused 'rf_ref' member of RCSFILE structure.
Niall O'Higgins
2005-12-30
- simplify an unecessary if/else construct in rcs_open()
Niall O'Higgins
2005-12-30
- realloc() -> xrealloc(), was missed in the original sweep.
Niall O'Higgins
2005-12-28
don't use rf_pdata when it's not allocated.
Joris Vink
2005-12-27
- implement lazy-parsing of rcs files, that is only parse as much as we
Niall O'Higgins
2005-12-24
remove useless cvs_buf_alloc() failure checks;
Joris Vink
2005-12-22
- fix handling of zero byte files.
Niall O'Higgins
2005-12-20
cvs_buf_putc() and cvs_buf_write_*() functions cannot fail anymore;
Xavier Santolaria
2005-12-20
use fatal(); OK joris@ niallo@.
Xavier Santolaria
2005-12-19
use fatal() if getpwuid() fails; OK joris@.
Xavier Santolaria
2005-12-12
rcsnum_alloc() and rcsnum_cpy() no longer can fail, so don't
Joris Vink
2005-12-10
switch to xmalloc stuff, me and xsa@ agreed on this a long
Joris Vink
2005-12-08
complete and correct rcs locking functionality,
Joris Vink
2005-12-03
todd@ reminds me:
Joris Vink
2005-12-03
fix date handling in opencvs, this was broken since the very start.
Joris Vink
2005-12-03
usr.bin/rcs stuff doesn't care about cvs_checkout_rev();
Joris Vink
2005-12-03
add very basic support for the following stuff:
Joris Vink
2005-12-02
remove debug message;
Joris Vink
2005-12-02
fix commiting/importing of 0 sized files.
Joris Vink
2005-12-01
rcs_findrev() is not static anymore; align protos while here;
Xavier Santolaria
2005-11-22
- ci(1) can intialise RCS files now!
Niall O'Higgins
2005-11-16
fix writing of RCS files; it has been bugging us for a while now...
Xavier Santolaria
2005-11-12
- remove strtab stuff. serves no useful purpose.
Niall O'Higgins
2005-11-09
add missing '\n' when writing deltatexts in an RCS file;
Xavier Santolaria
2005-11-02
changes from Venice:
Niall O'Higgins
2005-10-30
nuke trailing whitespaces;
Xavier Santolaria
2005-10-29
- add two new functions to RCS api: rcs_state_set() and rcs_state_check()
Niall O'Higgins
[next]