You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2001/11/29 21:15:21 UTC

cvs commit: xml-xerces/c/doc faq-distrib.xml faq-parse.xml feedback.xml readme.xml releases.xml

tng         01/11/29 12:15:21

  Modified:    c        credits.txt
               c/doc    faq-distrib.xml faq-parse.xml feedback.xml
                        readme.xml releases.xml
  Log:
  More documentation update.
  
  Revision  Changes    Path
  1.10      +2 -0      xml-xerces/c/credits.txt
  
  Index: credits.txt
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/credits.txt,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- credits.txt	2001/11/13 14:03:27	1.9
  +++ credits.txt	2001/11/29 20:15:21	1.10
  @@ -15,6 +15,7 @@
   Arundhati Bhowmick
   Edward Bortner
   Sean Bright
  +Phil Brown
   Sumit Chawla
   Nick Chiang
   Chih Hsiang Chou
  @@ -35,6 +36,7 @@
   Jeff Harrell
   Andy Heninger
   William L. Hopper
  +Michael Huedepohl
   Rahul Jain
   Tom Jordahl
   Christopher Just
  
  
  
  1.13      +3 -3      xml-xerces/c/doc/faq-distrib.xml
  
  Index: faq-distrib.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/faq-distrib.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- faq-distrib.xml	2001/10/18 18:27:12	1.12
  +++ faq-distrib.xml	2001/11/29 20:15:21	1.13
  @@ -31,7 +31,7 @@
           </tr>
           <tr>
             <td>Solaris 2.6</td>
  -          <td>CC Workshop 4.2</td>
  +          <td>Forte C++ Version 6 Update 2</td>
           </tr>
           <tr>
             <td>HP-UX 11.0</td>
  @@ -206,8 +206,8 @@
   
   
   
  -    <faq title="What application did you used to create the documentation?">
  -        <q>What application did you used to create the documentation?</q>
  +    <faq title="What application do you use to create the documentation?">
  +        <q>What application do you use to create the documentation?</q>
           <a>
               <p>We have used an internal XML based application to create the
               documentation. The documentation files are all written in XML and the
  
  
  
  1.31      +31 -0     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.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- faq-parse.xml	2001/11/28 17:24:17	1.30
  +++ faq-parse.xml	2001/11/29 20:15:21	1.31
  @@ -919,4 +919,35 @@
       </a>
     </faq>
   
  +  <faq title="Why do I get compilation error when compiling &XercesCName; on FreeBSD with native transcoder?">
  +
  +    <q>Why do I get compilation error when compiling &XercesCName; on FreeBSD with transcoder?</q>
  +
  +    <a>
  +       <p>You may get the following compilation errors when compiling &XercesCName; with native transcoder on
  +          FreeBSD version 4.3 or below:
  +       </p>
  +       <p>
  +          IconvTransService.cpp:68: wchar.h: No such file or directory<br/>
  +          IconvTransService.cpp:70: wctype.h: No such file or directory<br/>
  +          IconvTransService.cpp: In method 'int IconvTransService::compareIString(const XMLCh *, const XMLCh *)'<br/>
  +          ...
  +       </p>
  +       <p>This is due to FreeBSD version 4.3 or below missing headers wchar.h and wctype.h,
  +          missing the function towupper, and the functions wcstombs and mbstowcs are not conforming
  +          to the standard.
  +       </p>
  +
  +       <p>See <jump href="http://marc.theaimsgroup.com/?l=xerces-c-dev&amp;m=100195657723339&amp;w=2">
  +          Mail Archive "XercesC under FreeBSD..." </jump> for earlier discussion and work around.
  +       </p>
  +
  +       <p>Or you can use ICU transcoder (configure with -t icu) instead of the native transcoder on FreeBSD.
  +          Or try FreeBSD 4.4 or above.
  +       </p>
  +
  +    </a>
  +  </faq>
  +
  +
   </faqs>
  
  
  
  1.24      +2 -0      xml-xerces/c/doc/feedback.xml
  
  Index: feedback.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/feedback.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- feedback.xml	2001/11/13 14:03:27	1.23
  +++ feedback.xml	2001/11/29 20:15:21	1.24
  @@ -40,6 +40,7 @@
               <li>Arundhati Bhowmick</li>
               <li>Edward Bortner</li>
               <li>Sean Bright</li>
  +            <li>Phil Brown</li>
               <li>Sumit Chawla</li>
               <li>Nick Chiang</li>
               <li>Chih Hsiang Chou</li>
  @@ -60,6 +61,7 @@
               <li>Jeff Harrell</li>
               <li>Andy Heninger</li>
               <li>William L. Hopper</li>
  +            <li>Michael Huedepohl</li>
               <li>Rahul Jain</li>
               <li>Tom Jordahl</li>
               <li>Christopher Just</li>
  
  
  
  1.16      +3 -1      xml-xerces/c/doc/readme.xml
  
  Index: readme.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/readme.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- readme.xml	2001/11/20 19:16:55	1.15
  +++ readme.xml	2001/11/29 20:15:21	1.16
  @@ -64,7 +64,7 @@
           <ul>
               <li>Win32 using MSVC 6.0 SP3</li>
               <li>Linux (RedHat 6.1) using egcs-2.91.66 and glibc-2.1.2-11</li>
  -            <li>Solaris 2.6 using Sun Workshop 4.2</li>
  +            <li>Solaris 2.6 using Forte C++ Version 6 Update 2</li>
               <li>AIX 4.3 using xlC_r 5.0.2</li>
               <li>HP-UX 11 using aCC A.03.13 with pthreads</li>
           </ul>
  @@ -74,10 +74,12 @@
           <ul>
               <li>OS/390</li>
               <li>AS/400</li>
  +            <li>FreeBSD</li>
               <li>SGI IRIX</li>
               <li>Macintosh</li>
               <li>OS/2</li>
               <li>PTX</li>
  +            <li>UnixWare</li>
               <li>and more!</li>
           </ul>
       </s2>
  
  
  
  1.38      +85 -0     xml-xerces/c/doc/releases.xml
  
  Index: releases.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/releases.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- releases.xml	2001/11/27 18:50:05	1.37
  +++ releases.xml	2001/11/29 20:15:21	1.38
  @@ -55,6 +55,91 @@
       </tr>
   
       <tr>
  +        <td>2001-11-29</td>
  +        <td>Michael Huedepohl</td>
  +        <td>Add FreeBSD Support.
  +        </td>
  +    </tr>
  +
  +    <tr>
  +        <td>2001-11-28</td>
  +        <td>PeiYong Zhang</td>
  +        <td>DOMMemTest: delete compiler generated temperary DOMString object "Hello Goodbye".
  +        </td>
  +    </tr>
  +
  +    <tr>
  +        <td>2001-11-28</td>
  +        <td>Tinny Ng</td>
  +        <td>Fix broken ParserTest.
  +        </td>
  +    </tr>
  +
  +    <tr>
  +        <td>2001-11-28</td>
  +        <td>Tinny Ng</td>
  +        <td>Do not increment the error count if it is a warning.
  +        </td>
  +    </tr>
  +
  +    <tr>
  +        <td>2001-11-28</td>
  +        <td>Phil Brown</td>
  +        <td>[Bug 4019] XMLReader::getNextChar can over read (UTF-16).
  +        </td>
  +    </tr>
  +
  +    <tr>
  +        <td>2001-11-28</td>
  +        <td>Tinny Ng</td>
  +        <td>[Bug 4544] DOM_NodeList::getLength incorrect when called twice for empty list.
  +        </td>
  +    </tr>
  +
  +    <tr>
  +        <td>2001-11-28</td>
  +        <td>Artur Klauser</td>
  +        <td>[Bug 2238]libWWW problems with broken proxys and range requests.
  +        </td>
  +    </tr>
  +
  +    <tr>
  +        <td>2001-11-28</td>
  +        <td>Artur Klauser</td>
  +        <td>[Bug 2237] libWWW redirect error.
  +        </td>
  +    </tr>
  +
  +    <tr>
  +        <td>2001-11-28</td>
  +        <td>Matt Lovett</td>
  +        <td>[Bug 4422] BinMemInputStream::readBytes is inefficient.
  +        </td>
  +    </tr>
  +
  +    <tr>
  +        <td>2001-11-28</td>
  +        <td>Tinny Ng</td>
  +        <td>[Bug 3683] Access Violations when performing custom schema validation.
  +        </td>
  +    </tr>
  +
  +    <tr>
  +        <td>2001-11-28</td>
  +        <td>Tinny Ng</td>
  +        <td>Check tohash pointer before accessing content in XMLString::hash.
  +        </td>
  +    </tr>
  +
  +    <tr>
  +        <td>2001-11-27</td>
  +        <td>Tinny Ng</td>
  +        <td>Fix packageBinaries.pl to correctly strip the zip file name from the target
  +            directory which has "." dot in it.
  +        </td>
  +    </tr>
  +
  +    <tr>
           <td>2001-11-26</td>
           <td>Don Mastrovito</td>
           <td>BCB4 can use wchar_t.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org