summaryrefslogtreecommitdiff
path: root/include/str.h
AgeCommit message (Expand)Author
2021-09-03str: remove duplicate parameter checkHeinrich Schuchardt
2021-03-10Fix compilation for older gccAlex Burmashev
2021-03-10Consolidate most of our standard lib functions to libPeter Jones
2021-02-25Add test cases for our CSV parser.Peter Jones
2021-02-25Add a stand-alone CSV parser.Peter Jones
2021-02-25Move is_utf8_bom() to str.hPeter Jones
2021-02-25Tidy up our string primitives...Peter Jones
2021-02-17strndupa: allocate len + 1, so that \0 is not lostAlex Burmashev
2021-02-17Fix an off by one in strnlena()Peter Jones
2021-02-16Fix up a bunch of our license statements and add SPDX most placesPeter Jones
2021-02-13add an ascii strndup() implementation.Peter Jones
2021-02-13includes: add strchra() and strchrnula() implsPeter Jones
2020-07-23translate_slashes(): don't write to string literalsLaszlo Ersek
2016-09-06Make translate_slashes() publicGary Ching-Pang Lin
2013-11-21Fix path generation for Dhcpv4 bootloader.Peter Jones