<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -9,3 +9,8 @@
 # the lib/ directory (which has its own .document file)
 
 lib
+
+
+# and some of the ext/ directory (which has its own .document file)
+
+ext</diff>
      <filename>.document</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,8 @@
+Sun Oct 10 12:32:08 2004  Dave Thomas  &lt;dave@pragprog.com&gt;
+
+	* lib/rdoc/parsers/parse_rb.rb (RDoc::parse_require): Allow 'require'
+	  to be used as a variable name
+
 Sat Oct  9 21:23:37 2004  Kouhei Sutou  &lt;kou@cozmixng.org&gt;
 
 	* lib/rss/converter.rb: changed to try to use Iconv for default</diff>
      <filename>ChangeLog</filename>
    </modified>
    <modified>
      <diff>@@ -2406,10 +2406,12 @@ module RDoc
     when TkDSTRING
       warn &quot;Skipping require of dynamic string: #{tk.text}&quot;
     else
-      error(&quot;Unknown argument type to require: #{tk}&quot;)
+      warn &quot;'require' used as variable&quot;
     end
     if name
       context.add_require(Require.new(name, comment))
+    else
+      unget_tk(tk)
     end
   end
 </diff>
      <filename>lib/rdoc/parsers/parse_rb.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>145df871f3d76d06d922cce12a4f058294f9e818</id>
    </parent>
  </parents>
  <author>
    <name>dave</name>
    <email>dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
  </author>
  <url>http://github.com/ice799/matzruby/commit/4ebc95246b5345f736503d0a78dcbdbbc3f89134</url>
  <id>4ebc95246b5345f736503d0a78dcbdbbc3f89134</id>
  <committed-date>2004-10-09T20:35:51-07:00</committed-date>
  <authored-date>2004-10-09T20:35:51-07:00</authored-date>
  <message>Support &quot;require&quot; as variable name in RDoc


git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e</message>
  <tree>24cbf1566e4d8fe9c9e8b0e22055c9e39524ec1f</tree>
  <committer>
    <name>dave</name>
    <email>dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
  </committer>
</commit>
