]> git.ipfire.org Git - thirdparty/bind9.git/commit
Merge branch '2788-use-tolower-toupper-isupper-from-ctype-h' into 'main'
authorOndřej Surý <ondrej@isc.org>
Wed, 23 Jun 2021 09:45:28 +0000 (09:45 +0000)
committerOndřej Surý <ondrej@isc.org>
Wed, 23 Jun 2021 09:45:28 +0000 (09:45 +0000)
commitb813ea196abae19b9664173572be4e2a1c81ad31
tree76ac3b1973f1424d814a253485c3248e53bac2c1
parent7e9e0ae19565bc66d3e1f9c43ce270e490bc8e59
parent7ccbe520608317594bd338d989b09dfa1a19eb35
Merge branch '2788-use-tolower-toupper-isupper-from-ctype-h' into 'main'

Use tolower(), toupper() and isupper() from ctype.h

Closes #2788

See merge request isc-projects/bind9!5209