Edit

kc3-lang/libxml2/ChangeLog

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 1999-06-26 23:07:37
    Hash : 97fea18b
    Message : Allocate a per-parser SAX table, correct the SAX results, Daniel.

  • ChangeLog
  • Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
    
    	* parser.c: alloctate a per parser context SAX interface block
    
    Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
    
    	* released 1.3.0 with xmlEncodeEntities restoring old behaviour
    	  and xmlEncodeEntitiesReentrant with the correct one :-\
    
    Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
    
    	* commit of my internal XML base changes, quite a lot of
    	  changes, cleanups, better entities support, framework for
    	  new I/O and charset detection and handling
    	* Fixed the configure/Makefile stuff to generate shared libs
    	  with the proper version info, so we jumped on rev from
    	  0.0.0 to 1.2.0 ! The binary interfaces have been broken,
    	  xmlEncodeEntities() result need to be freed now, and a string
    	  xmlParserVersion provide the current library version.
    
    Tue Jun 15 14:24:19 1999  Raph Levien  <raph@acm.org>
    
    	* parser.c: fixed a buffer overrun for when you have a very long
    	attribute with no entities in it.
    
    Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
    
    	* added example directory
    	* added example/gjobs.xml gjobread.c, still need a Makefile.in
    
    Wed Jun  2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
    
    	* Release of libxml-1.1, nearly everything has been touched for
    	  this.
    	* Added more regression tests
    	* Updated the documentation
    
    Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
    
    	* tree.[ch]: unified the XML_NO_CORBA defines.
    	* parser.c encoding.[ch]: started plugging in char encoding detection
    
    Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
    
    	* tree.c: (xmlSaveFile) - removed double call of xmlContentDump.  
    	  Also freed allocated buffer.
    
    Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
    	* parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
    	  reentrancy problem at printing. One is left in entities.c, to
    	  remove ASAP
    	* testSAX.c : added a test example showing the use of the SAX 
    	  interface if one doesn't want to build the DOM tree.
    	* html/gnome-xml-*.html html/index.sgml: regenerated the documentation
    
    Mon Apr  5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
    
    	* parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
    	  large revamping of the parser to use SAX callbacks
    	  http://www.megginson.com/SAX/ (or at least a C like interface
    	  a la Expat). It's now possible to set up your own callbacks
    	  and the parser will not build a DOM tree.
    	* test/* result/*: updated the test suite, I finally removed
    	  the old Namespace draft support (PI based).
    
    Fri Apr  2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
    
    	* Makefile.am: added test result to EXTRA_DIST for make tests
    
    Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
    
    	* parser.c, parserInternals.h: moved the chars macro definitions
    	  to parserInternals.h
    	* parser.c, error.c: applied patches from "Knut