summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement dom_element_get_attribute()John Mark Bell2007-09-221-36/+154
* Make _dom_node_readonly() accessible to library internalsJohn Mark Bell2007-09-222-1/+4
* Remove accidental commit of binaryJames Shaw2007-09-221-0/+0
* Extend list implementation, add test-list.c to test some of it.James Shaw2007-09-222-0/+56
* Extend list implementation, add test-list.c to test some of it.James Shaw2007-09-229-20/+160
* Implement dom_document_get_implementation()John Mark Bell2007-09-221-14/+13
* Rename testcase utility library to libdomtest -- libdebug made no senseJohn Mark Bell2007-09-222-3/+3
* Implement dom_node_get_child_nodes()John Mark Bell2007-09-221-8/+21
* Whitespace changesJohn Mark Bell2007-09-222-1/+3
* Create a library of utility functions for the testsuite to useJohn Mark Bell2007-09-2213-187/+379
* Include required headersJohn Mark Bell2007-09-221-0/+3
* More notesJames Shaw2007-09-221-8/+51
* Implement #defines for try/catchJames Shaw2007-09-221-0/+27
* Use a typedef for the function pointers to comparison functions, add newline ...Rob Kendrick2007-09-222-4/+6
* s/malloc.h/stdlib.h/ (malloc.h is non-standard, though common)John Mark Bell2007-09-222-9/+22
* Change to C-style commentsJames Shaw2007-09-221-3/+3
* Assume that NULL dom_string pointers imply the empty string.John Mark Bell2007-09-221-0/+17
* Implement list_contains_all()James Shaw2007-09-222-0/+15
* Initial revision of linked list implementationJames Shaw2007-09-222-0/+99
* Implement dom_node_remove_node()John Mark Bell2007-09-221-11/+46
* Implement dom_node_replace_child()John Mark Bell2007-09-221-5/+83
* If new_child is already in the tree ensure its parent is not read onlyJohn Mark Bell2007-09-221-2/+7
* Fix misleading commentsJohn Mark Bell2007-09-221-13/+12
* Move cardinality constraint checking for Document Element and DocumentType ch...John Mark Bell2007-09-221-89/+130
* Implement dom_node_get_node_name()John Mark Bell2007-09-201-12/+133
* Stop TestObject appending .xml to the filename -- the auto-generated testcase...John Mark Bell2007-09-192-2/+2
* Begin implementation of DocumentType classJohn Mark Bell2007-09-197-87/+202
* More informational messagingJohn Mark Bell2007-09-181-6/+45
* Implement dom_element_get_tag_name()John Mark Bell2007-09-181-8/+105
* Implement sanity checking in dom_node_insert_before()John Mark Bell2007-09-181-18/+116
* More logging of failed DOM calls.John Mark Bell2007-09-171-4/+45
* Partial implementation of dom_node_insert_before. This has utterly no sanity ...John Mark Bell2007-09-171-5/+29
* Fix potential segfaultsJohn Mark Bell2007-09-171-2/+4
* Implement xml-binding-specific dom_implementation_create_documentJohn Mark Bell2007-09-171-8/+46
* Make Document nodes own themselves (removes need for special case for Documents)John Mark Bell2007-09-172-17/+78
* Fix testcases after change to xml_parser API (messaging callback)John Mark Bell2007-09-161-3/+18
* Add callback for informational messaging (with variable severity, a la syslog)John Mark Bell2007-09-163-43/+99
* Move parameter declaration, as xsltproc (libxml 2.6.26, libxslt 1.1.21, libex...John Mark Bell2007-09-161-5/+5
* Fix bug in dom_node_destroy -- Document nodes have no owner, so attempting to...John Mark Bell2007-09-161-8/+18
* Notes on W3C test suite elementsJames Shaw2007-08-161-0/+179
* Import more W3C tests that compile successfullyJames Shaw2007-08-113-0/+146
* Implement assertSizeJames Shaw2007-08-111-2/+66
* Import more W3C tests that compile successfullyJames Shaw2007-08-095-0/+233
* Add assertTrue and assertFalse templates; add boolean primitive to ctypes.xml...James Shaw2007-08-092-1/+28
* Import more W3C tests that compile successfullyJames Shaw2007-08-086-0/+277
* Import string helper functions from XSLT Standard LibraryJames Shaw2007-08-081-0/+1233
* Fix casting of structs as 'out' parameters. Update ctypes.xml mappings.James Shaw2007-08-082-2/+63
* Rename dom_named_node_map to dom_namednodemap to be consistent with the rest ...James Shaw2007-08-082-4/+4
* Fix structure name dom_nodelistJames Shaw2007-08-032-4/+4
* Import test from W3C test suiteJames Shaw2007-08-031-0/+45