| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-27 | compat: probe for strcasestr more thoroughly | Michael J Gruber | |
| Depending on compiler (gcc, g++, clang) and standard options (c99, c11), string.h may or may not include strings.h, leading to possibly missing or conflicting declarations of strcasestr. Include both so that both detection and compilation phases use the same (possibly optimised) implementations. Suggested-by: Thomas Schneider <qsx@chaotikum.eu> Suggested-by: Florian Weimer <fweimer@redhat.com> Suggested-by: Tomi Ollila <tomi.ollila@iki.fi> | |||
| 2019-06-14 | compat: run uncrustify | uncrustify | |
| This is the result of running $ uncrustify --replace --config ../devel/uncrustify.cfg *.c *.h in the compat directory | |||
| 2010-04-14 | Add simplistic reimplementation of strcasestr to compat library | Dirk Hohndel | |
| While all systems that I have access to support strcasestr, it is in fact not part of POSIX. So here's a fallback reimplementation based on POSIX functions. Signed-off-by: Dirk Hohndel <hohndel@infradead.org> Tested-by: Tomas Carnecky <tom@dbservice.com> (on OpenSolaris snv_134) | |||
