summaryrefslogtreecommitdiffstats
path: root/src/core/string.c
Commit message (Expand)AuthorAgeFilesLines
* [libc] Fix strcmp()/strncmp() to return proper valuesAaron Young2019-01-151-3/+3
* [libc] Avoid implicit assumptions about potentially-optimised memcpy()Michael Brown2016-05-091-1/+1
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [libc] Rewrite strtoul()Michael Brown2015-02-191-0/+129
* [libc] Rewrite string functionsMichael Brown2015-02-171-258/+273
* [libc] Prevent strndup() from reading beyond the end of the stringMichael Brown2014-05-181-3/+1Star
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* move strndup back to string.c - used by strdupHolger Lubitz2007-08-021-0/+15
* stripped down version of string.c containing only the used functionsHolger Lubitz2007-08-021-251/+0Star
* make bcopy use memmoveHolger Lubitz2007-07-291-6/+1Star
* Dead code removal.Michael Brown2007-07-141-0/+8
* Add strcspn() and strndup()Michael Brown2007-07-081-4/+41
* Move tolower() etc to ctype.h as per ISO CMichael Brown2007-01-261-0/+1
* Added strdup()Michael Brown2006-12-081-2/+10
* Initial revisionMichael Brown2005-03-081-0/+540