summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/rcs.c
AgeCommit message (Expand)Author
2005-04-20check the validity of tag names passed to the tag command, and printJean-Francois Brousseau
2005-04-19add error messages for the new RCS error codesJean-Francois Brousseau
2005-04-19add rcs_sym_check() to check the validity of an RCS symbol andJean-Francois Brousseau
2005-04-12* handle errors when loading delta branchesJean-Francois Brousseau
2005-04-11modify handling of RCS delta texts so we can handle arbitrary binaryJean-Francois Brousseau
2005-04-11fix year value in RCS outputJean-Francois Brousseau
2005-04-07* reverse symbol list orderJean-Francois Brousseau
2005-04-07Perform proper escaping of the @ character in all RCS strings whenJean-Francois Brousseau
2005-04-07Fix 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 locksJean-Francois Brousseau
2005-04-06start using strtab stuff in RCS code.Joris Vink
2005-04-06plug memleak in rcs_splitlines()Joris Vink
2005-03-26fix a variety of things i found at coverity. ok joris@Ted Unangst
2005-03-13set rcs_errno to RCS_ERR_NOENT if no matching symbol is found inJean-Francois Brousseau
2005-03-13support for the optional `branch' keyword, which is used to set theJean-Francois Brousseau
2005-03-13spacingJean-Francois Brousseau
2005-03-05add functions to retrieve and set the comment leader for an RCSJean-Francois Brousseau
2005-03-05add RCS error codes and a global variable to hold the last errorJean-Francois Brousseau
2005-03-05identify ID tokens correctly and fix parsing of RCS files containingJean-Francois Brousseau
2005-03-05functions to manage the locking mode of RCS fileJean-Francois Brousseau
2005-03-04add real support for the `access' keyword, both in parsing andJean-Francois Brousseau
2005-03-03allow for the creation of RCS files that have no revisions,Jean-Francois Brousseau
2005-03-02- rcs_write() is now staticJean-Francois Brousseau
2005-02-27Many improvements to the RCS support:Jean-Francois Brousseau
2005-02-25- switch to rcsnum_parse() where appropriateJean-Francois Brousseau
2005-02-16get rid of unneeded whitespaceJean-Francois Brousseau
2005-01-24more error checkingJean-Francois Brousseau
2005-01-14tweak the output of rcs_kflag_usage() to avoid line wrappingJean-Francois Brousseau
2005-01-13add rcs_kflag_usage() to display the various keyword expansion modesJean-Francois Brousseau
2005-01-12add rcs_kflag_get() to validate kflagsJean-Francois Brousseau
2004-12-18when parsing an RCS date, adjust the year by 1900 in the tm structureJean-Francois Brousseau
2004-12-17* increase the initial parse buffer size to 16384 bytesJean-Francois Brousseau
2004-12-16plug some memory leaks on error casesJean-Francois Brousseau
2004-12-16Add rcs_gethead() to easily retrieve the head revision of an RCSJean-Francois Brousseau
2004-12-07less whitespace, more pretty. ok jfbTed Unangst
2004-12-06tighten vertical spacing for else; jfb okTheo de Raadt
2004-09-27Plug all of the remaining memory leaks using my new Plug-O-Matic 2000(C)Jean-Francois Brousseau
2004-09-27Plug 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-16check value of strdup(3) calls;Joris Vink
2004-08-12Unused variableJean-Francois Brousseau
2004-08-02Unused variableJean-Francois Brousseau
2004-07-14* when writing to an RCS file, escape the funny charactersJean-Francois Brousseau
2004-07-14fix rcs_findrev()'s searching algorithmVincent Labrecque
2004-07-14split rcs_patch in rcs_patch/rcs_patchlinesVincent Labrecque
2004-07-14buffers should be freed using cvs_buf_free(), not free()Vincent Labrecque
2004-07-14allocate datenum dynamically (XXX - dont do it for each date)Vincent Labrecque
2004-07-14microoptimization!Vincent Labrecque
2004-07-13* initial import from the cvs-tools moduleJean-Francois Brousseau