<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,8 @@
+Thu Feb  5 08:54:25 2009  Nobuyoshi Nakada  &lt;nobu@ruby-lang.org&gt;
+
+	* array.c (rb_ary_join): do not repeat self in a recursive array.
+	  [ruby-dev:37019]
+
 Wed Feb  4 14:25:44 2009  Yukihiro Matsumoto  &lt;matz@ruby-lang.org&gt;
 
 	* dir.c (dir_globs): need taint check.  reported by steve</diff>
      <filename>ChangeLog</filename>
    </modified>
    <modified>
      <diff>@@ -1286,7 +1286,7 @@ rb_ary_join(ary, sep)
 	  case T_STRING:
 	    break;
 	  case T_ARRAY:
-	    if (rb_inspecting_p(tmp)) {
+	    if (tmp == ary || rb_inspecting_p(tmp)) {
 		tmp = rb_str_new2(&quot;[...]&quot;);
 	    }
 	    else {</diff>
      <filename>array.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,15 +1,15 @@
 #define RUBY_VERSION &quot;1.8.6&quot;
-#define RUBY_RELEASE_DATE &quot;2009-02-04&quot;
+#define RUBY_RELEASE_DATE &quot;2009-02-05&quot;
 #define RUBY_VERSION_CODE 186
-#define RUBY_RELEASE_CODE 20090204
-#define RUBY_PATCHLEVEL 319
+#define RUBY_RELEASE_CODE 20090205
+#define RUBY_PATCHLEVEL 320
 
 #define RUBY_VERSION_MAJOR 1
 #define RUBY_VERSION_MINOR 8
 #define RUBY_VERSION_TEENY 6
 #define RUBY_RELEASE_YEAR 2009
 #define RUBY_RELEASE_MONTH 2
-#define RUBY_RELEASE_DAY 4
+#define RUBY_RELEASE_DAY 5
 
 #ifdef RUBY_EXTERN
 RUBY_EXTERN const char ruby_version[];</diff>
      <filename>version.h</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b3d2b81a68cbce441478512d3672c0db073bdf1f</id>
    </parent>
  </parents>
  <author>
    <name>shyouhei</name>
    <email>shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
  </author>
  <url>http://github.com/ice799/matzruby/commit/de18d14926549e9d77202441eb97ccb2838f89af</url>
  <id>de18d14926549e9d77202441eb97ccb2838f89af</id>
  <committed-date>2009-02-04T15:55:01-08:00</committed-date>
  <authored-date>2009-02-04T15:55:01-08:00</authored-date>
  <message>merge revision(s) 20103:
	* array.c (rb_ary_join): do not repeat self in a recursive array.
	  [ruby-dev:37019]


git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6@22056 b2dd03c8-39d4-4d8f-98ff-823fe69b080e</message>
  <tree>f6870fa85dc1da4ac0f34debafae0ae16ed8a0f1</tree>
  <committer>
    <name>shyouhei</name>
    <email>shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
  </committer>
</commit>
