summaryrefslogtreecommitdiff
path: root/build/rpmfc.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-6/+8
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen1-1/+1
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-6/+6
2007-12-07Yet more rpmbuild fixups from rpmerr.h removal (partly from rpm5.org)Panu Matilainen1-12/+10
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-6/+6
2007-11-19Lose rpmerr.h for goodPanu Matilainen1-1/+1
2007-11-19Replace all RPMERR_* etc uses with corresponding RPMLOG_* levelsPanu Matilainen1-9/+9
2007-11-08Dead code removalPanu Matilainen1-9/+0
2007-11-02Eliminate rpmfcToken struct internals from the APIPanu Matilainen1-0/+6
2007-10-30Erm... rpmdsFlags are int32_t type, not char*Panu Matilainen1-2/+2
2007-10-30Whole lotta trouble to avoid rpmds internals access in rpmfcPanu Matilainen1-25/+60
2007-10-28Include "rpmfc.h" instead of <rpmfc.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmbuild.h" instead of <rpmbuild.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmfi.h" instead of <rpmfi.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmds.h" instead of <rpmds.h>.Ralf Corsépius1-1/+1
2007-10-28Include "argv.h" instead of <argv.h>.Ralf Corsépius1-1/+1
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-9/+9
2007-10-09Make rpmerr.h private, include directly where needed.Panu Matilainen1-0/+1
2007-10-09Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICEPanu Matilainen1-4/+4
2007-10-09Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUGPanu Matilainen1-3/+3
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen1-7/+7
2007-10-09Replace all rpmError() uses with rpmlog()Panu Matilainen1-9/+9
2007-10-05Fix doxygen commands.Ralf Corsépius1-11/+11
2007-09-25Hide rpmfc structure internals from the APIPanu Matilainen1-0/+41
2007-09-21Rename Spec -> rpmSpec for namespacingPanu Matilainen1-2/+2
2007-09-21Remove unused proof-of-concept arch-filtering of dependenciesPanu Matilainen1-2/+2
2007-09-11Remove splint tags.Ralf Corsépius1-126/+49
2007-09-05Typo fix in file classificationPanu Matilainen1-1/+1
2007-08-27Use system magic file for file classification.Panu Matilainen1-4/+2
2007-07-31Extract pkgconfig and libtool dependencies automatically.Panu Matilainen1-3/+33
2007-07-10Remove / #ifdef out unused variables as appropriate.Panu Matilainen1-1/+0
2007-06-25Detect and provide a requirement for DT_GNU_HASH.Panu Matilainen1-0/+25
2007-05-10Add mono req/provides supportPaul Nasrat1-0/+10
2005-03-19Handle %dev markers more gracefully.jbj1-12/+28
2005-02-14- don't build with sqlite3 if <sqlite3.h> is missing.jbj1-2/+4
2005-02-13- don't classify files in /dev (#146623).jbj1-0/+3
2005-01-04Splint fiddles.jbj1-0/+1
2005-01-02- revert MAGIC_COMPRESS, real fix is in libmagic (#143782).jbj1-2/+2
2004-12-06- automagically detect and emit "python(abi) = 2.4" dependencies.jbj1-2/+25
2004-12-05- force *.py->*.pyo byte code compilation with brp-python-bytecompile.jbj1-1/+1
2004-10-21Compile in the correct path to /usr/lib/rpm/magic.jbj1-6/+23
2004-10-21- port to internal file-4.10 libmagic rather than libfmagic.jbj1-17/+19
2004-05-29- use poll(2) if available, avoid borked aurora/sparc select (#124574).jbj1-1/+3
2004-05-21Fix to detect PIE executables and don't add as library providespauln1-1/+5
2004-03-29Proof-of-concept for arch filtered dependencies.jbj1-5/+5
2003-12-11- only internal Berkeley db from now on.jbj1-4/+20
2003-05-08- don't use error string after gzclose (Dmitry V. Levin).jbj1-4/+4
2003-01-20Splint fiddles.jbj1-0/+6
2003-01-07- add perldeps.pl, start to replace perl.{prov,req}.jbj1-0/+8
2003-01-06- for DSO's, provide the file basename if DT_SONAME not found.jbj1-5/+35