summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/rcs.c
AgeCommit message (Expand)Author
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