aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* big cleanup of the Windows/MSVC project files from Igor Zlatkovic DanielDaniel Veillard2002-01-0523-3357/+592
| | | | | | * win32/*: big cleanup of the Windows/MSVC project files from Igor Zlatkovic Daniel
* fixes for Windows from Igor DanielDaniel Veillard2001-12-201-0/+18
| | | | | | * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes for Windows from Igor Daniel
* close #67019 DanielDaniel Veillard2001-12-181-0/+1
| | | | | * win32/libxml2/libxml2.def.src: close #67019 Daniel
* update from Igor for Windows DanielDaniel Veillard2001-11-124-1068/+1091
| | | | | | * win32/dsp/* include/libxml/xmlwin32version.h.in: update from Igor for Windows Daniel
* update from Tobias Peters for 2.4.5 generate line nubers in elementsDaniel Veillard2001-10-111-33/+30
| | | | | | * win32/Makefile.mingw: update from Tobias Peters for 2.4.5 * DOCBparser.c: generate line nubers in elements Daniel
* adding xmlSAXParseFileWithData following Marco Stipek suggestion DanielDaniel Veillard2001-10-021-0/+1
| | | | | | * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c: adding xmlSAXParseFileWithData following Marco Stipek suggestion Daniel
* Igor Zlatkovic patches fixed typos DanielDaniel Veillard2001-10-021-0/+3
| | | | | | * win32/dsp/libxml2.def.src: Igor Zlatkovic patches * DOCBparser.c HTMLparser.c parser.c: fixed typos Daniel
* tried to incorporate comments from bug #59220 DanielDaniel Veillard2001-09-121-0/+7
| | | | | | * win32/dsp/libxml2.def.src: tried to incorporate comments from bug #59220 Daniel
* another set of symbols conditionally defined DanielDaniel Veillard2001-08-161-0/+2
| | | | | | * win32/dsp/libxml2.def.src: another set of symbols conditionally defined Daniel
* small cleanup closing bug #59108 DanielDaniel Veillard2001-08-161-74/+78
| | | | | | * win32/dsp/libxml2.def.src: small cleanup closing bug #59108 Daniel
* applied Win32 Facelift No.2 patches from Igor Zlatkovic for Windows/MSCDaniel Veillard2001-08-0312-0/+2577
| | | | | | | | | | * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c testSAX.c xmlIO.c xmllint.c include/win32config.h include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in win32/README.MSDev win32/dsp/*: applied Win32 Facelift No.2 patches from Igor Zlatkovic for Windows/MSC Daniel
* apply change to close #58141 update of the MSC projects from IgorDaniel Veillard2001-07-3111-96/+877
| | | | | | * include/libxml/xmlIO.h: apply change to close #58141 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic Daniel
* added a couple of exported entries raised by #57348 and #57381 DanielDaniel Veillard2001-07-121-0/+2
| | | | | | * win32/libxml2/libxml2.def.src: added a couple of exported entries raised by #57348 and #57381 Daniel
* added some missing entry point for XPath (Mark Vakoc) DanielDaniel Veillard2001-07-081-0/+17
| | | | | | * win32/libxml2/libxml2.def.src: added some missing entry point for XPath (Mark Vakoc) Daniel
* - xpointer.c include/win32config.h win32/libxml2/libxml2.def.srcDaniel Veillard2001-06-281-1/+1
| | | | | | libxml.h : Yon Derek provided a set of changes to compile from CVS on Windows/MSC Daniel
* - xmlversion.h: okay this is a generated file, but WindowsDaniel Veillard2001-06-222-2/+19
| | | | | | | | | | users need it and they can't generate it, and I want CVS Windows users ... - win32/libxml2/libxml2_so.dsp: Windows project file for the shared lib version of libxml2 - win32/libxml2/libxml2.def.src: bug #56527 set of exported resources needed for libxslt/xsltproc by Yon Derek Daniel
* - nanoftp.c nanohttp.c uri.c include/win32config.h: Igor ZlatkovicDaniel Veillard2001-06-093-1/+64
| | | | | | | provided fixes to compile on MSCC again - win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he also provided an update for the project files. Daniel
* - parserInternals.c xpath.[ch]: some UTF8 cleanup onDaniel Veillard2001-04-271-0/+2
| | | | | | | | | | xmlXPathParseName - xpath.c: Igor Zlatkovic suggested a change for NAN and MSC - debugXML.c: avoid compilation problems if compiling without HTML support, Igor Zlatkovic - win32/libxml2/libxml2.def.src: being able to compile without XPath on Windows Daniel
* - xmlversion.h.in win32config.h win32/libxml2/*: appliedDaniel Veillard2001-04-164-369/+1672
| | | | | | Igor Zlatkovic patches for MSC compilation and added his updates Daniel
* Contributed Win2000 Makefiles:Daniel Veillard2001-01-173-52/+460
| | | | | | | - win32/README.MSDev win32/libxml2/libxml2_a.dsp win32/libxml2/libxml2_so.dsp: new makefiles and update provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de> Daniel
* Couples of HTML and Windows fixes:Daniel Veillard2000-11-171-4/+7
| | | | | | | - HTMLparser.c: fixed handling of broken charrefs - xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows patches Daniel
* A few serious bugfixes:Daniel Veillard2000-11-131-1/+6
| | | | | | | | | | | - parser.[ch] parserInternals.c: applied the conditional section processing fix from Jonathan P Springer <jonathan.springer2@gte.net> - xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS project file, fixed iconv default non support - xpath.c: fixed the problem of evaluating relative expressions when a node context is provided. Daniel
* - uri.c: Wayne Davison's patch fixing xmlBuildURI()Daniel Veillard2000-10-291-0/+1
| | | | | - Makefile.mingw: Wayne Davison's update adding hash.c Daniel
* - Makefile.am include/Makefile.am include/win32config.hDaniel Veillard2000-10-121-0/+1
| | | | | | win32/Makefile.mingw: fixed problems reported by Wayne Davison and make distcheck Daniel
* More work toward 2.2.5, integrated a number of patchesDaniel Veillard2000-10-103-189/+276
| | | | | | | | | | | | | | | - configure.in Makefile.am win32config.h.in: trying to cleanup make distcheck .... huh ... - include/Makefile.am include/win32config.h: new directory for includes - win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp updated teh makefiles and instructions for WIN32 - xpath.c: small fixes - test/XPath/ results/XPath: updated the testcases and results - HTMLparser.c nanohttp.c testXPath.c: incorporated provided or suggested patches - valid.c: fixed an ID bug Daniel
* Tried to build libxml2-2.2.5Daniel Veillard2000-10-062-0/+229
Automake is a fucking piece of ugly shit full of tricks and without any kind of sensible documentation or logic :-((((((((( Daniel, pissed !