summaryrefslogtreecommitdiffstats
path: root/test/unit/ckh.c
Commit message (Expand)AuthorAgeFilesLines
* Replace tabs following #define with spaces.Jason Evans2017-01-211-1/+1
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-2/+2
* Update brace style.Jason Evans2017-01-211-10/+8
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-1/+0
* Do not (recursively) allocate within tsd_fetch().Jason Evans2016-10-211-21/+21
* Resolve bootstrapping issues when embedded in FreeBSD libc.Jason Evans2016-05-111-23/+23
* Fix MinGW-related portability issues.Jason Evans2015-07-231-23/+20
* Fix more MinGW build warnings.Jason Evans2015-07-181-17/+20
* Fix tsd cleanup regressions.Jason Evans2014-10-041-6/+3
* Convert to uniform style: cond == false --> !condJason Evans2014-10-031-2/+1
* Convert all tsd variables to reside in a single tsd structure.Jason Evans2014-09-231-17/+29
* Fix message formatting errors uncovered by p_test_fail() refactoring.Jason Evans2014-03-301-6/+6
* Add ckh unit tests.Jason Evans2013-12-171-0/+206