aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test-strcasestr.c
Commit message (Collapse)AuthorAgeFilesLines
* Autodetect whether _GNU_SOURCE or _OPENBSD_SOURCE are needed; theIngo Schwarze2018-08-151-4/+0
| | | | | latter is a NetBSD idiosyncrasy reported by wiz@. Also take into account that NetBSD declares getsubopt(3) in the wrong header.
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-1/+1
|
* strcasestr() wants _GNU_SOURCE on LinuxIngo Schwarze2014-08-051-0/+4
|
* Provide strcasestr(3) and strsep(3) for Solaris 10 compat;Ingo Schwarze2013-12-311-0/+9
reported missing by Matthias Scheler <tron at NetBSD> via wiz@.