<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,7 +2,7 @@ module RbGCCXML
 
   # Node that represents &lt;ArrayType&gt;, which is any static array
   # declaration.
-  # One oddity on how GCCXML parses certain array designations:
+  # One oddity on how GCC-XML parses certain array designations:
   #  
   #   void func(int in[4][3]);
   #</diff>
      <filename>lib/rbgccxml/nodes/types/array_type.rb</filename>
    </modified>
    <modified>
      <diff>@@ -28,14 +28,14 @@ module RbGCCXML
     # Starts the parsing process. If the parser was configured
     # with one or more header files, this includes:
     # 1. Creating a temp file for the resulting XML.
-    # 2. Finding all the files to run through gccxml.
+    # 2. Finding all the files to run through GCC-XML.
     # 3. If applicable (more than one header was specified),
     #    build another temp file and #include the header files
-    #    to ensure one and only one pass into gccxml.
+    #    to ensure one and only one pass into GCC-XML.
     # 4. Build up our :: Namespace node and pass that back
     #    to the user for querying.
     #
-    # If the parser was configured for pregenerated gccxml
+    # If the parser was configured for pregenerated GCC-XML
     # output, we only have to perform step 4 above.
     def parse
       if @gccxml</diff>
      <filename>lib/rbgccxml/parser.rb</filename>
    </modified>
    <modified>
      <diff>@@ -27,7 +27,7 @@ module RbGCCXML
       @parser.parse
     end
 
-    # Use this call to parse a pregenerated gccxml file.
+    # Use this call to parse a pregenerated GCC-XML file.
     #
     # Returns the Namespace Node linked to the global namespace &quot;::&quot;.
     def parse_xml(filename)</diff>
      <filename>lib/rbgccxml/rbgccxml.rb</filename>
    </modified>
    <modified>
      <diff>@@ -131,7 +131,7 @@ module RbGCCXML
       results.flatten
     end
 
-    # Entrance into the type management. Given a GCCXML node and an attribute
+    # Entrance into the type management. Given a GCC-XML node and an attribute
     # to reference, find the C++ type related. For example, finding the return
     # type of a function:
     #
@@ -143,7 +143,7 @@ module RbGCCXML
 
     private
 
-    # Builds up the related RbGCCXML node according to the GCCXML node found
+    # Builds up the related RbGCCXML node according to the GCC-XML node found
     # for a given query.
     def self.build_type(type_name, node)
       RbGCCXML.const_get(type_name).new(node)</diff>
      <filename>lib/rbgccxml/xml_parsing.rb</filename>
    </modified>
    <modified>
      <diff>@@ -22,7 +22,7 @@ namespace types {
   float returnsFloat();
 
   // Unsigned types are handled differently.
-  // GCCXML sees this as &quot;short unsigned int&quot;
+  // GCC-XML sees this as &quot;short unsigned int&quot;
   //unsigned short returnsUShort();
 
   myLongType returnsLongType();</diff>
      <filename>test/headers/types.h</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e1e53e40aed398bc01f54994c3a7d5cbedc0a17f</id>
    </parent>
  </parents>
  <author>
    <name>Jason Roelofs</name>
    <email>jameskilton@gmail.com</email>
  </author>
  <url>http://github.com/jameskilton/rbgccxml/commit/2e34966bd16b669f3488042beabe4ee9ff1a24d1</url>
  <id>2e34966bd16b669f3488042beabe4ee9ff1a24d1</id>
  <committed-date>2009-10-22T06:32:59-07:00</committed-date>
  <authored-date>2009-10-22T06:32:34-07:00</authored-date>
  <message>Proper name of the project is GCC-XML</message>
  <tree>edfada94222c04ed9ed2311320674568764a01a1</tree>
  <committer>
    <name>Jason Roelofs</name>
    <email>jameskilton@gmail.com</email>
  </committer>
</commit>
