summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/cmndline.h
AgeCommit message (Collapse)AuthorFilesLines
2019-06-12Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERSJulian Andres Klode1-3/+0
2018-05-07Remove obsolete RCS keywordsGuillem Jover1-1/+0
Prompted-by: Jakub Wilk <jwilk@debian.org>
2017-08-24Replace APT_CONST with APT_PURE everywhereJulian Andres Klode1-1/+1
As a follow up to the last commit, let's replace APT_CONST with APT_PURE everywhere to clean stuff up.
2015-11-04move apts cmdline helper type into -privateDavid Kalnischkies1-10/+2
Its not as simple as I initially thought to abstract this enough to make it globally usable, so lets not pollute global namespace with this for now. Git-Dch: Ignore
2015-11-04deduplicate main methodsDavid Kalnischkies1-1/+1
All mains pretty much do the same thing, so lets try a little harder to move the common parts into -private to have the real differences more visible. Git-Dch: Ignore
2015-11-04split up help messages for simpler reuseDavid Kalnischkies1-0/+11
That is one huge commit with busy work only: Help messages used to be one big translateable string, which is a pain for translators and hard to reuse for us. This change there 'explodes' this single string into new string for each documented string trying hard to split up the translated messages as well. This actually restores many translations as previously adding a single command made all of the bug message fuzzy. The splitup also highlighted that its easy to forget a line, duplicate one and similar stuff. Git-Dch: Ignore
2014-11-09streamline display of --help in all toolsDavid Kalnischkies1-0/+1
By convention, if I run a tool with --help or --version I expect it to exit successfully with the usage, while if I do call it wrong (like without any parameters) I expect the usage message shown with a non-zero exit.
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies1-3/+5
Git-Dch: Ignore Reported-By: gcc -Wsuggest-attribute={pure,const,noreturn}
2013-08-12squash merge of the feature/apt-binary branch without the changes from ↵Michael Vogt1-0/+6
experimental
2011-12-13revert 2184.1.3: forward declaration instead of headersDavid Kalnischkies1-0/+4
The breakage is just to big for now, so guard the change with #ifndef APT_8_CLEANER_HEADERS and be nice to library users
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-3/+1
2010-03-12* apt-pkg/deb/dpkgpm.cc:David Kalnischkies1-0/+1
- if available store the Commandline in the history * apt-pkg/contrib/cmndline.cc: - save Commandline in Commandline::AsString for logging
2008-10-03Fix some typos in docs and translations (thanks to timeless, closes: 368665)Luca Bruno1-1/+1
2006-10-02* removed the pragma messMichael Vogt1-3/+1
2004-09-20Doc fixArch Librarian1-2/+5
Author: jgg Date: 1999-10-31 06:32:27 GMT Doc fix
2004-09-20Dsync mergeArch Librarian1-2/+1
Author: jgg Date: 1999-01-18 06:20:07 GMT Dsync merge
2004-09-20Release supportArch Librarian1-2/+2
Author: jgg Date: 1998-12-14 02:23:46 GMT Release support
2004-09-20More CD supportArch Librarian1-2/+10
Author: jgg Date: 1998-11-25 23:54:06 GMT More CD support
2004-09-20Fixed long option parsingArch Librarian1-3/+4
Author: jgg Date: 1998-10-24 20:14:34 GMT Fixed long option parsing
2004-09-20SyncArch Librarian1-2/+6
Author: jgg Date: 1998-09-26 05:34:18 GMT Sync
2004-09-20SyncArch Librarian1-0/+91
Author: jgg Date: 1998-09-22 05:30:24 GMT Sync