summaryrefslogtreecommitdiff
path: root/build/rpmbuild.h
Commit message (Expand)AuthorAgeFilesLines
* Mass eviction of remaining internal helpers in librpmbuild APIPanu Matilainen2010-08-251-303/+0
* Eliminate unused spec argument from addReqProv()Panu Matilainen2010-08-251-2/+1
* Eliminate freePackage() from librpmbuild APIPanu Matilainen2010-08-251-7/+0
* Eliminate initSourceHeader() from librpmbuild APIPanu Matilainen2010-08-251-6/+0
* Eliminate doRmSource() from librpmbuild API againPanu Matilainen2010-08-251-7/+0
* Eliminate addChangelogEntry() from librpmbuild APIPanu Matilainen2010-08-241-10/+0
* Eliminate buildHost() and getBuildTime() from librpmbuild APIPanu Matilainen2010-08-241-12/+0
* Eliminate checkPackages() from librpmbuild APIPanu Matilainen2010-08-241-7/+0
* Eliminate parseExpressionString() from librpmbuildPanu Matilainen2010-08-241-8/+0
* Eliminate freePackages() from librpmbuild APIPanu Matilainen2010-08-241-7/+0
* Remove signing support from (lib)rpmbuildPanu Matilainen2010-08-201-1/+1
* Ensure rpmlib() dependency sanity on buildPanu Matilainen2009-10-211-1/+1
* Don't check Provides/Requires for bad characters, they could be UTF-8Jindrich Novy2009-06-161-1/+1
* Check for valid chars in Requires/Provides as wellJindrich Novy2009-06-151-0/+10
* Don't check package BuildRequires when doing --rmsource (rhbz#452477)Jindrich Novy2009-01-111-0/+7
* Add the post-build package checker feature in rpmbuild (upstream ticket #2)Jindrich Novy2008-11-101-0/+7
* Missing const in parseUnsignedNum()Panu Matilainen2008-07-071-1/+1
* Avoid reading negative constants from SourceXX, PatchXX tagsJindrich Novy2008-07-011-3/+3
* Convert build reqprov to headerPut()Panu Matilainen2008-06-171-1/+1
* Start cleaning up the rpmerr removal mess of build/ return codesPanu Matilainen2008-05-051-0/+1
* Remove meaningless extern on function declarations in headersPanu Matilainen2008-04-241-6/+6
* Yet more url ripping - buildroot is never an urlPanu Matilainen2008-04-091-4/+4
* Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen2008-02-051-2/+2
* Add rpm_time_t type for time types (in headers), use where spottedPanu Matilainen2008-02-041-1/+1
* Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen2007-12-131-2/+2
* Switch to <rpm/foo.h> style for public headersPanu Matilainen2007-12-081-4/+4
* Yet more rpmbuild fixups from rpmerr.h removal (partly from rpm5.org)Panu Matilainen2007-12-071-7/+7
* rpm5.org: fixup spec parsing from rpmerr.h removalPanu Matilainen2007-12-071-24/+31
* rpm5.org: fixup various places in rpmbuild from rpmerr.h eliminationPanu Matilainen2007-12-071-4/+4
* Move rpmsenseFlag enums to rpmds where they logically belongPanu Matilainen2007-12-021-0/+1
* Move stringbuf into librpmio, rename headerPanu Matilainen2007-11-231-1/+1
* Use #include <x.h> syntax to include public headers.Ralf Corsépius2007-11-231-3/+3
* Remove SKIPSPACE, SKIPNONSPACE.Ralf Corsépius2007-10-291-5/+0
* Don't include <ctype.h>.Ralf Corsépius2007-10-291-2/+2
* Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius2007-10-261-1/+1
* doScript: Change 'what' to rpmBuildFlags.Ralf Corsépius2007-10-241-1/+1
* 'Adjust extern C {} blocks.'Ralf Corsépius2007-10-081-4/+4
* Rename Spec -> rpmSpec for namespacingPanu Matilainen2007-09-211-23/+23
* misc.h is a private headerPanu Matilainen2007-09-171-1/+0
* Remove splint tags.Ralf Corsépius2007-09-111-171/+46
* parseSpec() cookie should be const, make it so...Panu Matilainen2007-07-121-1/+1
* Remove const type-qualifiers from function return types everywhere.Panu Matilainen2007-07-101-2/+2
* Doxygen and cpp nit picks.jbj2004-10-091-1/+1
* Splint fiddles.jbj2004-10-091-8/+9
* - Implemented support for internal Lua scripts.niemeyer2004-03-161-8/+10
* - don't use error string after gzclose (Dmitry V. Levin).jbj2003-05-081-19/+18
* Don't overflow internal tables with unknown user/group (#85346).jbj2003-04-171-6/+18
* - permit secondary tag match patterns with RPMQV_ALL.jbj2003-04-161-2/+3
* - fix: remove rpmfi scareMem so that headers can be reloaded on ia64.jbj2002-12-241-1/+2
* splint fiddles.jbj2002-12-241-12/+7