diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-10-31 19:34:06 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-10-31 19:34:06 +0000 |
commit | 2997d721f3bf71e25a871fcfe7d23383a22a2782 (patch) | |
tree | d1274cbf6896e3802865062a0d21a9044bc6baa0 /lang/ruby16 | |
parent | Update for ruby-1.8.1.p2. (diff) |
Update lang/ruby16 to the latest snapshot as of 2003-10-15.
This fixes a few bugs in standard libraries.
Diffstat (limited to 'lang/ruby16')
-rw-r--r-- | lang/ruby16/distinfo | 1 | ||||
-rw-r--r-- | lang/ruby16/files/patch-parse.c | 13 |
2 files changed, 1 insertions, 13 deletions
diff --git a/lang/ruby16/distinfo b/lang/ruby16/distinfo index de1e3883e726..6d35a045d99d 100644 --- a/lang/ruby16/distinfo +++ b/lang/ruby16/distinfo @@ -1,2 +1,3 @@ MD5 (ruby/ruby-1.6.8.tar.gz) = bf48d49dbd94b5c0eda5f75b3bfbac16 MD5 (ruby/ruby-1.6.8-2003.04.19.diff.bz2) = 8184c1f07df19a2f8271f72af826da8e +MD5 (ruby/ruby-1.6.8-2003.04.19-2003.10.15.diff.bz2) = 01b9fbf2270a7e3517421474494f163d diff --git a/lang/ruby16/files/patch-parse.c b/lang/ruby16/files/patch-parse.c deleted file mode 100644 index a6c8e6d88675..000000000000 --- a/lang/ruby16/files/patch-parse.c +++ /dev/null @@ -1,13 +0,0 @@ ---- parse.c.orig Sun Apr 20 04:20:19 2003 -+++ parse.c Sun Apr 20 04:21:02 2003 -@@ -8519,9 +8519,9 @@ - char *useless = 0; - - if (!RTEST(ruby_verbose)) return; -- if (!node) return; - - again: -+ if (!node) return; - switch (nd_type(node)) { - case NODE_NEWLINE: - node = node->nd_next; |