summaryrefslogtreecommitdiff
path: root/src/core/string.c
Commit message (Expand)AuthorAgeFilesLines
* Add, and implement, dom_string_insert() and dom_string_replace() APIJohn Mark Bell2007-11-031-5/+266
* Make the dom string class more useful.John Mark Bell2007-10-031-43/+379
* DOM Strings are now capable of containing either UTF-8 or UTF-16 encoded data.John Mark Bell2007-09-301-13/+80
* Assume that NULL dom_string pointers imply the empty string.John Mark Bell2007-09-221-0/+17
* Add extra dom_string constructor that permits strings to be manufactured in t...John Mark Bell2007-07-141-10/+80
* Warning fixesJohn Mark Bell2007-07-101-2/+4
* Add NodeList and string comparison APIJohn Mark Bell2007-07-101-0/+54
* Purge all trace of the ballache that was dom_ctx.John Mark Bell2007-07-061-39/+36
* Import DOM library.John Mark Bell2007-07-061-0/+222