<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,7 +3,7 @@
 
 AUTHORS
 
-Net::DNS core developement:
+Net::DNS core development:
 	Marco Ceresa &lt;ceresa@ieee.org&gt;
 
 Beta testing:</diff>
      <filename>AUTHORS</filename>
    </modified>
    <modified>
      <diff>@@ -81,3 +81,23 @@ task :upload do
   rubyforge = Rake::RubyForgePublisher.new(&quot;net-dns&quot;,&quot;bluemonk&quot;)
   rubyforge.upload
 end
+
+
+def egrep(pattern)
+  Dir['**/*.rb'].each do |fn|
+    count = 0
+    open(fn) do |f|
+      while line = f.gets
+        count += 1
+        if line =~ pattern
+          puts &quot;#{fn}:#{count}:#{line}&quot;
+        end
+      end
+    end
+  end
+end
+
+desc &quot;Look for TODO and FIXME tags in the code&quot;
+task :todo do
+  egrep /(FIXME|TODO|TBD)/
+end
\ No newline at end of file</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>01a9f6c4611bc06883bcf3eafcd2483bfac6f60c</id>
    </parent>
  </parents>
  <author>
    <name>Camilo Aguilar</name>
    <email>camilo.aguilar@gmail.com</email>
  </author>
  <url>http://github.com/bluemonk/net-dns/commit/5c53bca88278f588c30ad141a4d6d13e4822cc41</url>
  <id>5c53bca88278f588c30ad141a4d6d13e4822cc41</id>
  <committed-date>2009-05-25T11:42:32-07:00</committed-date>
  <authored-date>2009-05-25T11:42:32-07:00</authored-date>
  <message>added task in Rakefile to see TODO and FIXME labels</message>
  <tree>76cb64ef2ebcb1ab044f9353436c3d1b9ec7dd80</tree>
  <committer>
    <name>Camilo Aguilar</name>
    <email>camilo.aguilar@gmail.com</email>
  </committer>
</commit>
