]> git.saurik.com Git - apt.git/commit
rewrite ReadMessages()
authorDavid Kalnischkies <david@kalnischkies.de>
Fri, 24 Oct 2014 21:55:15 +0000 (23:55 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Sun, 26 Oct 2014 13:13:34 +0000 (14:13 +0100)
commitd8c71b3b5dc98daa247433503ad8242c9e7b77db
tree64d520c6b863554d0c593bedbcc010ce5c0a5a0b
parent23397c9d7d4d455461176600bb45c81185493504
rewrite ReadMessages()

Central methods of our infrastructure like this one responsible for
communication with our methods shouldn't be more complicated then they
have to and not claim to have (albeit unlikely) bugs.

While I am not sure about having improved the first part, the bug is now
gone and a few explicit tests check that it stays that way, so nobody
will notice the difference (hopefully) – expect that this should a very
tiny bit faster as well as we don't manually proceed through the string.

Git-Dch: Ignore
apt-pkg/contrib/strutl.cc
test/libapt/strutil_test.cc