summaryrefslogtreecommitdiff
path: root/sys/src/libhtml
AgeCommit message (Collapse)Author
2013-09-05libhtml: fix potential linked list corruptioncinap_lenrek
the difficulty is freeing items while parsing because items might already be linked into various linked lists like in docinfo.images or form.fiels. so we link images, tables and formfields to the docinfo as the final step of getitems() pass using the new recursive function linkitems(). as only reachable items get linked theres no danger of dangeling pointers.
2013-09-04libhtml: fix memory leakscinap_lenrek
2013-09-02libhtml: fix double free of form actioncinap_lenrek
2013-08-03libhtml: handle ' character referencecinap_lenrek
the ' is not strickly html, but can appear in xhtml files.
2012-12-31fix utf and rune handling in preparation for 32bit runescinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen