<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -48,8 +48,8 @@ RubyValue regexp_match(linked_ptr&lt;Binding&gt; &amp;_b, RubyValue _self, const std::vect
   const std::string &amp;str = _args[0].get_string();
   OnigRegion *mr = onig_region_new();
 
-  int result = onig_match(	exp-&gt;reg, (UChar *)str.c_str(), (UChar *)str.c_str() + str.size(),
-				(UChar *)str.c_str(), mr, 0);
+  int result = onig_search(	exp-&gt;reg, (UChar *)str.c_str(), (UChar *)str.c_str() + str.size(),
+				(UChar *)str.c_str(), (UChar *)str.c_str() + str.size(), mr, 0);
   if (result == ONIG_MISMATCH)
     return _b-&gt;environment.NIL;
 </diff>
      <filename>vm/rregexp.cpp</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c98a260b243fe45c118bad89014e5fb1e21731db</id>
    </parent>
  </parents>
  <author>
    <name>Arlen Cuss</name>
    <email>celtic@sairyx.org</email>
  </author>
  <url>http://github.com/celtic/rubyex/commit/f4b12ae2fee03efc064c34460df5c0195d4fbf2e</url>
  <id>f4b12ae2fee03efc064c34460df5c0195d4fbf2e</id>
  <committed-date>2008-12-26T17:33:37-08:00</committed-date>
  <authored-date>2008-12-26T17:33:37-08:00</authored-date>
  <message>match will find it anywhere in the string, even</message>
  <tree>bdaa515edb738c420a7f77e94ef3754b891fc4b2</tree>
  <committer>
    <name>Arlen Cuss</name>
    <email>celtic@sairyx.org</email>
  </committer>
</commit>
