• Show log

    Commit

  • Hash : 2b8c4a15
    Author : Daniel Veillard
    Date : 2003-10-02T22:28:19

    changed 'make tests' to use a concise output, scrolling to see where thing
    
    * Makefile.am: changed 'make tests' to use a concise output,
      scrolling to see where thing broke wasn't pleasant
    * configure.in: some beta4 preparation, but not ready yet
    * error.c globals.c include/libxml/globals.h include/libxml/xmlerror.h:
      new error handling code, last error informations are stored
      in the parsing context or a global variable, new APIs to
      handle the xmlErrorPtr type.
    * parser.c parserInternals.c valid.c : started migrating to the
      new error handling code, it's a royal pain.
    * include/libxml/parser.h include/libxml/parserInternals.h:
      moved the definition of xmlNewParserCtxt()
    * parser.c: small potential buffer access problem in push code
      provided by Justin Fletcher
    * result/*.sax result/VC/PENesting* result/namespaces/*
      result/valid/*.err: some error messages were sligthly changed.
    Daniel
    

  • README

  •                   XML toolkit from the GNOME project
    
    Full documentation is available on-line at
        http://xmlsoft.org/
    
    This code is released under the MIT Licence see the Copyright file.
    
    To report bugs, follow the instructions at: 
      http://xmlsoft.org/bugs.html
    
    A mailing-list xml@gnome.org is available, to subscribe:
        http://mail.gnome.org/mailman/listinfo/xml
    
    The list archive is at:
        http://mail.gnome.org/archives/xml/
    
    All technical answers asked privately will be automatically answered on
    the list and archived for public access unless pricacy is explicitely
    required and justified.
    
    Daniel Veillard
    
    $Id$