summaryrefslogtreecommitdiff
path: root/build/files.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-16Unconstify FileListRec and AttrRec contentsPanu Matilainen1-11/+11
2007-12-15Make bunch of build internal code take const parametersPanu Matilainen1-5/+5
2007-12-15Remove bogus const from rpmGenPath() temporary targetsPanu Matilainen1-6/+7
2007-12-15Remove bogus const from rpmGetPath() temporary targetsPanu Matilainen1-4/+5
2007-12-14Bogus const removal continued...Panu Matilainen1-2/+2
2007-12-14Bunch of const char* correctionsPanu Matilainen1-1/+1
2007-12-13Use rpm_tagtype_t everywhere for rpm (header) tagtype typePanu Matilainen1-2/+2
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-2/+3
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen1-1/+1
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen1-2/+3
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-67/+71
2007-12-07rpm5.org: fixup various places in rpmbuild from rpmerr.h eliminationPanu Matilainen1-3/+3
2007-12-03Split rpmte internals to separate headerPanu Matilainen1-4/+1
2007-12-03Split rpmfi internals to separate headerPanu Matilainen1-1/+1
2007-12-03Use regular POSIX functions instead of "RPC" clonesPanu Matilainen1-5/+5
2007-11-27Move legacy%#¤%#¤ to librpm now that it can move..Panu Matilainen1-1/+1
2007-11-26Eliminate type "byte"Ralf Corsépius1-2/+2
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-5/+5
2007-11-22Calculating file checksums aint legacy activityPanu Matilainen1-2/+4
2007-11-23Move string helpers from lib/misc.h to rpmio/rpmstring.hPanu Matilainen1-1/+0
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-7/+7
2007-11-19Lose rpmerr.h for goodPanu Matilainen1-1/+1
2007-11-19Replace all RPMERR_* etc uses with corresponding RPMLOG_* levelsPanu Matilainen1-58/+58
2007-11-07Remove bunch of unnecessary misc.h includes, document othersPanu Matilainen1-1/+1
2007-10-31Document RPMFI_INTERNAL usesPanu Matilainen1-1/+1
2007-10-31Document _RPMTE_INTERNAL needsPanu Matilainen1-1/+1
2007-10-29Add SKIPSPACE.Ralf Corsépius1-0/+1
2007-10-29Hum, files.c needs rpmio_internal afterall for rpmioSlurpPanu Matilainen1-0/+1
2007-10-29Include rpmpgp.h instead of rpmio_internal.hPanu Matilainen1-1/+1
2007-10-29Use fdGetFILE() instead of rpmio internal fdGetFp() everywherePanu Matilainen1-1/+1
2007-10-28Include "rpmbuild.h" instead of <rpmbuild.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmio_internal.h" instead of <rpmio_internal.h>.Ralf Corsépius1-1/+1
2007-10-28Include "fts.h" instead of <fts.h>.Ralf Corsépius1-1/+1
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-13/+13
2007-10-09Make rpmerr.h private, include directly where needed.Panu Matilainen1-0/+1
2007-10-09Replace all uses of RPMMESS_WARNING with RPMLOG_WARNINGPanu Matilainen1-3/+3
2007-10-09Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICEPanu Matilainen1-2/+2
2007-10-09Replace all uses of RPMMESS_ERROR with RPMLOG_ERRPanu Matilainen1-1/+1
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen1-5/+5
2007-10-09Replace all rpmError() uses with rpmlog()Panu Matilainen1-35/+35
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-09-21Rename Spec -> rpmSpec for namespacingPanu Matilainen1-5/+5
2007-09-11Remove splint tags.Ralf Corsépius1-219/+34
2007-09-03Remove __LCLINT__-ifdef'ed blocks.Ralf Corsépius1-3/+0
2007-09-03Rip out selinux file contexts from headers.Panu Matilainen1-21/+0
2007-08-15Replace MKDIR_P and MKDIR with RPM_MKDIR_P and RPM_MKDIR to avoid conflicts w...Ralf Corsépius1-1/+1
2007-08-13Fail build on find-provide / -require errors (#rhbz#226751)Panu Matilainen1-2/+2
2007-07-23Avoid static buffer and extra copy in docdir checking.Panu Matilainen1-5/+4