summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add lwc_string_tolower() API.Michael Drake2016-01-301-0/+19
* Consistent use of tabs for indentation.Michael Drake2016-01-301-139/+137
* Fix Coverity #1127059. Dereference after NULL check.Michael Drake2013-11-081-0/+2
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
* Rework the majority of wapcaplet's interface to be macros. This removes *man...Daniel Silverstone2012-03-291-79/+2
* Use __ in middle of function name for statics and private functions, not _ as...Rob Kendrick2012-03-251-26/+26
* Constify lwc_string * param to lwc_string_length and lwc_string_data.Michael Drake2011-10-291-2/+2
* Ensure we cope with no chance to opportunistically initialise the hash before...Daniel Silverstone2010-12-061-1/+5
* Fix debug buildJohn Mark Bell2010-12-041-2/+0
* Remove initialisation, use system allocation functions. r=vinceDaniel Silverstone2010-12-041-13/+17
* Add simple iteration API and also add brackets in lwc_string_isequalDaniel Silverstone2010-03-271-0/+14
* Simplify libwapcaplet and remove context objects.Daniel Silverstone2010-03-271-124/+64
* Keep a record of the amount of memory consumed by a lwc_context.John Mark Bell2009-07-281-3/+23
* Guarantee to NUL-terminate interned strings.John Mark Bell2009-07-251-1/+5
* Merge Bo's libwapcaplet lwc_string_hash_value function and tests. r=dsilversDaniel Silverstone2009-06-231-1/+8
* Fix test build.John Mark Bell2009-03-251-0/+6
* First cut at a port to core buildsystem.John Mark Bell2009-03-251-0/+3
* In debug mode, poison freed strings to highlight missing refsDaniel Silverstone2009-02-151-0/+4
* Add simple accessors for data and lengthDaniel Silverstone2009-02-141-0/+18
* More testsDaniel Silverstone2009-02-141-2/+5
* More tests, some fixes. All the API appears to workDaniel Silverstone2009-02-141-26/+31
* 100% of tests pass. Ship it.Daniel Silverstone2009-02-141-1/+5
* Initial untested API and implementationDaniel Silverstone2009-02-141-0/+304