aboutsummaryrefslogtreecommitdiffstats
path: root/xpointer.c
Commit message (Expand)AuthorAgeFilesLines
* fix a few warning raised by gcc-4.1 and latests changes DanielDaniel Veillard2006-03-101-2/+2
* a lot of small cleanups based on Linus' sparse check output. DanielDaniel Veillard2005-07-281-1/+1
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-1/+2
* autogenerate a minimal NULL value sequence for unknown pointer types ThisDaniel Veillard2004-11-051-1/+4
* extending the tests coverage more fixes and cleanups DanielDaniel Veillard2004-11-041-1/+1
* enhanced to assure that if xpointer is called for a document, theWilliam M. Brack2004-03-081-5/+8
* fixed problem with union when last() is used in predicate (bug #131971)William M. Brack2004-01-221-0/+1
* fixed problem pointed out by Stéphane Bidoul on the list. completedWilliam M. Brack2003-12-311-7/+12
* Fixed memory leak reported by Dave Beckett Removed spurious commentWilliam M. Brack2003-12-301-1/+15
* edited a couple of comments in accordance with posting on the mailing listWilliam M. Brack2003-12-291-1/+5
* minor error cleanup for gcc-3.3.[12] compilation warnings.William M. Brack2003-11-141-1/+1
* Setting up the framework for structured error reporting, touches a lot ofDaniel Veillard2003-10-101-3/+3
* cleanup migrated XPointer module to the new error mechanism DanielDaniel Veillard2003-10-101-44/+89
* added xmlMallocAtomic() to be used when allocating blocks which do notDaniel Veillard2003-04-191-1/+1
* improved the script accordingly to the XInclude regression tests updatesDaniel Veillard2003-02-131-1/+26
* tried to fix bug #97852 reported by Nicolas Noffke DanielDaniel Veillard2002-11-061-0/+2
* preparing 2.4.18 updated and rebuilt the web site implement the newDaniel Veillard2002-03-181-0/+1
* Fixing #74186, made sure all boolean expressions get fully parenthesized,Daniel Veillard2002-03-111-45/+0
* Tentatively fixed #69655 , make compiling with -Wredundant-decls clean.Daniel Veillard2002-02-101-1/+0
* applied 42 documentation patches from Charlie Bozeman. Regenerated theDaniel Veillard2001-12-311-17/+17
* Fixed the previous fix, DanielDaniel Veillard2001-11-281-2/+1
* fixed a compilation bug pointed by Danny Jamshy DanielDaniel Veillard2001-11-281-1/+1
* - include/libxml/globals.h include/libxml/threads.h threads.cDaniel Veillard2001-10-171-0/+1
* started integrating the non-controversial parts of Gary PenningtonDaniel Veillard2001-10-111-4/+4
* preparing 2.4.6 release updated and rebuilt the docs fixed a number ofDaniel Veillard2001-10-101-1/+1
* removed unused var DanielDaniel Veillard2001-08-161-2/+0
* store the line numbder in element->content, may break some software, needDaniel Veillard2001-07-121-5/+9
* - xpointer.c include/win32config.h win32/libxml2/libxml2.def.srcDaniel Veillard2001-06-281-2/+2
* Summer's cleanup, a really big one:Daniel Veillard2001-06-241-1/+1
* - Makefile.am: cleanup when --without-debug is specifiedDaniel Veillard2001-06-211-3/+5
* - tree.c xinclude.c xpointer.c: bug #56402 exposed a number ofDaniel Veillard2001-06-191-0/+30
* - HTMLparser.c: Closed bug #54891Daniel Veillard2001-05-191-1/+1
* trio upgrade and integrationBjorn Reese2001-04-211-6/+1
* Spring cleanup ...: - configure.in Makefile.am config.h.inDaniel Veillard2001-03-271-3/+0
* - HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.cDaniel Veillard2001-03-261-12/+0
* Huge cleanup, I switched to compile withDaniel Veillard2001-03-241-77/+101
* More cleanups, XSLT induced, start looking okay:Daniel Veillard2001-03-191-0/+1
* Did the boring cleanup job now that stuff works okay again:Daniel Veillard2001-03-191-1/+0
* Completely changed the way the XPath evaluation is done, likely to breakDaniel Veillard2001-03-181-7/+15
* Okay time to improve performances, gprof session:Daniel Veillard2001-02-251-6/+2
* Revert directory structure changesOwen Taylor2001-02-231-0/+2903
* moved to libxml directory - this allow simplify automake/autoconf. NowCET 2001 Tomasz K³oczko2001-02-231-2903/+0
* Incorporated patches, some cleanup:Daniel Veillard2001-01-251-55/+1
* - xpath.c: seems I finally killed that ugly path evaluationDaniel Veillard2001-01-201-0/+2
* Finally had a bit of time to resynch both trees:Daniel Veillard2000-12-271-0/+48
* General fixes, XPointer improvements:Daniel Veillard2000-11-241-12/+158
* Bug fixes new Xinclude tests:Daniel Veillard2000-11-121-3/+192
* Various patches and bug fixes, and XInclude progresses:Daniel Veillard2000-11-071-1/+39
* XInclude and other stuff while travelling. Contributed patches:Daniel Veillard2000-11-061-2/+44
* - parser.[ch]: added xmlIOParseDTD()Daniel Veillard2000-10-301-3/+37