summaryrefslogtreecommitdiff
path: root/src/raptor_xml.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all traces of win32_raptor_config.hDaniel Richard G2012-08-301-5/+0
* Changed quote to a char for better type compatibilityDave Beckett2012-05-211-1/+1
* Check for error return for all raptor_unicode_utf8_string_get_char() callsDave Beckett2011-11-121-0/+1
* Make raptor_format_integer handle hex tooDave Beckett2011-09-081-3/+3
* Add more RAPTOR_GOOD_CAST and RAPTOR_BAD_CAST and fix some.Dave Beckett2011-08-311-1/+1
* (raptor_format_hexadecimal): Added for formatting uppercase hex in aDave Beckett2011-08-311-6/+7
* Use RAPTOR_BAD_CAST and RAPTOR_GOOD_CASTDave Beckett2011-08-311-7/+7
* Code style for comparing a possibly undefined macro to a valueDave Beckett2011-08-271-2/+2
* Code style change and cleanup for alloc/free macrosDave Beckett2011-07-311-8/+7
* (raptor_valid_xml_ID): use size_t for strlenDave Beckett2011-07-241-1/+1
* Switch to raptor2.h as main header. raptor.h includes itDave Beckett2011-04-261-1/+1
* code style: replace strncpy with memcpy - never need strncpy zero-checking/fi...Dave Beckett2010-05-141-6/+6
* fixed compiler warningLauri Aalto2010-05-031-1/+1
* Make all raptor object destructors handle NULL object pointer.Dave Beckett2010-04-241-1/+2
* Make all constructors check for non-NULL args/world and call raptor_world_open()Dave Beckett2010-04-171-2/+16
* Rename raptor_namespace_copy to raptor_namespace_stack_start_namespaceDave Beckett2010-03-271-3/+3
* autodocsDave Beckett2010-03-071-3/+3
* Define raptor_unicode_max_codepoint for magic number U+10FFFFDave Beckett2010-02-211-5/+5
* (raptor_unicode_utf8_string_get_char): Renamed from raptor_unicode_decode_utf...Dave Beckett2010-02-181-4/+5
* (raptor_unicode_decode_utf8_char): Renamed from raptor_utf8_to_unicode_char()Dave Beckett2010-02-181-4/+4
* Rename raptor_iostream write bytes/string method to raptor_iostream_TYPE_writ...Dave Beckett2010-02-181-37/+37
* Rename iostream writing methods to raptor_iostream_TYPE_write form.Dave Beckett2010-02-181-9/+9
* Rename XML escaping utility functions to be consistentDave Beckett2010-02-181-11/+11
* Rename namespace methods to match raptor_CLASS_METHOD conventionDave Beckett2010-02-171-6/+6
* Rename write to iostream methods of class to follow raptor_CLASS_write() formDave Beckett2010-02-171-19/+19
* indent + whitespaceLauri Aalto2010-02-091-1/+1
* Remove _v2 from raptor_new_qname_from_namespace_local_name_v2Dave Beckett2010-01-171-1/+2
* Code style: use TYPE* var_name = RAPTOR_CALLOC(TYPE, 1, sizeof(*var_name))Dave Beckett2010-01-171-2/+3
* New raptor_uri implementation - reference counted uris with interning.Dave Beckett2010-01-101-3/+3
* raptor_xml_any_escape_string and raptor_xml_any_escape_string use raptor_worl...Dave Beckett2010-01-081-28/+33
* All raptor_iostream constructors gain an initial raptor_world arg.Dave Beckett2010-01-081-23/+11
* Code style - whitespace around assignment and comparison opsDave Beckett2010-01-051-80/+80
* Use raptor_new_qname_from_namespace_local_name_v2() instead of raptor_new_qna...Lauri Aalto2008-09-221-1/+1
* Refactored raptor_xml internals to use v2 raptor_world APIs.Lauri Aalto2008-09-041-3/+3
* (raptor_xml_element_set_attributes): note @attributes become ownedDave Beckett2008-05-281-0/+2
* Use RAPTOR_ASSERT_OBJECT_POINTER_RETURN on destructor object arg. 2008Dave Beckett2008-04-261-1/+3
* (raptor_new_xml_element): Check for cdata stringbuffer alloc failure.Lauri Aalto2008-02-251-0/+4
* autodocsDave Beckett2008-01-211-1/+1
* Added raptor_xml_element_get_languageDave Beckett2007-12-291-0/+15
* Alter raptor_new_xml_element_from_namespace_local_name signature to take an x...Dave Beckett2007-09-301-8/+12
* Refactoring: Added raptor_new_xml_element_from_namespace_local_name(). Pulled...Lauri Aalto2007-09-251-0/+33
* Use raptor_unichar instead of unsigned long for a Unicode codepointDave Beckett2007-08-261-3/+3
* Turn content_cdata into using raptor_stringbuffer so that it does a lot less ...Dave Beckett2006-10-051-2/+4
* (raptor_xml_element_declare_namespace): Add int return value for whenDave Beckett2006-04-091-1/+36
* autodocsDave Beckett2006-03-191-1/+1
* autodocsDave Beckett2006-03-191-5/+67
* (raptor_iostream_write_xml_any_escaped_string): Write XML-escapedDave Beckett2006-03-141-0/+1
* (raptor_xml_element_get_attributes,Dave Beckett2006-02-191-0/+13
* Remove RCS ID. Copyright 2006Dave Beckett2006-01-081-5/+2
* (raptor_xml_any_escape_string,Dave Beckett2005-09-201-15/+122