]> git.ipfire.org Git - thirdparty/curl.git/commit
ctype: add ISUNRESERVED()
authorDaniel Stenberg <daniel@haxx.se>
Tue, 12 Sep 2023 13:38:02 +0000 (15:38 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 13 Sep 2023 12:29:44 +0000 (14:29 +0200)
commit291d225a504e7b5ab22785fd472a2bc612491cd5
tree05d4814f7ac893b172eb3c98ed50466aa8c03f44
parent6fa1d817e5b1a00d7d0c8168091877476b499317
ctype: add ISUNRESERVED()

... and make Curl_isunreserved() use that macro instead of providing a
separate funtion for the purpose.

Closes #11840
lib/curl_ctype.h
lib/escape.c
lib/escape.h