NetworkManager/callouts/tests
Dan Winship 6878d20ac4 all: Don't use ctype.h macros
The ctype macros (eg, isalnum(), tolower()) are locale-dependent. Use
glib's ASCII-only versions instead.

Also, replace isascii() with g_ascii_isprint(), since isascii()
accepts control characters, which isn't what the code wanted in any of
the places where it was using it.
2012-09-26 12:14:37 -04:00
..
dispatcher-old-down core: fix dispatcher handling of empty VPN interface (bgo #649773) 2011-05-10 11:33:43 -05:00
dispatcher-old-up core: fix dispatcher handling of empty VPN interface (bgo #649773) 2011-05-10 11:33:43 -05:00
dispatcher-old-vpn-down core: fix dispatcher handling of empty VPN interface (bgo #649773) 2011-05-10 11:33:43 -05:00
dispatcher-old-vpn-up core: fix dispatcher handling of empty VPN interface (bgo #649773) 2011-05-10 11:33:43 -05:00
Makefile.am build: fix srcdir != builddir for new generated headers 2012-02-22 16:27:28 -06:00
test-dispatcher-envp.c all: Don't use ctype.h macros 2012-09-26 12:14:37 -04:00