Edit

kc3-lang/libxml2/ChangeLog

Branch :

  • Show log

    Commit

  • Author : William M. Brack
    Date : 2007-05-22 16:00:06
    Hash : 38d452ac
    Message : Fixed typo in xmlCharEncFirstLine pointed out by Mark Rowe (bug #440159) * encoding.c: Fixed typo in xmlCharEncFirstLine pointed out by Mark Rowe (bug #440159) * include/libxml/xmlversion.h.in: Added check for definition of _POSIX_C_SOURCE to avoid warnings on Apple OS/X (patch from Wendy Doyle and Mark Rowe, bug #346675) * schematron.c, testapi.c, tree.c, xmlIO.c, xmlsave.c: minor changes to fix compilation warnings - no change to logic. svn path=/trunk/; revision=3618

  • ChangeLog
  • Tue May 22 08:59:48 PDT 2007 William Brack <wbrack@mmm.com.hk>
    
    	* encoding.c: Fixed typo in xmlCharEncFirstLine pointed out
    	  by Mark Rowe (bug #440159)
    	* include/libxml/xmlversion.h.in: Added check for definition of
    	  _POSIX_C_SOURCE to avoid warnings on Apple OS/X (patch from
    	  Wendy Doyle and Mark Rowe, bug #346675)
    	* schematron.c, testapi.c, tree.c, xmlIO.c, xmlsave.c: minor
    	  changes to fix compilation warnings - no change to logic.
    
    Tue May 15 22:18:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
    
    	* nanohttp.c: small enhancement to last fix, pointed out
    	  by Alex Cornejo
    
    Tue May 15 12:38:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
    
    	* nanohttp.c: fixed problem on gzip streams (bug #438045)
    	* xpath.c: fixed minor spot of redundant code - no logic change.
    
    Fri May 11 22:45:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
    
    	* xpath.c: enhanced the coding for xmlXPathCastNumberToString
    	  in order to produce the required number of significant digits
    	  (bug #437179)
    
    Thu May 10 01:52:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
    
    	* list.c: applied patch to fix xmlListAppend() from 
    	  Georges-Andr