summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* includes: Use new STMTEXPR supportDaniel Silverstone2020-03-261-14/+57
* Remove global context if no strings leakDaniel Silverstone2019-09-071-0/+4
* Enable lwc_string_caseless_hash_value function, and include stddef.h for NULL.Michael Drake2016-10-151-2/+2
* Add function to get caseless hash value for an lwc string.Michael Drake2016-10-151-0/+24
* Add lwc_string_tolower() API.Michael Drake2016-01-301-0/+10
* Fix doxygen errors in header.Vincent Sanders2015-09-011-23/+23
* Update to include asserts in interface macros, and test successfullyDaniel Silverstone2015-07-181-5/+7
* Rework the majority of wapcaplet's interface to be macros. This removes *man...Daniel Silverstone2012-03-291-18/+77
* Constify lwc_string * param to lwc_string_length and lwc_string_data.Michael Drake2011-10-291-2/+2
* Fix gcc2 warning: comma at end of enumerator list.François Revel2011-01-201-1/+1
* Remove initialisation, use system allocation functions. r=vinceDaniel Silverstone2010-12-041-34/+2
* Sprinkle some C++ scoping aroundJohn Mark Bell2010-10-231-0/+9
* Add simple iteration API and also add brackets in lwc_string_isequalDaniel Silverstone2010-03-271-1/+17
* Simplify libwapcaplet and remove context objects.Daniel Silverstone2010-03-271-60/+114
* Keep a record of the amount of memory consumed by a lwc_context.John Mark Bell2009-07-281-0/+5
* Guarantee to NUL-terminate interned strings.John Mark Bell2009-07-251-0/+2
* Merge Bo's libwapcaplet lwc_string_hash_value function and tests. r=dsilversDaniel Silverstone2009-06-231-0/+11
* Lose trailing comma.John Mark Bell2009-04-151-1/+1
* Add simple accessors for data and lengthDaniel Silverstone2009-02-141-0/+16
* 100% of tests pass. Ship it.Daniel Silverstone2009-02-141-3/+4
* Initial untested API and implementationDaniel Silverstone2009-02-141-0/+113