summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/cmndline.h
Commit message (Collapse)AuthorAgeFilesLines
* move apts cmdline helper type into -privateDavid Kalnischkies2015-11-041-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
* deduplicate main methodsDavid Kalnischkies2015-11-041-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
* split up help messages for simpler reuseDavid Kalnischkies2015-11-041-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
* streamline display of --help in all toolsDavid Kalnischkies2014-11-091-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.
* follow method attribute suggestions by gccDavid Kalnischkies2014-03-131-3/+5
| | | | | Git-Dch: Ignore Reported-By: gcc -Wsuggest-attribute={pure,const,noreturn}
* squash merge of the feature/apt-binary branch without the changes from ↵Michael Vogt2013-08-121-0/+6
| | | | experimental
* revert 2184.1.3: forward declaration instead of headersDavid Kalnischkies2011-12-131-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
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-3/+1
|
* * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2010-03-121-0/+1
| | | | | | - if available store the Commandline in the history * apt-pkg/contrib/cmndline.cc: - save Commandline in Commandline::AsString for logging
* Fix some typos in docs and translations (thanks to timeless, closes: 368665)Luca Bruno2008-10-031-1/+1
|
* * removed the pragma messMichael Vogt2006-10-021-3/+1
|
* Doc fixArch Librarian2004-09-201-2/+5
| | | | | | Author: jgg Date: 1999-10-31 06:32:27 GMT Doc fix
* Dsync mergeArch Librarian2004-09-201-2/+1
| | | | | | Author: jgg Date: 1999-01-18 06:20:07 GMT Dsync merge
* Release supportArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 1998-12-14 02:23:46 GMT Release support
* More CD supportArch Librarian2004-09-201-2/+10
| | | | | | Author: jgg Date: 1998-11-25 23:54:06 GMT More CD support
* Fixed long option parsingArch Librarian2004-09-201-3/+4
| | | | | | Author: jgg Date: 1998-10-24 20:14:34 GMT Fixed long option parsing
* SyncArch Librarian2004-09-201-2/+6
| | | | | | Author: jgg Date: 1998-09-26 05:34:18 GMT Sync
* SyncArch Librarian2004-09-201-0/+91
Author: jgg Date: 1998-09-22 05:30:24 GMT Sync