aboutsummaryrefslogtreecommitdiff
path: root/lib/strequal.c
AgeCommit message (Expand)Author
2013-02-14strlcat: remove functionDaniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-06-10unittest: mark all unit tested functionsDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-15fix compiler warning: conversion from "long" to "size_t" may lose signYang Tse
2008-10-23moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg
2008-10-23Created Curl_raw_nequal() which does a C-locale string case comparison.Dan Fandrich
2008-10-16Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper functionDaniel Stenberg
2008-10-16Curl_ascii_equal() must not assume that the string is actually ASCII (so that...Daniel Stenberg
2008-10-15- Pascal Terjan filed bug #2154627Daniel Stenberg
2008-10-15remove Curl_strcasestr() since there is no code at all using this function!Daniel Stenberg
2008-09-15improve detection of:Yang Tse
2007-11-07if () => if()Daniel Stenberg
2007-09-25Make glibc define the prototype for strcasestrDan Fandrich
2007-09-25Use a native strcasestr() if found.Dan Fandrich
2007-04-01Matt Kraai provided a patch that makes curl build on QNX 6 fine again. MostlyDaniel Stenberg
2006-10-27Update copyright year, since the file has been modifiedYang Tse
2006-08-09Only define the string prototypes in ANSI mode to reduce interference onDan Fandrich
2004-10-06removed tabs and trailing whitespace from sourceDaniel Stenberg
2004-06-13added Curl_strcasestr() for case insensitive strstr() searchingDaniel Stenberg
2004-01-29Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg
2004-01-07updated year in the copyright stringDaniel Stenberg
2003-08-24added the strcasecmp() proto here (moved from setup.h), as this is theDaniel Stenberg
2003-01-29removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg
2003-01-16copyright year update in the source headerDaniel Stenberg
2002-09-03updated source code boilerplate/headerDaniel Stenberg
2002-03-19copyright string (year) updateDaniel Stenberg
2001-12-03Eric nailed a but in strnequal() for macintoshDaniel Stenberg
2001-11-27Eric Lavigne updatesDaniel Stenberg
2001-10-11looks nicer and is better compatible with older vim versionsSterling Hughes
2001-09-07Added formatting sections for emacs and vimSterling Hughes
2001-08-24cleanupsDaniel Stenberg
2001-05-18strlcat() is now Curl_strlcat() instead to prevent collisions when used withDaniel Stenberg
2001-03-14The Curl_* prefixes are now changed for curl_* ones, as these two functionsDaniel Stenberg
2001-02-06silly me, corrected the strlcat() to compileDaniel Stenberg
2001-02-06new openbsd inspired implementation of strlcat()Daniel Stenberg
2001-02-05adjusted the IPv6 stuff to compile and build on Linux as wellDaniel Stenberg
2001-01-05Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg
2001-01-03dual-license fixDaniel Stenberg
2000-08-24#include "setup.h" moved first of all includesDaniel Stenberg
2000-06-20haxx.nu => haxx.seDaniel Stenberg
2000-06-14Added #include <string.h>Daniel Stenberg
2000-06-14bad HAVE_STRICMP usage found by Björn StenbergDaniel Stenberg
2000-05-22files moved to main branch from the newlib branchDaniel Stenberg