summaryrefslogtreecommitdiff
path: root/build/build.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-04Return proper exit code when exec*() functions failJindrich Novy1-1/+1
2008-05-03Temp file handling tweaksPanu Matilainen1-1/+1
2008-04-11Rewrite rpmMkTempFile() for sanityPanu Matilainen1-1/+2
2008-04-09Yet more url ripping - buildroot is never an urlPanu Matilainen1-1/+1
2008-04-09Remove remote host stuff from build doScript()Panu Matilainen1-55/+7
2007-12-16Remove const from rpmMkTempFile file name parameterPanu Matilainen1-1/+1
2007-12-15Another bunch of bogus const removalsPanu Matilainen1-3/+3
2007-12-15Remove bogus const from rpmGenPath() temporary targetsPanu Matilainen1-1/+1
2007-12-15Remove bogus const from rpmGetPath() temporary targetsPanu Matilainen1-2/+2
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-3/+3
2007-12-07rpm5.org: fixup various places in rpmbuild from rpmerr.h eliminationPanu Matilainen1-14/+15
2007-12-07rpm5.org: use pid_t, not int in build doScriptPanu Matilainen1-3/+3
2007-12-03Use regular POSIX functions instead of "RPC" clonesPanu Matilainen1-5/+5
2007-11-22Move makeTempFile() from misc.h to rpmfileutil.hPanu Matilainen1-2/+2
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-7/+7
2007-10-29Use fdGetFILE() instead of rpmio internal fdGetFp() everywherePanu Matilainen1-4/+2
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-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épius1-1/+1
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-2/+2
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen1-2/+2
2007-10-09Replace all rpmError() uses with rpmlog()Panu Matilainen1-3/+3
2007-09-21Rename Spec -> rpmSpec for namespacingPanu Matilainen1-3/+3
2007-09-17misc.h is a private headerPanu Matilainen1-0/+1
2007-09-17Remove url caching, don't need it...Panu Matilainen1-0/+1
2007-09-11Remove splint tags.Ralf Corsépius1-23/+1
2007-08-29Fix various cases of build failing due to whitespace in dir/filenames.Panu Matilainen1-2/+2
2005-02-12- permit build scriptlet interpreters to be individually overridden.jbj1-1/+9
2004-11-28- add support for automagic pubkey retrieval using HKP.jbj1-0/+8
2004-11-04Stub in URL_IS_HTTPS everywhere.jbj1-2/+4
2003-05-08- don't use error string after gzclose (Dmitry V. Levin).jbj1-2/+4
2002-12-24- fix: remove rpmfi scareMem so that headers can be reloaded on ia64.jbj1-2/+2
2002-12-21- add --enable-posixmutexes when configuring on linux.jbj1-0/+10
2002-07-08Propagate splint-3.0.1.7 close(2) internalState annotation throughout.jbj1-3/+2
2002-07-02Add boundsread annotations throughout, enable +bounds checking.jbj1-0/+6
2001-10-17Converging on lclint-3.0.17 strict level.jbj1-1/+3
2001-10-16Factor -type problems into explicit code annotations.jbj1-0/+2
2001-10-15Explicit branchstate annotations.jbj1-7/+14
2001-10-15lclint fiddles to annotate globals.jbj1-3/+7
2001-05-06- fix: specfile queries with BuildArch: (#27589).jbj1-5/+5
2001-05-03- still more boring lclint annotations and fiddles.jbj1-0/+2
2001-04-30- yet more boring lclint annotations and fiddles.jbj1-11/+12
2001-04-29- globalize _free(3) wrapper in rpmlib.h, consistent usage throughout.jbj1-12/+12
2001-03-14Update to doxygen-1.2.6 configuration.jbj1-0/+3
2001-01-15- fix: extra newline in many error messages (#23947).jbj1-3/+4
2001-01-11doxygen annotations for build/*.jbj1-2/+3