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
2005-10-22
- don't check for admin files when running init;
Joris Vink
2005-10-18
plug memleaks in rcs_rev_add() when an error occurs;
Joris Vink
2005-10-16
fix the locks section in RCS files;
Joris Vink
2005-10-15
- add username parameter to rcs_rev_add(), needed to implement at least
Niall O'Higgins
2005-10-11
more debug stuff i forgot to take out, i blame the dominican sun!
Joris Vink
2005-10-11
remove debug cruft;
Joris Vink
2005-10-11
fix patching in rcs_getrev();
Joris Vink
2005-10-10
add rcs_rev_setlog() in the RCS api; used for setting log messages
Joris Vink
2005-10-10
better symbol listing in RCS files;
Joris Vink
2005-10-10
use rd_next in rcs_getrev() when patching to get to a revision
Joris Vink
2005-10-10
correctly fill in the rd_next field in rcs_rev_add();
Joris Vink
2005-10-09
fix 2 off-by-one's which was causing us a whole load of crap;
Joris Vink
2005-10-07
basic `ci' support is here! more coming soon.
Niall O'Higgins
2005-10-07
knf and spacing, ok joris@
Reyk Floeter
2005-10-05
- add a diff.h header file, corresponding to public functions in diff.c
Niall O'Higgins
2005-10-05
open the RCS file with O_TRUNC as well when
Joris Vink
2005-10-05
free rl_name as well when freeing the lock list;
Joris Vink
2005-10-04
correctly parse the lock section in an RCS file;
Joris Vink
2005-10-04
write locks to the RCS file;
Joris Vink
2005-10-02
correctly copy and NUL-terminate deltatext strings so we don't end up
Joris Vink
2005-09-30
spacing & KNF
Joris Vink
2005-09-30
rework the rcs_write() function.
Niall O'Higgins
2005-09-29
free the access list when rcs file is closed. ok joris@
Moritz Jodeit
2005-09-29
set RCS_SYNCED to off in some more functions which
Moritz Jodeit
2005-09-29
return -1 instead of NULL in rcs_sym_{add,remove}. ok joris@
Moritz Jodeit
2005-09-29
don't forget to put the revision into the rcs_lock
Moritz Jodeit
2005-09-29
implement RCS_HEAD_REV in rcs_rev_add()
Niall O'Higgins
2005-09-29
allow RCS_HEAD_REV to be passed to rcs_getrev() to obtain the head revision;
Joris Vink
2005-09-19
Zap some compiler warnings about uninitialized variables.
Niall O'Higgins
2005-09-18
- ensure rcs_rev_add() and rcs_kwexp_set() set the RCS_SYNCED flag to off
Niall O'Higgins
2005-09-18
RCS keyword expansion support, only $Log$ is not supported right now.
Joris Vink
2005-09-18
fix memleak
Joris Vink
2005-09-17
fix stupidity in rcs_patch_lines() and return -1 on error so we actually
Joris Vink
2005-09-05
style;
Xavier Santolaria
2005-08-14
missing casts; ok joris
Xavier Santolaria
2005-08-11
a few casts; ok jfb
Xavier Santolaria
2005-07-25
KNF;
Xavier Santolaria
2005-07-07
remove trailing whitespaces
Joris Vink
2005-05-31
headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;
Xavier Santolaria
2005-05-25
unused code
Jean-Francois Brousseau
2005-05-25
modify rcs_rev_add() to accept a time_t argument to explicitly set
Jean-Francois Brousseau
2005-05-25
- basic code for rcs_rev_add() and rcs_rev_remove(), does not
Jean-Francois Brousseau
2005-05-25
add cvs_comment_lookup() and a suffix -> comment leader lookup table
Jean-Francois Brousseau
2005-05-25
add the RCS_ERR_ERRNO code to indicate that the actual error code is
Jean-Francois Brousseau
2005-04-20
check the validity of tag names passed to the tag command, and print
Jean-Francois Brousseau
2005-04-19
add error messages for the new RCS error codes
Jean-Francois Brousseau
2005-04-19
add rcs_sym_check() to check the validity of an RCS symbol and
Jean-Francois Brousseau
2005-04-12
* handle errors when loading delta branches
Jean-Francois Brousseau
2005-04-11
modify handling of RCS delta texts so we can handle arbitrary binary
Jean-Francois Brousseau
2005-04-11
fix year value in RCS output
Jean-Francois Brousseau
[next]