summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-06-08* remove all the remaining #pragma implementationMichael Vogt54-194/+0
2006-10-02* removed the remaining #ifdef __GNUG__ that are no longer requiredMichael Vogt3-7/+0
2006-10-02* remove the remaining #ifdef __GNUG__ bitsMichael Vogt7-14/+2
2006-10-02* removed the pragma messMichael Vogt64-206/+39
2006-10-02* apt-pkg/tagfile.cc,h:Michael Vogt3-9/+43
- make the internal buffer grow dynamically if required
2006-09-30* apt-pkg/tagfile.h:Michael Vogt2-1/+3
- increase the buffer in tagfile.cc for now, this really needs to become a dynamic buffer
2006-09-30* methods/gzip.cc:Michael Vogt1-1/+1
- fix invalid reanem
2006-09-30* merged from Christian Perrier (http://www.perrier.eu.org/debian/packagesMichael Vogt5-326/+298
/d-i/level4/apt-main)
2006-09-30* apt-pkg/deb/dpkgpm.cc:Michael Vogt3-12/+19
- translate the dpkg progress strings when they are used, not in the struct (thanks to Steinar Gunderson) * debian/changelog: - updated
2006-09-30* debian/rules:Michael Vogt2-2/+4
- Daniel Schepler to make apt bin-NMU able
2006-09-30* methods/gzip.cc:Michael Vogt2-1/+15
- just stop on empty files, don't call the extractor * debian/changelog: - merged the last debian upload - added entry for extractor
2006-09-29Finnish translation update. Closes: #390149bubulle@debian.org2-107/+108
2006-09-28* doc/examples/configure-index:Michael Vogt1-0/+1
- document the buildDeps debug option
2006-09-27Basque translation update. Closes: #389725bubulle@debian.org2-86/+69
2006-09-21Sync with Michaelbubulle@debian.org1-1/+5
2006-09-21Vietnamese translation updatebubulle@debian.org2-133/+117
2006-09-21* translation merges (thanks to Christian!)Michael Vogt9-150/+2759
2006-09-21Fake change to fix permissionsbubulle@debian.org4-0/+4
2006-09-20Romanian translation update. Closes: #388402bubulle@debian.org2-56/+55
2006-09-19Dzongkha translation update. Closes: #388184bubulle@debian.org2-85/+105
2006-09-17Resync with Michael Vogtbubulle@debian.org8-100/+84
2006-09-17Italian translation typos fixed. Closes: #387812bubulle@debian.org2-8/+12
2006-09-17Add Kurdish translation. Closes: #387766bubulle@debian.org3-1/+2579
2006-09-16* reverted otavios patch again because it breaks the following behaviour:Michael Vogt3-19/+6
A depends on X|Y B depends on Y With the old code we get: "apt-get install A B": we get "A B X Y" "apt-get install B A": we get "A B Y" With the new code there is no way to get this right and we always end up with "A B X Y" because we just go over the packages in the order that they are in the cache and run MarkInstall(AutoInstall=true) on them then. When A comes before B we always end up with the unneeded X dependency.
2006-09-16* cmdline/apt-get.cc:Michael Vogt3-6/+19
- merged patch from otavio to make the order of package selections less important
2006-09-15* apt-pkg/tagfile.cc, tagfile.h:Michael Vogt3-56/+24
- reverted the mmap patch again, it caused too much trouble with pipes etc
2006-09-15* apt-pkg/tagfile.cc:Michael Vogt3-3/+6
- applied patch from jvw to make the tag key stuff case-insensitive
2006-09-12* share/debian-archive.gpg:Michael Vogt2-3/+4
- removed the outdated debian 2004 and the amd64 keys
2006-09-12* merged from Christian Perrier ↵Michael Vogt35-1293/+1954
(http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main)
2006-09-12* doc/examples/sources.list:Michael Vogt2-1/+2
- removed no-longer used non-us line
2006-09-12* methods/gzip.cc:Michael Vogt3-40/+44
- if it can't write (because var is full), close the FromGz stream to not hang in ExecWait() later
2006-09-10Add Closes statements to some translation changesbubulle@debian.org1-2/+2
2006-09-10Various changes I have no idea aboutbubulle@debian.org3-303/+294
2006-09-10Updated Slovak translation. Closes: #386851bubulle@debian.org2-102/+105
2006-09-08Re-enable Hebrew translationbubulle@debian.org2-1/+5
2006-09-08Japanese translation update. Closes: #386537bubulle@debian.org2-116/+116
2006-09-07Update Galician translation. Closes: #386397bubulle@debian.org2-102/+109
2006-09-02Updated French translationbubulle@debian.org2-61/+39
2006-09-02Regenerate POs and POTbubulle@debian.org1-0/+5
2006-08-21Regenerate the PO and POT from the 0.6.45 sourcesbubulle@debian.org32-24/+690
2006-08-21Brazilian Portuguese translation update. Closes: #383966bubulle@debian.org1-589/+612
2006-08-21Merge with Michael and resolve conflictsbubulle@debian.org55-880/+1753
2006-08-20Swedish translation update. Closes: #383641bubulle@debian.org1-304/+258
2006-08-16* methods/http.cc:Michael Vogt2-1/+3
- check for incorrect proxy settings more carefully
2006-08-14Finnish translation update. Closes: #382702bubulle@debian.org2-82/+70
2006-08-09* cmdline/apt-get.cc:Michael Vogt1-0/+2
- added FIXME about the missing feature of or-group display in recommends/suggests display
2006-08-09* cmdline/apt-get.cc:Michael Vogt3-139/+171
- fixed for the suggets/recommends display
2006-08-09* changelog updatedMichael Vogt1-1/+1
2006-08-09* debian/control:Michael Vogt2-1/+8
- switched to libdb4.4
2006-07-27* merged the "work-on-non-mapable-files-again" branchMichael Vogt3-17/+106