- Oct 16, 2008
-
-
Daniel Stenberg authored
are consecutive and with a 0x20 "distance" to the uppercase letter), since we do support EBCDIC as well. Thus I replaced the macro with a (larger) switch case. I better change the function name...
-
- Oct 15, 2008
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=2154627) which pointed out that libcurl uses strcasecmp() in multiple places where it causes failures when the Turkish locale is used. This is because 'i' and 'I' isn't the same letter so strcasecmp() on those letters are different in Turkish than in English (or just about all other languages). I thus introduced a totally new internal function in libcurl (called Curl_ascii_equal) for doing case insentive comparisons for english-(ascii?) style strings that thus will make "file" and "FILE" match even if the Turkish locale is selected.
-
Daniel Stenberg authored
-
- Sep 15, 2008
-
-
Yang Tse authored
strcasecmp() strcasestr() strcmpi() stricmp() strlcat() strncasecmp() strncmpi() strnicmp()
-
- Nov 07, 2007
-
-
Daniel Stenberg authored
while () => while() and some other minor re-indentings
-
- Sep 25, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Apr 01, 2007
-
-
Daniel Stenberg authored
by letting configure check for setmode and ifdef on HAVE_SETMODE. NOTE: non- configure platforms that havve setmode() needs their hard-coded config.h files fixed. I fixed the src/config-win32.h.
-
- Oct 27, 2006
-
-
Yang Tse authored
-
- Aug 09, 2006
-
-
Dan Fandrich authored
systems that prototype them slightly differently.
-
- Oct 06, 2004
-
-
Daniel Stenberg authored
-
- Jun 13, 2004
-
-
Daniel Stenberg authored
-
- Jan 29, 2004
-
-
Daniel Stenberg authored
warnings. Minor edits by me.
-
- Jan 07, 2004
-
-
Daniel Stenberg authored
-
- Aug 24, 2003
-
-
Daniel Stenberg authored
only file within libcurl to use that function
-
- Jan 29, 2003
-
-
Daniel Stenberg authored
way for emacs, and vim users should provide a similar non-polluting style
-
- Jan 16, 2003
-
-
Daniel Stenberg authored
-
- Sep 03, 2002
-
-
Daniel Stenberg authored
-
- Mar 19, 2002
-
-
Daniel Stenberg authored
-
- Dec 03, 2001
-
-
Daniel Stenberg authored
-
- Nov 27, 2001
-
-
Daniel Stenberg authored
-
- Oct 11, 2001
-
-
Sterling Hughes authored
-
- Sep 07, 2001
-
-
Sterling Hughes authored
-
- Aug 24, 2001
-
-
Daniel Stenberg authored
-
- May 18, 2001
-
-
Daniel Stenberg authored
other libs
-
- Mar 14, 2001
-
-
Daniel Stenberg authored
are used externally and thus are public symbols.
-
- Feb 06, 2001
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Feb 05, 2001
-
-
Daniel Stenberg authored
-
- Jan 05, 2001
-
-
Daniel Stenberg authored
-
- Jan 03, 2001
-
-
Daniel Stenberg authored
-
- Aug 24, 2000
-
-
Daniel Stenberg authored
-
- Jun 20, 2000
-
-
Daniel Stenberg authored
-
- Jun 14, 2000
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 22, 2000
-
-
Daniel Stenberg authored
-
- Feb 16, 2000
-
-
Daniel Stenberg authored
-
- Dec 29, 1999
-
-
Daniel Stenberg authored
-