libvirt/qemud
Jim Meyering 25534052bc Use gnulib's c-ctype.h, not <ctype.h>.
# Convert uses of isspace to c_isspace, isdigit to c_isdigit, etc.
re=$(man isspace|grep is.....,.is|sed 's/ -.*//' \
  |tr -s ', \n' \||sed 's/^|//;s/|$//')
git grep -l -E "$re"|grep -Ev 'Chan|gnulib' \
  |xargs perl -pi -e 's/\b('"$re"')\b/c_$1/g'
# Remove all uses of to_uchar
git grep -l to_uchar|xargs perl -pi -e 's/to_uchar\((.*?)\)/$1/g'
* src/util.h (to_uchar): Remove definition.
(TOLOWER): Remove definition.
(__virMacAddrCompare): Use c_tolower, not TOLOWER.
Globally:
  Where needed, change <ctype.h> to <c-ctype.h>.
  Remove unnecessary inclusion of <ctype.h>.
Ensure the global changes are never needed again:
* Makefile.maint (sc_avoid_ctype_macros): Prohibit use of ctype
macros.   Recommend c-ctype.h instead.
(sc_prohibit_c_ctype_without_use): New rule.
(sc_prohibit_ctype_h): New rule.  Disallow use of <ctype.h>.
2008-05-09 13:50:14 +00:00
..
.cvsignore Ignore coverage data files 2008-04-30 13:14:40 +00:00
default-network.xml Improve support for virtual networking 2007-03-13 22:43:22 +00:00
event.c remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
event.h Many typos fixed (Atsushi SAKAI). 2008-02-29 12:53:10 +00:00
internal.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
libvirtd.conf Many typos fixed (Atsushi SAKAI). 2008-02-29 12:53:10 +00:00
libvirtd.init.in Initial integration of SASL authentication, working for Kerberos only 2007-12-05 15:24:15 +00:00
libvirtd.policy Added PolicyKit authentication support 2007-12-05 18:21:27 +00:00
libvirtd.sasl Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
libvirtd.sysconf Initial integration of SASL authentication, working for Kerberos only 2007-12-05 15:24:15 +00:00
Makefile.am fix a broken line split 2008-02-29 17:02:41 +00:00
mdns.c remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
mdns.h * NEWS virsh.1 docs//* include/libvirt/libvirt.h[.in] qemud/mdns.h 2008-03-17 10:27:31 +00:00
qemud.c avoid format-related warnings 2008-04-28 09:09:52 +00:00
remote_dispatch_localvars.h Add remote daemon support for storage APIs 2008-02-20 15:22:35 +00:00
remote_dispatch_proc_switch.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
remote_dispatch_prototypes.h Add remote daemon support for storage APIs 2008-02-20 15:22:35 +00:00
remote_generate_stubs.pl Add whitelisting of users. Remove IP whitelisting. Make auth schemes configurable 2007-12-05 15:34:05 +00:00
remote_protocol.c convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
remote_protocol.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
remote_protocol.x remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
remote.c Use gnulib's c-ctype.h, not <ctype.h>. 2008-05-09 13:50:14 +00:00
rpcgen_fix.pl Mon Jun 11 12:34:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-06-11 11:36:17 +00:00