This patch replaces the calls to g_strcasecmp with either
authorMiguel de Icaza <miguel@gnome.org>
Wed, 23 Sep 2009 21:11:12 +0000 (21:11 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Wed, 23 Sep 2009 21:11:12 +0000 (21:11 -0000)
commit24845a088636f97398dcff1f1b50dc8ac51756c0
tree8174f324a861283de7cd33cfd292f3e80bcd350a
parent5677f382102f53c45f484879a773aeab4bfa7a98
This patch replaces the calls to g_strcasecmp with either
memcmp, g_ascii_strcasecmp or mono_utf8_strcasecmp since the
symbols are becoming deprecated in newer Glibs.

svn path=/trunk/mono/; revision=142515
mono/metadata/ChangeLog
mono/metadata/assembly.c
mono/metadata/class.c
mono/metadata/icall.c
mono/metadata/mono-config.c
mono/metadata/reflection.c
mono/metadata/verify.c
mono/utils/Makefile.am
mono/utils/mono-string.h [new file with mode: 0644]