summaryrefslogtreecommitdiff
path: root/sys/src/libhtml/build.c
AgeCommit message (Collapse)Author
2018-09-23libhtml: increase Nestmax to render some convoluted pages (thanks fernan)cinap_lenrek
example page with broken citation list numbering: https://en.m.wikipedia.org/wiki/Commodore_64
2016-11-17/sys/src/lib*: clean upftrvxmtrx
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
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen