summaryrefslogtreecommitdiff
path: root/lib/poptALL.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-18Add --undefine cli switch for undefining macros (related to RhBug:876308)Panu Matilainen1-0/+10
2011-06-01Reset cli configured flag on rpmcliFini() (RhBug:709421)Panu Matilainen1-0/+1
2011-05-29Eliminate dead NULL-assignments at scope-end in librpm, part VIPanu Matilainen1-2/+2
2011-05-20-D is for --define, not --predefine (RhBug:706161)Panu Matilainen1-1/+1
2011-03-23Don't use mtrace(3), muntrace(3) and don't check for mcheck.hJindrich Novy1-11/+0
2011-03-04Eliminate popt wtf'ery in rpmcliInit()Panu Matilainen1-9/+2
2010-11-23Axe the rpmsq debug code which was never getting built anywayPanu Matilainen1-4/+0
2010-11-15Make our popt exec path more useful, permit environment overridePanu Matilainen1-2/+5
2010-11-09Move --dbpath into common rpm popt options tablePanu Matilainen1-0/+8
2010-11-09Eliminate stillborn codePanu Matilainen1-13/+0
2010-08-20Hack to get popt working when running from build treePanu Matilainen1-1/+5
2010-08-20Argh. Realize we already have equivalents of initCli() and finishCli()Panu Matilainen1-1/+5
2010-04-21Lose the useless header refcounting debug junkPanu Matilainen1-4/+0
2010-03-23Fix fallout from rpmgi.h moving to internal pathPanu Matilainen1-1/+0
2010-03-22Lose completely unused rpmte_debug junkPanu Matilainen1-4/+0
2010-03-22Lose the useless rpmdb refcounting debug junk + switchesPanu Matilainen1-4/+0
2010-03-22Lose the useless rpmds refcounting debug junk + switchesPanu Matilainen1-4/+0
2010-03-22Lose the useless rpmps refcounting debug junkPanu Matilainen1-4/+0
2010-03-22Lose the useless rpmfi refcounting etc debug messages + debug switchesPanu Matilainen1-4/+0
2010-03-22Lose the useless rpmts refcounting debug messages + debug switchesPanu Matilainen1-4/+0
2010-03-19Lose some unused leftover rpmgi gooPanu Matilainen1-4/+0
2010-03-19Eliminate --wtfwalk .. err, --ftswalk and everything implementing itPanu Matilainen1-22/+0
2010-03-18Oops, more leftovers from rpmal debug gooPanu Matilainen1-4/+0
2010-03-12Turn PSM into a complete blackboxPanu Matilainen1-2/+0
2010-02-09Lose unused stillborn psm threading stuff (didn't I already do this?)Panu Matilainen1-4/+0
2010-01-05Move <mcheck.h> include out of system.h to the couple of places that carePanu Matilainen1-0/+4
2009-12-15Kill off stillborn fsm threading stuffPanu Matilainen1-4/+0
2008-11-29Read default popt aliases again (rhbz#473167)Panu Matilainen1-2/+0
2008-11-22Use rpmConfigDir() for finding our popt alias filePanu Matilainen1-2/+7
2008-10-24Delete findFps foobarFlorian Festi1-4/+0
2008-07-04Remove unused _url_debugPanu Matilainen1-2/+0
2008-03-31Dead code removal (popt switches)Panu Matilainen1-4/+0
2008-03-18Minimal namespacing for locale-insensitive x*() string functionsPanu Matilainen1-1/+1
2008-02-26Remove hidden --nolibio cli switch, avoid exporting noLibioPanu Matilainen1-13/+0
2008-01-30rpmlib.h mass evictionPanu Matilainen1-0/+1
2008-01-30Remove fts flag API symbols from help messagesPanu Matilainen1-8/+8
2008-01-10And *really* skip the leading % in --define, double duh :)Panu Matilainen1-3/+4
2008-01-10Fix thinko in macroname underscore conversion, duhPanu Matilainen1-3/+3
2008-01-09Convert '-' to '_' within --define macro names (#124995)Panu Matilainen1-3/+14
2007-12-14Another bunch of bogus const removalsPanu Matilainen1-1/+1
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-3/+3
2007-11-30Move logging related macros rpmlog, adjust includesPanu Matilainen1-0/+1
2007-11-29Export FTS_* options through rpmgi.h as RPMGI_*Panu Matilainen1-17/+17
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-1/+1
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-1/+1
2007-10-28Include "rpmcli.h" instead of <rpmcli.h>.Ralf Corsépius1-1/+1
2007-10-28Include "fts.h" instead of <fts.h>.Ralf Corsépius1-1/+1
2007-10-09Use RPMLOG_ levels instead of RPMMESS for verbosity settingPanu Matilainen1-1/+1
2007-10-09Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICEPanu Matilainen1-1/+1
2007-09-17Apply poptReadDefaultConfig iff RPM_USES_POPTREADDEFAULTCONFIG is set.Ralf Corsépius1-0/+2