algorithms.h   algorithms.h 
skipping to change at line 149 skipping to change at line 149
/*}} }*/ /*}} }*/
bool pkgDistUpgrade(pkgDepCache &Cache); bool pkgDistUpgrade(pkgDepCache &Cache);
bool pkgApplyStatus(pkgDepCache &Cache); bool pkgApplyStatus(pkgDepCache &Cache);
bool pkgFixBroken(pkgDepCache &Cache); bool pkgFixBroken(pkgDepCache &Cache);
bool pkgAllUpgrade(pkgDepCache &Cache); bool pkgAllUpgrade(pkgDepCache &Cache);
bool pkgMinimizeUpgrade(pkgDepCache &Cache); bool pkgMinimizeUpgrade(pkgDepCache &Cache);
void pkgPrioSortList(pkgCache &Cache,pkgCache::Version **List); void pkgPrioSortList(pkgCache &Cache,pkgCache::Version **List);
bool ListUpdate(pkgAcquireStatus &progress, pkgSourceList &List, int PulseI nterval=0); bool ListUpdate(pkgAcquireStatus &progress, pkgSourceList &List, int PulseI nterval=0);
bool AcquireUpdate(pkgAcquire &Fetcher, int const PulseInterval = 0,
bool const RunUpdateScripts = true, bool const ListCleanu
p = true);
#endif #endif
 End of changes. 1 change blocks. 
0 lines changed or deleted 3 lines changed or added


 config.h   config.h 
skipping to change at line 53 skipping to change at line 53
/* Define to the size of the filesize containing structures */ /* Define to the size of the filesize containing structures */
#define _FILE_OFFSET_BITS 64 #define _FILE_OFFSET_BITS 64
/* Define the arch name string */ /* Define the arch name string */
#define COMMON_ARCH "i386" #define COMMON_ARCH "i386"
/* The package name string */ /* The package name string */
#define PACKAGE "apt" #define PACKAGE "apt"
/* The version number string */ /* The version number string */
#define PACKAGE_VERSION "0.9.2" #define PACKAGE_VERSION "1.5"
#define APT_8_CLEANER_HEADERS #define APT_8_CLEANER_HEADERS
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 configuration.h   configuration.h 
skipping to change at line 106 skipping to change at line 106
void Clear(const std::string &Name); void Clear(const std::string &Name);
// remove a certain value from a list (e.g. the list of "APT::Keep-Fds") // remove a certain value from a list (e.g. the list of "APT::Keep-Fds")
void Clear(std::string const &List, std::string const &Value); void Clear(std::string const &List, std::string const &Value);
void Clear(std::string const &List, int const &Value); void Clear(std::string const &List, int const &Value);
inline const Item *Tree(const char *Name) const {return Lookup(Name);}; inline const Item *Tree(const char *Name) const {return Lookup(Name);};
inline void Dump() { Dump(std::clog); }; inline void Dump() { Dump(std::clog); };
void Dump(std::ostream& str); void Dump(std::ostream& str);
void Dump(std::ostream& str, char const * const root,
char const * const format, bool const emptyValue);
Configuration(const Item *Root); Configuration(const Item *Root);
Configuration(); Configuration();
~Configuration(); ~Configuration();
/** \brief match a string against a configurable list of patterns */ /** \brief match a string against a configurable list of patterns */
class MatchAgainstConfig class MatchAgainstConfig
{ {
std::vector<regex_t *> patterns; std::vector<regex_t *> patterns;
void clearPatterns(); void clearPatterns();
 End of changes. 1 change blocks. 
0 lines changed or deleted 2 lines changed or added


 debfile.h   debfile.h 
skipping to change at line 31 skipping to change at line 31
##################################################################### */ ##################################################################### */
/*}} }*/ /*}} }*/
#ifndef PKGLIB_DEBFILE_H #ifndef PKGLIB_DEBFILE_H
#define PKGLIB_DEBFILE_H #define PKGLIB_DEBFILE_H
#include <apt-pkg/arfile.h> #include <apt-pkg/arfile.h>
#include <apt-pkg/dirstream.h> #include <apt-pkg/dirstream.h>
#include <apt-pkg/tagfile.h> #include <apt-pkg/tagfile.h>
#include <apt-pkg/pkgcache.h> #include <apt-pkg/pkgcache.h>
#ifndef APT_8_CLEANER_HEADERS
#include <apt-pkg/md5.h>
#endif
class FileFd; class FileFd;
class debDebFile class debDebFile
{ {
protected: protected:
FileFd &File; FileFd &File;
ARArchive AR; ARArchive AR;
bool CheckMember(const char *Name); bool CheckMember(const char *Name);
 End of changes. 1 change blocks. 
0 lines changed or deleted 4 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/