CVSROOT:        /cvs/gnome
Module name:    libxml2
Changes by:     kbuchcik        06/05/19 07:26:16

Modified files:
        .              : ChangeLog xpath.c 

Log message:
* xpath.c: Optimized the comparison for non-element nodes
in xmlXPathCmpNodesExt(); the comparison is used for sorting
of node-sets. This enhancement is related to bug #165547 
[http://bugzilla.gnome.org/show_bug.cgi?id=165547].
There are other places where the old comparison function
xmlXPathCmpNodes() is still called, but I currently don't
know exactly what those calls are for; thus if they can be
substituted (if it makes sense) for the new function.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=libxml2&who=kbuchcik&date=explicit&mindate=2006-05-19%2007:25&maxdate=2006-05-19%2007:27

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to