pkgsrc/devel/ruby-rcsparse
wiz d6f5c101bd Update to 45:
do not treat a failed rcscheckout() as system failure

A failed checkout is not necessarily caused by a solid system error, but
can be also caused by a faulty RCS file. Do not use rb_sys_fail(), since
it will abort() if errno == 0. Instead, simply raise a RuntimeError.

Reported-by: Brad King

check deltas for correctness before applying

We can not blindly trust the RCS file to contain correct deltas. We have
to verify that the chunks (especially deletes) make sense and operate on
existing lines.

Reported-by: Brad King
2009-08-08 22:59:41 +00:00
..
DESCR
distinfo Update to 45: 2009-08-08 22:59:41 +00:00
Makefile Update to 45: 2009-08-08 22:59:41 +00:00
PLIST