Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-rcsparse
From: Thomas Klausner
Date: 2009-08-09 00:59:41
Message id: 20090808225941.DCB46175D0@cvs.netbsd.org
Log Message:
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
Files: