# Rcs **Repository Path**: mirrors_gitpan/Rcs ## Basic Information - **Project Name**: Rcs - **Description**: Read-only release history for Rcs - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is Perl Object Class Rcs.pm 1.05, a front-end to Revision Contron System (RCS) Utilities. Version 1.05: Bug fix in parsing locking information. New in Version 1.04: Method rcsmerge New in Version 1.02: Bug fixes. New in Version 1.01: use Rcs qw(nonFatal Verbose); Use tags to control how the rcs programs handle errors, and the use of the rcs -q (quiet) flag. The default behavior is to run rcs programs with the -q (quiet) flag, and to die if any rcs program returns an error. New in Version 0.07: NT port by Jamie O'Shaughnessy, Added methods 'daterev', 'symrev', and 'symbols' contributed by Jamie O'Shaughnessy. Added method 'comments'. New in Version 0.08: Fixed bug parsing comments. Bug found by David Green Modified daterev method to accept 1 or 6 arguments. New in Version 0.09: Fixed bug parsing comments. Bug found by David Green Install Rcs.pm as you would any Perl 5 module: perl Makefile.PL make make install The documentation is contained in Rcs.pm in pod format. The man pages will install automatically, or may be extracted manually by: pod2man Rcs.pm > Rcs.man Please let me know is you have any suggestions or comments. Craig Freter