]> granicus.if.org Git - curl/commit
curl_ctype: private is*() type macros and functions
authorDaniel Stenberg <daniel@haxx.se>
Sun, 28 Jan 2018 23:58:59 +0000 (00:58 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 29 Jan 2018 21:56:43 +0000 (22:56 +0100)
commit4272a0b0fc49a1ac0ceab5c4a365c9f6ab8bf8e2
treee8872ad6bbc20375a0a222ddad9cddca481522d4
parent93836e2ba0359352d85a029179f7d9db4d093894
curl_ctype: private is*() type macros and functions

... since the libc provided one are locale dependent in a way we don't
want. Also, the "native" isalnum() (for example) works differently on
different platforms which caused test 1307 failures on macos only.

Closes #2269
lib/Makefile.inc
lib/curl_ctype.c [new file with mode: 0644]
lib/curl_ctype.h [new file with mode: 0644]
lib/curl_setup_once.h
lib/http_chunks.c
src/Makefile.inc
tests/server/Makefile.inc