Change build macro for Tizen TV
[platform/upstream/curl.git] / lib / strequal.c
2016-04-26 Seonah MoonMerge branch 'upstream' into tizen 63/67263/3 accepted/tizen/common/20160427.144109 accepted/tizen/ivi/20160428.002447 accepted/tizen/mobile/20160428.004551 accepted/tizen/tv/20160428.002324 accepted/tizen/wearable/20160428.002544 submit/tizen/20160427.070140
2016-04-25 taesubkimImported Upstream version 7.48.0 46/67046/1 upstream/7.48.0
2013-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
2013-02-14 Daniel Stenbergstrlcat: remove function
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-10-30 Anas NashifImported Upstream version 7.21.3 upstream/7.21.3
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-06-10 Daniel Stenbergunittest: mark all unit tested functions
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-02-15 Yang Tsefix compiler warning: conversion from "long" to "size_t...
2008-10-23 Daniel Stenbergmoved the Curl_raw_ functions into the new lib/rawstr...
2008-10-23 Dan FandrichCreated Curl_raw_nequal() which does a C-locale string...
2008-10-16 Daniel StenbergRenamed Curl_ascii_equal to Curl_raw_equal and bugfixed...
2008-10-16 Daniel StenbergCurl_ascii_equal() must not assume that the string...
2008-10-15 Daniel Stenberg- Pascal Terjan filed bug #2154627
2008-10-15 Daniel Stenbergremove Curl_strcasestr() since there is no code at...
2008-09-15 Yang Tseimprove detection of:
2007-11-07 Daniel Stenbergif () => if()
2007-09-25 Dan FandrichMake glibc define the prototype for strcasestr
2007-09-25 Dan FandrichUse a native strcasestr() if found.
2007-04-01 Daniel StenbergMatt Kraai provided a patch that makes curl build on...
2006-10-27 Yang TseUpdate copyright year, since the file has been modified
2006-08-09 Dan FandrichOnly define the string prototypes in ANSI mode to reduc...
2004-10-06 Daniel Stenbergremoved tabs and trailing whitespace from source
2004-06-13 Daniel Stenbergadded Curl_strcasestr() for case insensitive strstr...
2004-01-29 Daniel StenbergDan Fandrich's cleanup patch to make pedantic compiler...
2004-01-07 Daniel Stenbergupdated year in the copyright string
2003-08-24 Daniel Stenbergadded the strcasecmp() proto here (moved from setup...
2003-01-29 Daniel Stenbergremoved the local variables for emacs and vim, use...
2003-01-16 Daniel Stenbergcopyright year update in the source header
2002-09-03 Daniel Stenbergupdated source code boilerplate/header
2002-03-19 Daniel Stenbergcopyright string (year) update
2001-12-03 Daniel StenbergEric nailed a but in strnequal() for macintosh
2001-11-27 Daniel StenbergEric Lavigne updates
2001-10-11 Sterling Hugheslooks nicer and is better compatible with older vim...
2001-09-07 Sterling HughesAdded formatting sections for emacs and vim
2001-08-24 Daniel Stenbergcleanups
2001-05-18 Daniel Stenbergstrlcat() is now Curl_strlcat() instead to prevent...
2001-03-14 Daniel StenbergThe Curl_* prefixes are now changed for curl_* ones...
2001-02-06 Daniel Stenbergsilly me, corrected the strlcat() to compile
2001-02-06 Daniel Stenbergnew openbsd inspired implementation of strlcat()
2001-02-05 Daniel Stenbergadjusted the IPv6 stuff to compile and build on Linux...
2001-01-05 Daniel StenbergInternal symbols that aren't static are now prefixed...
2001-01-03 Daniel Stenbergdual-license fix
2000-08-24 Daniel Stenberg#include "setup.h" moved first of all includes
2000-06-20 Daniel Stenberghaxx.nu => haxx.se
2000-06-14 Daniel StenbergAdded #include <string.h>
2000-06-14 Daniel Stenbergbad HAVE_STRICMP usage found by Björn Stenberg
2000-05-22 Daniel Stenbergfiles moved to main branch from the newlib branch