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-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
2005-01-12
add rcs_kflag_get() to validate kflags
Jean-Francois Brousseau
2004-12-18
when parsing an RCS date, adjust the year by 1900 in the tm structure
Jean-Francois Brousseau
2004-12-17
* increase the initial parse buffer size to 16384 bytes
Jean-Francois Brousseau
2004-12-16
plug some memory leaks on error cases
Jean-Francois Brousseau
2004-12-16
Add rcs_gethead() to easily retrieve the head revision of an RCS
Jean-Francois Brousseau
2004-12-07
less whitespace, more pretty. ok jfb
Ted Unangst
2004-12-06
tighten vertical spacing for else; jfb ok
Theo de Raadt
2004-09-27
Plug all of the remaining memory leaks using my new Plug-O-Matic 2000(C)
Jean-Francois Brousseau
2004-09-27
Plug two of the huge leaks that Joris Vink has reported. rcs_freedelta()
Jean-Francois Brousseau
2004-09-25
- check return values for rcsnum_alloc()
Joris Vink
2004-09-16
check value of strdup(3) calls;
Joris Vink
2004-08-12
Unused variable
Jean-Francois Brousseau
2004-08-02
Unused variable
Jean-Francois Brousseau
2004-07-14
* when writing to an RCS file, escape the funny characters
Jean-Francois Brousseau
2004-07-14
fix rcs_findrev()'s searching algorithm
Vincent Labrecque
2004-07-14
split rcs_patch in rcs_patch/rcs_patchlines
Vincent Labrecque
2004-07-14
buffers should be freed using cvs_buf_free(), not free()
Vincent Labrecque
2004-07-14
allocate datenum dynamically (XXX - dont do it for each date)
Vincent Labrecque
2004-07-14
microoptimization!
Vincent Labrecque
2004-07-13
* initial import from the cvs-tools module
Jean-Francois Brousseau