Commit Graph

154 Commits

Author SHA1 Message Date
ivost
8a253dde71 * added more try functions (don't throw exceptions)
git-svn-id: trunk@12796 -
2009-02-25 22:18:32 +00:00
ivost
7798d6a265 * added new xsd types and reniced some implementations (integer parsers, date/time parsers, etc...)
git-svn-id: trunk@12793 -
2009-02-25 21:22:39 +00:00
ivost
c9bcb0fb66 * fixed xsd:date, xsd:time and xsd:dateTime parsers in xsd helper library
git-svn-id: trunk@12788 -
2009-02-24 23:23:00 +00:00
ivost
bc2aeb2997 * extended libxml2 xsd helper functions
git-svn-id: trunk@12785 -
2009-02-24 19:28:25 +00:00
ivost
ce01f1d47e * added more xsd helper functions
git-svn-id: trunk@12784 -
2009-02-24 12:59:12 +00:00
ivost
452d2b5fee * updated error message
git-svn-id: trunk@12695 -
2009-02-06 17:00:32 +00:00
ivost
555d72a37b * fixed library name (typo)
git-svn-id: trunk@12694 -
2009-02-06 16:58:06 +00:00
marco
57e65411ad * fix for libxml2xml
git-svn-id: trunk@12689 -
2009-02-05 21:38:17 +00:00
ivost
3f7f4a9ddf * accidentially disabled usage of windows unit
git-svn-id: trunk@12688 -
2009-02-05 17:13:28 +00:00
ivost
2730c5f705 * made libxml2 headers Lazarus "Codetools" compatible
* prepeared headers for dynamic loading (not enabled right now)

git-svn-id: trunk@12678 -
2009-02-03 20:46:24 +00:00
ivost
8a9541b648 * removed individual size_t from xml2 package, using csize_t now
git-svn-id: trunk@12604 -
2009-01-26 13:16:51 +00:00
ivost
6c7c28c5f2 * fixed name of libxml2, it's called now xml2. This way it follows the rules of the other libs in packages
* tried to fix the samples (still some problems)

git-svn-id: trunk@12587 -
2009-01-24 01:40:17 +00:00
ivost
3d8388fd22 * fixed the varargs warnings of libxml2
git-svn-id: trunk@12544 -
2009-01-13 15:36:17 +00:00
ivost
68cbf05171 * added overloaded functions of xsdNewPropDateTime, xsdNewPropDate, xdsNewPropTime, xsdNewChildDateTime
git-svn-id: trunk@12542 -
2009-01-11 23:35:46 +00:00
ivost
490167ba16 * extended xsdFormatBoolean to write either 0/1 or false/true
git-svn-id: trunk@12541 -
2009-01-11 17:09:58 +00:00
ivost
2295667674 * added a := operator from String to xmlCharPtr
git-svn-id: trunk@12537 -
2009-01-11 00:17:02 +00:00
ivost
8a7a611086 * added more libxml2 xsd helper functions
git-svn-id: trunk@12523 -
2009-01-06 22:46:00 +00:00
ivost
9cd16a4801 * fixed bug in libxml2 headers. xmlXPathCompiledEval returned wrong type.
git-svn-id: trunk@12521 -
2009-01-06 16:37:59 +00:00
ivost
c1d518f27c * removed some obsolete functions, fixed parser functions
git-svn-id: trunk@12520 -
2009-01-06 14:51:55 +00:00
ivost
1d052e3639 * extended xsd helper functions for libxml2
git-svn-id: trunk@12519 -
2009-01-06 14:16:40 +00:00
ivost
cb8c685785 * added my name to libxml2 header files (better for bug reports)
git-svn-id: trunk@12499 -
2009-01-04 01:52:44 +00:00
marco
1295c499c9 * More fpmake fixes. Exampledirs and includefiles mostly fixed for these.
gdbint moves two examples from src to exampledir + makefile fix.

git-svn-id: trunk@11949 -
2008-10-22 22:08:05 +00:00
marco
e5db5e4aa8 * regened makefiles to propagate makefile versions
git-svn-id: trunk@11947 -
2008-10-22 17:32:15 +00:00
marco
3591d54f24 * updated all makefile.fpc versions to 2.2.2 for fppkg compat.
git-svn-id: trunk@11945 -
2008-10-22 17:19:13 +00:00
peter
7b188a6a0e * reset version to latest release: 2.2.2-0
git-svn-id: trunk@11907 -
2008-10-17 18:36:45 +00:00
ivost
cf3fc4bd77 * added several new helper functions to libxml2 (xmlxsd.pas)
git-svn-id: trunk@11796 -
2008-09-16 22:35:57 +00:00
ivost
40ad72f8da * extended libxml2
* xmlCharPtr is no longer compatible to pchar (use BAD_CAST to cast instead)
* fixed bugs

git-svn-id: trunk@11792 -
2008-09-16 10:32:43 +00:00
ivost
16225a3653 * reverted usage of ctypes.size_t in libxml2
git-svn-id: trunk@11787 -
2008-09-14 20:59:20 +00:00
ivost
2439dbd5a6 * added unixtype unit in addition to baseunix unit (currently baseunix contains all types of unixtype)
git-svn-id: trunk@11782 -
2008-09-14 18:54:55 +00:00
ivost
b4be847639 * fixed libxml2 for linux
git-svn-id: trunk@11760 -
2008-09-13 10:30:53 +00:00
ivost
2e1f993232 * enabled libxml2 for win32 (hope it's still working for linux)
git-svn-id: trunk@11753 -
2008-09-13 00:27:27 +00:00
ivost
6ba813b261 * added {H+} to enable ansistring inside libxml2
git-svn-id: trunk@11744 -
2008-09-10 21:04:11 +00:00
ivost
84fb9f1025 * fixed bug in libxml2
* added AnsiString version of BAD_CAST macro

git-svn-id: trunk@11742 -
2008-09-10 21:02:41 +00:00
ivost
5eb4081bc0 * fixed bug in libxml2 tree.inc
* added new xsd helper functions

git-svn-id: trunk@11655 -
2008-08-25 22:19:48 +00:00
ivost
01dc3a0e12 * xmlxsd helper unit
* removed csrc from libxml directory

git-svn-id: trunk@11654 -
2008-08-25 21:14:23 +00:00
ivost
d392b8de35 * updates for libxml2
* disabled legacy mode in libxml2 headers

git-svn-id: trunk@11646 -
2008-08-25 09:47:09 +00:00
ivost
510e22e898 * new libxml2 samples
git-svn-id: trunk@11634 -
2008-08-22 22:06:19 +00:00
ivost
52666b1dc0 * new libxml2 sample
git-svn-id: trunk@11633 -
2008-08-22 21:15:51 +00:00
ivost
e15b2039cb * fixed sample io1.pas
git-svn-id: trunk@11632 -
2008-08-22 20:39:41 +00:00
ivost
29295df972 * add new libxml sample
git-svn-id: trunk@11631 -
2008-08-22 20:10:53 +00:00
ivost
128a857e82 * adding more samples
git-svn-id: trunk@11630 -
2008-08-22 20:08:44 +00:00
ivost
77cf5bff6b * libxml2 translation alsmost finished
git-svn-id: trunk@11585 -
2008-08-15 20:38:21 +00:00
ivost
fe9092be31 * progress on libxml2 translation
git-svn-id: trunk@11583 -
2008-08-15 09:56:06 +00:00
ivost
cd9cb036b9 * progress on libxml2 translation
git-svn-id: trunk@11582 -
2008-08-14 19:46:02 +00:00
ivost
81ff2df54d * progress on libxml2 translation
git-svn-id: trunk@11572 -
2008-08-14 10:59:12 +00:00
ivost
922fa49bb9 * progress on libxml2 translation
git-svn-id: trunk@11568 -
2008-08-14 09:49:08 +00:00
ivost
4aee6550d8 * progress in libxml2 translation
git-svn-id: trunk@11565 -
2008-08-13 19:38:58 +00:00
ivost
d951ad5408 * new translated include files
git-svn-id: trunk@11538 -
2008-08-07 22:26:52 +00:00
ivost
62d71b77b5 * removed deprecated include file
git-svn-id: trunk@11536 -
2008-08-07 16:38:24 +00:00
ivost
fd2b09c12c * included libxml2 examples into build tree
git-svn-id: trunk@11533 -
2008-08-07 12:11:32 +00:00
ivost
1a461c43fc * automatic dynamic / static linking detection
git-svn-id: trunk@11532 -
2008-08-07 12:01:22 +00:00
ivost
14e79700cc * more generalized cc and export macros
git-svn-id: trunk@11531 -
2008-08-07 11:58:03 +00:00
ivost
a780fdffbc * renamed .h to .inc
* prepeared for dynamic linking support

git-svn-id: trunk@11530 -
2008-08-07 11:43:38 +00:00
ivost
c5333b5be3 * updated file properties
git-svn-id: trunk@11524 -
2008-08-07 08:37:14 +00:00