summaryrefslogtreecommitdiffstats
path: root/src/tests/string_test.c
Commit message (Expand)AuthorAgeFilesLines
* [libc] Fix strcmp()/strncmp() to return proper valuesAaron Young2019-01-151-0/+1
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [libc] Rewrite strtoul()Michael Brown2015-02-191-0/+48
* [test] Add self-tests for more string functionsMichael Brown2015-02-171-0/+88
* [libc] Prevent strndup() from reading beyond the end of the stringMichael Brown2014-05-181-0/+20
* [test] Add self-tests for strdup()Michael Brown2014-05-181-0/+10
* [test] Add self-tests for string functionsMichael Brown2012-11-121-0/+133