ruby-changes:5600
From: matz <ko1@a...>
Date: Thu, 12 Jun 2008 17:21:53 +0900 (JST)
Subject: [ruby-changes:5600] Ruby:r17106 (trunk): * regint.h: undefine USE_CAPTURE_HISTORY which is mentioned as
matz 2008-06-12 17:21:38 +0900 (Thu, 12 Jun 2008)
New Revision: 17106
Modified files:
trunk/ChangeLog
trunk/regint.h
Log:
* regint.h: undefine USE_CAPTURE_HISTORY which is mentioned as
unsupported in the Onigiruma document.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=17106&r2=17105&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/regint.h?r1=17106&r2=17105&diff_format=u
Index: ChangeLog
===================================================================
--- ChangeLog (revision 17105)
+++ ChangeLog (revision 17106)
@@ -1,3 +1,8 @@
+Thu Jun 12 17:11:24 2008 Yukihiro Matsumoto <matz@r...>
+
+ * regint.h: undefine USE_CAPTURE_HISTORY which is mentioned as
+ unsupported in the Onigiruma document.
+
Thu Jun 12 13:36:54 2008 Tanaka Akira <akr@f...>
* include/ruby/ruby.h (rb_intern): use rb_intern2 with strlen for
Index: regint.h
===================================================================
--- regint.h (revision 17105)
+++ regint.h (revision 17106)
@@ -90,7 +90,7 @@
#undef ONIG_ESCAPE_UCHAR_COLLISION
#endif
#undef USE_MATCH_RANGE_IS_COMPLETE_RANGE
-#define USE_CAPTURE_HISTORY
+#undef USE_CAPTURE_HISTORY
#define USE_VARIABLE_META_CHARS
#define USE_WORD_BEGIN_END /* "\<": word-begin, "\>": word-end */
#define USE_POSIX_REGION_OPTION /* needed for POSIX API support */
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/