summaryrefslogtreecommitdiff
path: root/lib/strequal.c
Commit message (Expand)AuthorAgeFilesLines
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-1/+1
* added Curl_strcasestr() for case insensitive strstr() searchingDaniel Stenberg2004-06-131-6/+25
* Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg2004-01-291-0/+2
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* added the strcasecmp() proto here (moved from setup.h), as this is theDaniel Stenberg2003-08-241-0/+6
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-8/+0
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* Eric nailed a but in strnequal() for macintoshDaniel Stenberg2001-12-031-0/+3
* Eric Lavigne updatesDaniel Stenberg2001-11-271-0/+1
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2
* Added formatting sections for emacs and vimSterling Hughes2001-09-071-0/+8
* cleanupsDaniel Stenberg2001-08-241-3/+3
* strlcat() is now Curl_strlcat() instead to prevent collisions when used withDaniel Stenberg2001-05-181-1/+1
* The Curl_* prefixes are now changed for curl_* ones, as these two functionsDaniel Stenberg2001-03-141-2/+2
* silly me, corrected the strlcat() to compileDaniel Stenberg2001-02-061-1/+1
* new openbsd inspired implementation of strlcat()Daniel Stenberg2001-02-061-8/+23
* adjusted the IPv6 stuff to compile and build on Linux as wellDaniel Stenberg2001-02-051-0/+26
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-2/+2
* dual-license fixDaniel Stenberg2001-01-031-28/+11
* #include "setup.h" moved first of all includesDaniel Stenberg2000-08-241-2/+2
* haxx.nu => haxx.seDaniel Stenberg2000-06-201-2/+2
* Added #include <string.h>Daniel Stenberg2000-06-141-0/+2
* bad HAVE_STRICMP usage found by Björn StenbergDaniel Stenberg2000-06-141-1/+1
* files moved to main branch from the newlib branchDaniel Stenberg2000-05-221-0/+83