Commit graph

9 commits

Author SHA1 Message Date
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
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
wiz
ae61ba2196 Drop maintainership. 2009-02-24 16:15:22 +00:00
wiz
b08231a9a6 Update to 0.0.43:
Don't segfault on malformed RCS files.

Mark user-destdir ready while here.
2009-02-15 18:53:02 +00:00
taca
bc6a807511 Switch to use vendor_dir with Ruby 1.8.7.
Bump PKGREVISION.
2008-06-19 14:42:24 +00:00
wiz
7156da2e4e Update to 0.0.0.42:
Don't segfault on invalid RCS files.
2008-05-21 09:44:09 +00:00
wiz
df182b7355 Update to 0.41:
38:
Add test target to check out all rcs revs.
39:
Keep all delta stringinfos cached while running down the
file when creating a checkout.
40:
Cache delta handling as well.
41:
Use rcsparsetext also to obtain the log. Fix bug when
running down the revs.
2007-08-06 23:39:25 +00:00
wiz
ddb2944323 Switch from date-based to changeset-based version number.
Get DISTFILE from original MASTER_SITE. (effectively a package version
downgrade, but it is only a few hours old.)
2007-04-21 11:50:36 +00:00
wiz
0e26ab5327 Initial import of ruby-rcsparse-0.0.0.20070218:
A Ruby library for parsing RCS files.
2007-04-21 10:35:04 +00:00