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-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
2005-04-07
* reverse symbol list order
Jean-Francois Brousseau
2005-04-07
Perform proper escaping of the @ character in all RCS strings when
Jean-Francois Brousseau
2005-04-07
Fix RCS parsing for keywords that expect and ID and use cvs_strfree()
Jean-Francois Brousseau
2005-04-06
* allow for creation and removal of RCS locks
Jean-Francois Brousseau
2005-04-06
start using strtab stuff in RCS code.
Joris Vink
2005-04-06
plug memleak in rcs_splitlines()
Joris Vink
2005-03-26
fix a variety of things i found at coverity. ok joris@
Ted Unangst
2005-03-13
set rcs_errno to RCS_ERR_NOENT if no matching symbol is found in
Jean-Francois Brousseau
2005-03-13
support for the optional `branch' keyword, which is used to set the
Jean-Francois Brousseau
2005-03-13
spacing
Jean-Francois Brousseau
2005-03-05
add functions to retrieve and set the comment leader for an RCS
Jean-Francois Brousseau
2005-03-05
add RCS error codes and a global variable to hold the last error
Jean-Francois Brousseau
2005-03-05
identify ID tokens correctly and fix parsing of RCS files containing
Jean-Francois Brousseau
2005-03-05
functions to manage the locking mode of RCS file
Jean-Francois Brousseau
2005-03-04
add real support for the `access' keyword, both in parsing and
Jean-Francois Brousseau
2005-03-03
allow for the creation of RCS files that have no revisions,
Jean-Francois Brousseau
2005-03-02
- rcs_write() is now static
Jean-Francois Brousseau
2005-02-27
Many improvements to the RCS support:
Jean-Francois Brousseau
2005-02-25
- switch to rcsnum_parse() where appropriate
Jean-Francois Brousseau
2005-02-16
get rid of unneeded whitespace
Jean-Francois Brousseau
2005-01-24
more error checking
Jean-Francois Brousseau
2005-01-14
tweak the output of rcs_kflag_usage() to avoid line wrapping
Jean-Francois Brousseau
2005-01-13
add rcs_kflag_usage() to display the various keyword expansion modes
Jean-Francois Brousseau
[next]