21-Dec-2002 20:15 Leonid Pauzner wrote: > 20-Dec-2002 18:33 Thomas Dickey wrote: >>> Any ideas?
>> not offhand (I'll spend some time on lynx this weekend when I have more >> time to do this; right now I'm checking on easier-to-fix bugs). > Three unrelated patches, against dev.12 More patches: + correct logic in recent HTAnchor_findChildAndLink() changes around internal links and fragments; avoid unneeded reallocations by using HTParseAnchor() instead of HTParse(). + trim some fat from HTML_start_element(), case HTML_A + add optimized string functions StrAllocCopy_extra() [and paired FREE_extra()] which store string size and never shrink; for heavily reallocated strings in temp objects. Used in SGML.c for value[] fields currently. + in HTUtils.h, FREE macro was unsafe if happen before 'else'
www.dif
Description: patch for directory www/library/implementation
src.dif
Description: patch for file src/html.c
