summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)AuthorFilesLines
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius7-35/+35
2007-10-24Remove dead and unused, ifdef'ed HAVE_FCHMOD block of code.Ralf Corsépius1-11/+0
2007-10-24doScript: Change 'what' to rpmBuildFlags.Ralf Corsépius2-2/+2
2007-10-17Cleanup CPPFLAGS.Ralf Corsépius1-2/+2
2007-10-17Expand AM_CPPFLAGS.Ralf Corsépius1-10/+10
2007-10-10Move pkginc_HEADERS to toplevel Makefile.amRalf Corsépius1-3/+0
2007-10-10Add support for lzma compressed "Sources".Ralf Corsépius1-0/+3
2007-10-09Make rpmerr.h private, include directly where needed.Panu Matilainen16-0/+16
2007-10-09Replace all uses of RPMMESS_WARNING with RPMLOG_WARNINGPanu Matilainen2-4/+4
2007-10-09Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICEPanu Matilainen4-10/+10
2007-10-09Replace all uses of RPMMESS_ERROR with RPMLOG_ERRPanu Matilainen1-1/+1
2007-10-09Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUGPanu Matilainen1-3/+3
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen5-17/+17
2007-10-09Replace all rpmError() uses with rpmlog()Panu Matilainen16-188/+188
2007-10-08Make headers self-contained.Ralf Corsépius1-0/+3
2007-10-08Make headers self-contained.Ralf Corsépius1-0/+5
2007-10-08'Adjust extern C {} blocks.'Ralf Corsépius3-12/+12
2007-10-08'Include <magic.h> instead of magic.h'Ralf Corsépius1-1/+1
2007-10-06const-ify second arg of strtokWithQuotes.Ralf Corsépius1-1/+1
2007-10-06Add description stub to strtokWithQuotes to silence doxygen.Ralf Corsépius1-0/+1
2007-10-06Add description-stubs to doxygen blocks to silence doxygen warnings.Ralf Corsépius1-7/+10
2007-10-05Fix doxygen commands.Ralf Corsépius1-11/+11
2007-10-01Remove (unused).Ralf Corsépius1-10/+0
2007-09-25Hide rpmfc structure internals from the APIPanu Matilainen2-30/+55
2007-09-21Rename Spec -> rpmSpec for namespacingPanu Matilainen20-89/+89
2007-09-21Remove unused proof-of-concept arch-filtering of dependenciesPanu Matilainen1-2/+2
2007-09-20Rename MacroContext and -Entry to rpmMacro* for namespacingPanu Matilainen1-1/+1
2007-09-20Rename tagName/Value/Type() to rpmTagGet*()Panu Matilainen2-6/+6
2007-09-17misc.h is a private headerPanu Matilainen4-1/+3
2007-09-17Remove url caching, don't need it...Panu Matilainen1-0/+1
2007-09-11Remove splint tags.Ralf Corsépius23-1237/+278
2007-09-11Use _LDADD instead of _LDFLAGS.Ralf Corsépius1-1/+2
2007-09-10Eliminate noinst_HEADERS.Ralf Corsépius1-2/+1
2007-09-05Typo fix in file classificationPanu Matilainen1-1/+1
2007-09-03Automated merge with file:/home/pmatilai/repos/rpm-whitespacePanu Matilainen3-44/+3
2007-09-03Remove FILE_RCSID.Ralf Corsépius1-1/+0
2007-09-03Remove __LCLINT__-ifdef'ed blocks.Ralf Corsépius1-3/+0
2007-09-03Automated merge with ssh://login.linux.duke.edu//home/groups/rpm/hg/rpmPanu Matilainen1-15/+0
2007-09-03Remove lint-support.Ralf Corsépius1-15/+0
2007-09-03Rip out selinux file contexts from headers.Panu Matilainen1-21/+0
2007-09-02Add missing link libs.Ralf Corsépius1-1/+3
2007-08-31Eliminate clean-local:Ralf Corsépius1-3/+0
2007-08-29Fix various cases of build failing due to whitespace in dir/filenames.Panu Matilainen2-9/+10
2007-08-27Use system magic file for file classification.Panu Matilainen1-4/+2
2007-08-24Don't reset LIBS=.Ralf Corsépius1-2/+0
2007-08-22Remove INCPATH.Ralf Corsépius1-2/+1
2007-08-19Remove LDFLAGS from librpmbuild_la_LDFLAGS.Ralf Corsépius1-1/+1
2007-08-19Remove RPM_BUILD_ROOT.Ralf Corsépius1-2/+0
2007-08-15Replace MKDIR_P and MKDIR with RPM_MKDIR_P and RPM_MKDIR to avoid conflicts w...Ralf Corsépius2-2/+2
2007-08-13Fail build on find-provide / -require errors (#rhbz#226751)Panu Matilainen1-2/+2