You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ra...@locus.apache.org on 2000/06/12 22:43:11 UTC

cvs commit: xml-xerces/c/doc build.xml faq-parse.xml

rahulj      00/06/12 13:43:11

  Modified:    c/doc    build.xml faq-parse.xml
  Log:
  More corrections.
  
  Revision  Changes    Path
  1.18      +2 -2      xml-xerces/c/doc/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/build.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build.xml	2000/05/19 00:19:59	1.17
  +++ build.xml	2000/06/12 20:43:11	1.18
  @@ -88,9 +88,9 @@
           relevant platforms and compilers.</p>
   
           <table>
  -            <tr><td><em>Operating System</em></td><td><em>Compiler</em></td></tr>
  +            <tr><td><em>Operating System</em></td><td><em>C++, C Compilers</em></td></tr>
               <tr><td>Redhat Linux 6.1</td><td>g++, gcc (egcs)</td></tr>
  -            <tr><td>AIX 4.3.3  and higher</td><td>xlC_r, xlc_r</td></tr>
  +            <tr><td>AIX 4.2.1  and higher</td><td>xlC_r, xlc_r</td></tr>
               <tr><td>Solaris 2.6</td><td>CC, cc</td></tr>
               <tr><td>HP-UX 10.2</td><td>CC, cc</td></tr>
               <tr><td>HP-UX 11</td><td>aCC, cc</td></tr>
  
  
  
  1.13      +6 -6      xml-xerces/c/doc/faq-parse.xml
  
  Index: faq-parse.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/faq-parse.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- faq-parse.xml	2000/06/01 01:31:15	1.12
  +++ faq-parse.xml	2000/06/12 20:43:11	1.13
  @@ -55,12 +55,12 @@
   
         <table>
           <tr><td><em>Operating System</em></td><td><em>Compiler</em></td></tr>
  -        <tr><td>Windows NT SP5/98</td><td>MSVC 6.0</td></tr>
  -        <tr><td>Redhat Linux 6.0</td><td>gcc</td></tr>
  -        <tr><td>AIX 4.1.4  and higher</td><td>xlC 3.1</td></tr>
  -        <tr><td>Solaris 2.6</td><td>CC version 4.2</td></tr>
  -        <tr><td>HP-UX B10.2</td><td>aCC and CC</td></tr>
  -        <tr><td>HP-UX B11</td><td>aCC and CC</td></tr>
  +        <tr><td>Windows NT 4.0 SP5/98</td><td>MSVC 6.0 SP3</td></tr>
  +        <tr><td>Redhat Linux 6.1</td><td>egcs-2.91.66 and glibc-2.1.2-11</td></tr>
  +        <tr><td>AIX 4.2.1  and higher</td><td>xlC 3.6.4</td></tr>
  +        <tr><td>Solaris 2.6</td><td>CC Workshop 4.2</td></tr>
  +        <tr><td>HP-UX 10.2</td><td>CC A.10.36</td></tr>
  +        <tr><td>HP-UX 11.0</td><td>aCC A.03.13 with pthreads</td></tr>
         </table>
       </a>
     </faq>