summaryrefslogtreecommitdiff
path: root/test/basictests.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with gcc 4.9.Michael Drake2015-04-301-5/+5
|
* Fix typoDaniel Silverstone2015-04-301-1/+1
|
* Fix up a couple of type hiccoughsDaniel Silverstone2015-04-301-4/+5
|
* use null_lwc instead of NULL in a bunch of testsDaniel Silverstone2015-04-301-9/+12
|
* Squash an unused value warningDaniel Silverstone2012-03-291-1/+1
| | | | svn path=/trunk/libwapcaplet/; revision=13775
* Remove initialisation, use system allocation functions. r=vinceDaniel Silverstone2010-12-041-108/+1
| | | | svn path=/trunk/libwapcaplet/; revision=10963
* Add simple iteration API and also add brackets in lwc_string_isequalDaniel Silverstone2010-03-271-0/+17
| | | | svn path=/trunk/libwapcaplet/; revision=10163
* Simplify libwapcaplet and remove context objects.Daniel Silverstone2010-03-271-335/+203
| | | | | | | | | | Remove the lwc_context type from the API and ensure that all strings belong to the one internment context. This removes a lot of API and simplifies a lot of function calls, however it does mean that clients of the library *MUST* be better at reffing and unreffing strings or it'll explode. svn path=/trunk/libwapcaplet/; revision=10159
* Keep a record of the amount of memory consumed by a lwc_context.John Mark Bell2009-07-281-0/+116
| | | | svn path=/trunk/libwapcaplet/; revision=8834
* Guarantee to NUL-terminate interned strings.John Mark Bell2009-07-251-2/+32
| | | | svn path=/trunk/libwapcaplet/; revision=8784
* Merge Bo's libwapcaplet lwc_string_hash_value function and tests. r=dsilversDaniel Silverstone2009-06-231-0/+16
| | | | svn path=/trunk/libwapcaplet/; revision=7927
* Add simple accessors for data and lengthDaniel Silverstone2009-02-141-0/+29
| | | | svn path=/trunk/libwapcaplet/; revision=6509
* More tests, some fixes. All the API appears to workDaniel Silverstone2009-02-141-2/+415
| | | | svn path=/trunk/libwapcaplet/; revision=6503
* 100% of tests pass. Ship it.Daniel Silverstone2009-02-141-0/+35
svn path=/trunk/libwapcaplet/; revision=6497