]> git.saurik.com Git - apt.git/commit - apt-pkg/aptconfiguration.cc
add default and override handling for Cnf::FindVector
authorDavid Kalnischkies <david@kalnischkies.de>
Mon, 24 Feb 2014 22:10:25 +0000 (23:10 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Thu, 13 Mar 2014 12:57:34 +0000 (13:57 +0100)
commita5414e56403537678d5be87acf59c37a05f55719
treee68d95ae7867e4723e4aa69f8a9ede1e36eb0df2
parentfa19cc9573aac19cfbf43364d4b5660c9ab645bc
add default and override handling for Cnf::FindVector

Automatically handle the override of list options via its parent value
which can even be a comma-separated list of values. It also adds an easy
way of providing a default for the list.
apt-pkg/aptconfiguration.cc
apt-pkg/contrib/configuration.cc
apt-pkg/contrib/configuration.h
apt-pkg/contrib/strutl.cc
prepare-release
test/libapt/configuration_test.cc
test/libapt/getlanguages_test.cc