7b2f43f902
platforms. It doesn't do javascript, but who cares about web2.0 anyway ? Sub-projects are : - hubbub : HTML parser - libcss : CSS parser and selection engine - libnsbmp : BMP/ICO decoding library - libnsgif : GIF decoding library - libparserutils : utility library for parser building - libwapcaplet : string internment library Currently SIGBUS'es on sparc64 in libcss, being worked on with upstream. Loosely based on a submission from Anthony J Bentley, reworked by myself.
6 lines
299 B
Plaintext
6 lines
299 B
Plaintext
LibWapcaplet provides a reference counted string internment system
|
|
designed to store small strings and allow rapid comparison of them in
|
|
terms of equality. It supports a caseless comparison where it will
|
|
automatically intern a lowercased variant of the string and use that
|
|
for comparison if needed.
|