ruby-changes:3392
From: ko1@a...
Date: 5 Jan 2008 01:47:57 +0900
Subject: [ruby-changes:3392] matz - Ruby:r14885 (trunk): * ruby.c (proc_options): update according to the last API revert.
matz 2008-01-05 01:47:41 +0900 (Sat, 05 Jan 2008)
New Revision: 14885
Modified files:
trunk/ChangeLog
trunk/ruby.c
Log:
* ruby.c (proc_options): update according to the last API revert.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ruby.c?r1=14885&r2=14884&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=14885&r2=14884&diff_format=u
Index: ChangeLog
===================================================================
--- ChangeLog (revision 14884)
+++ ChangeLog (revision 14885)
@@ -1,3 +1,7 @@
+Sat Jan 5 01:46:29 2008 Yukihiro Matsumoto <matz@r...>
+
+ * ruby.c (proc_options): update according to the last API revert.
+
Sat Jan 5 01:30:30 2008 Nobuyoshi Nakada <nobu@r...>
* include/ruby/intern.h, re.c (rb_reg_new): keep interface same as
Index: ruby.c
===================================================================
--- ruby.c (revision 14884)
+++ ruby.c (revision 14885)
@@ -694,7 +694,7 @@
case 'F':
if (*++s) {
- rb_fs = rb_reg_new(rb_str_new2(s), 0);
+ rb_fs = rb_reg_new_str(rb_str_new2(s), 0);
}
break;
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml