summaryrefslogtreecommitdiff
path: root/packages/libxml/src
Commit message (Expand)AuthorAgeFilesLines
* LocalToEpoch, EpochToLocal: fix for arbitrary datetimeondrej2020-11-031-1/+1
* * Fix bug ID 36248michael2019-11-021-7/+7
* * Forgot to commitmichael2019-11-022-7/+46
* * Fix bug 36244michael2019-11-021-5/+57
* * Patch from Michal Gawrycki to handle duplicating strings (bug ID 36243)michael2019-11-021-1/+11
* Fix compilation after r33958.svenbarth2016-06-123-28/+14
* * Solved name conflict parser.inc is used in classes unitmichael2012-04-152-4/+4
* packages: replace UTF8String to AnsiString at least for now.paul2011-09-172-346/+346
* * added ansistring (UTF8String) parser functions (before there was just PChar...ivost2011-02-201-0/+637
* * fixed bug with xmlxsdparser.pas (typo). It was introduced by r16873ivost2011-02-041-4/+9
* * completed unimplemented timezone functionsivost2011-02-031-37/+56
* * added CDATA xsd helper function: xsdNewChildCDataivost2011-02-031-0/+8
* * enhanced date/time parserivost2011-01-111-28/+44
* * splitted xmlxsd.pas into xmlxsd.pas and xmlxsdparser.pasivost2011-01-112-1823/+1854
* * Fixed spell error revealed by lintian.mazen2010-10-061-2/+2
* * added support for xsd:base64Binary xml datatypeivost2010-07-201-3/+286
* * 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
* * fixed bug in xsdTryParseBoolean (segfault on null string)ivost2009-11-191-0/+3
* * fixed bug in float parserivost2009-11-181-2/+3
* * 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
* * fixed windows version of libxml2 headersivost2009-06-111-2/+3
* 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-242-2/+2
* * 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