summaryrefslogtreecommitdiff
path: root/build/poptBT.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-01Kick out yet another ancient artifactPanu Matilainen1-6/+0
2008-10-01We have easier ways to catenate strings...Panu Matilainen1-9/+1
2008-09-16Kick out double definitions of --(no)dirtokens optionsPanu Matilainen1-6/+0
2008-01-30Include spring-cleaningPanu Matilainen1-1/+1
2008-01-28Make rpmbuild -bs and -ts imply --nodeps (rhbz#235507)Panu Matilainen1-0/+2
2008-01-02Assorted int -> size_t string size fixes in build codePanu Matilainen1-1/+1
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-2/+2
2007-12-01(no)dirtokens is just a build-time option nowPanu Matilainen1-0/+5
2007-11-27Move legacy%#¤%#¤ to librpm now that it can move..Panu Matilainen1-1/+0
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-2/+2
2007-11-19Lose rpmerr.h for goodPanu Matilainen1-1/+1
2007-11-19Replace all RPMERR_* etc uses with corresponding RPMLOG_* levelsPanu Matilainen1-1/+1
2007-10-28Remove unnecessary includes.Ralf Corsépius1-2/+0
2007-10-28Include "rpmbuild.h" instead of <rpmbuild.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmcli.h" instead of <rpmcli.h>.Ralf Corsépius1-1/+1
2007-10-09Make rpmerr.h private, include directly where needed.Panu Matilainen1-0/+1
2007-10-09Replace all rpmError() uses with rpmlog()Panu Matilainen1-1/+1
2007-09-11Remove splint tags.Ralf Corsépius1-20/+4
2002-12-02- late rpmts reference causes premature free (#78862).jbj1-1/+1
2002-11-19Correct doxygen-1.2.18 warnings.jbj1-1/+1
2002-07-29- update trpm.jbj1-10/+10
2002-07-28- python: don't segfault in ts.GetKeys() on erased packages.jbj1-1/+21
2002-07-28- popt: display sub-table options only once on --usage.jbj1-13/+13
2002-06-23Add boundswrite annotations everywhere.jbj1-0/+2
2002-01-28Avoid accidental collisions with POPT_BIT_SET for flags in popt tables.jbj1-12/+12
2001-10-25- legacy signatures always checked on -qp and -Vp.jbj1-0/+230