]> git.saurik.com Git - apt.git/commit - methods/rred.cc
Convert most callers of isspace() to isspace_ascii()
authorJulian Andres Klode <jak@debian.org>
Sat, 26 Dec 2015 23:51:59 +0000 (00:51 +0100)
committerJulian Andres Klode <jak@debian.org>
Sun, 27 Dec 2015 00:20:41 +0000 (01:20 +0100)
commit74dedb4ae28fd4f7c89bf769708d4f7edc7ed79a
treea1d8539a50180611afcd34fac1e597aaf286cd19
parent98b063439156595f74c89e923bf4d3fd51a3b36f
Convert most callers of isspace() to isspace_ascii()

This converts all callers that read machine-generated data,
callers that might work with user input are not converted.
apt-pkg/contrib/strutl.cc
apt-pkg/deb/deblistparser.cc
apt-pkg/deb/debsrcrecords.cc
apt-pkg/deb/debsystem.cc
apt-pkg/tagfile.cc
methods/https.cc
methods/rred.cc
methods/server.cc