summaryrefslogtreecommitdiff
path: root/packages/libxml
Commit message (Expand)AuthorAgeFilesLines
* * Fixed spell error revealed by lintian.mazen2010-10-061-2/+2
* + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 andjonas2010-09-292-8/+45
* * regenerated with up-to-date fpcmakeflorian2010-09-091-7/+64
* * Remove src as include dir, causes conflict with parser.inc of classes unitmichael2010-07-302-219/+6
* * added support for xsd:base64Binary xml datatypeivost2010-07-201-3/+286
* * fpmake.pp fixesjoost2010-04-261-1/+3
* * fxied xsdTryParseStringLower (SetLength allocated a string but then append ...ivost2010-03-031-4/+58
* * added new function xsdParseStringLower that parse any string and convert it...ivost2010-02-191-5/+62
* * SetOnCompare didn't assign AValue to FOnCompare when Count was 0ivost2010-02-171-2/+0
* * Update Makefilespierre2009-12-102-12/+60
* * fixed bug in xsdTryParseBoolean (segfault on null string)ivost2009-11-191-0/+3
* * fixed bug in float parserivost2009-11-181-2/+3
* * fixed libxml2 examples (removed BAD_CAST)ivost2009-11-093-18/+18
* * added more highspeed string parsing functionsivost2009-11-093-548/+819
* * be more verbose on exceptionsivost2009-11-091-26/+26
* * implemented highspeed str to float (xml schema types)ivost2009-11-081-99/+215
* * enhanced xml schema datatype parsers (booltostr is twice as fast)ivost2009-11-081-124/+136
* * enhanced xml schema type parsersivost2009-11-081-342/+424
* * added XML_SAX2_MAGIC constantivost2009-11-041-2/+5
* * fixed wrong typeivost2009-11-041-1/+1
* * fixed bug in timezone to string conversionivost2009-10-121-2/+6
* * Makefiles version 2.5.1jonas2009-08-132-2/+2
* * regenerated using latest fpcmakejonas2009-08-022-2/+34
* * fixed windows version of libxml2 headersivost2009-06-111-2/+3
* * Source code and XLM files could not be executable.mazen2009-05-162-0/+0
* fixed bug: xsdTryNextString returned allways trueivost2009-03-211-1/+1
* * added namespace testing functionivost2009-03-211-6/+20
* * added new function for xsd enumerated types parsing to xmlxsd libivost2009-02-271-335/+422
* * added new function to xmlxsd libraryivost2009-02-261-10/+9
* * added new xml node reader functionsivost2009-02-261-2/+282
* * added more try functions (don't throw exceptions)ivost2009-02-251-469/+361
* * added new xsd types and reniced some implementations (integer parsers, date...ivost2009-02-251-554/+679
* * fixed xsd:date, xsd:time and xsd:dateTime parsers in xsd helper libraryivost2009-02-241-296/+514
* * extended libxml2 xsd helper functionsivost2009-02-241-3/+9
* * added more xsd helper functionsivost2009-02-241-79/+366
* * updated error messageivost2009-02-061-1/+1
* * fixed library name (typo)ivost2009-02-061-12/+2
* * fix for libxml2xmlmarco2009-02-051-2/+3
* * accidentially disabled usage of windows unitivost2009-02-051-1/+1
* * made libxml2 headers Lazarus "Codetools" compatibleivost2009-02-0349-2158/+1995
* * removed individual size_t from xml2 package, using csize_t nowivost2009-01-263-14/+9
* * fixed name of libxml2, it's called now xml2. This way it follows the rules ...ivost2009-01-2412-76/+76
* * fixed the varargs warnings of libxml2ivost2009-01-137-17/+12
* * added overloaded functions of xsdNewPropDateTime, xsdNewPropDate, xdsNewPro...ivost2009-01-112-0/+60
* * extended xsdFormatBoolean to write either 0/1 or false/trueivost2009-01-111-11/+17
* * added a := operator from String to xmlCharPtrivost2009-01-111-0/+7
* * added more libxml2 xsd helper functionsivost2009-01-061-0/+72
* * fixed bug in libxml2 headers. xmlXPathCompiledEval returned wrong type.ivost2009-01-061-1/+1
* * removed some obsolete functions, fixed parser functionsivost2009-01-061-218/+219
* * extended xsd helper functions for libxml2ivost2009-01-061-52/+235