summaryrefslogtreecommitdiff
path: root/include/dom/core/text.h
Commit message (Collapse)AuthorAgeFilesLines
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-101-3/+3
| | | | fixes. Test suite does not pass
* Remove casts related to dom_string in API macros because they were hiding ↵Daniel Silverstone2012-03-281-3/+2
| | | | | | errors such as the one fixed in r13764 svn path=/trunk/libdom/; revision=13765
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-7/+6
| | | | svn path=/trunk/libdom/; revision=12172
* Convert Text to use vtable structure. Now the whole libdom is compiled ↵Bo Yang2009-03-241-10/+54
| | | | | | successfully again. svn path=/trunk/dom/; revision=6833
* Make CharacterData struct public (within library)John Mark Bell2007-07-111-0/+28
Add Text. svn path=/trunk/dom/; revision=3398