summaryrefslogtreecommitdiff
path: root/build/build.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-12-12Sync with rpm-4_0 branch.jbj1-3/+5
2000-12-02Bring header reggions mods back to top of stack.jbj1-4/+4
2000-09-01- unify rpmError and rpmMessge interfaces through rpmlog.jbj1-11/+18
2000-08-27Doxygen annotations.jbj1-1/+2
2000-06-20- API: uncouple fadio from rest of rpmio.jbj1-1/+1
2000-06-09Move low level support routines to librpmio.jbj1-1/+1
2000-02-29Can't print a NULL on non-GNU systems.jbj1-1/+1
2000-02-27Solaris2.6 portability.jbj1-1/+1
2000-01-24Documentation sugar.jbj1-0/+6
1999-11-24lib/macro.c: Canonicalize paths in rpmGetPath().jbj1-74/+41
1999-11-19macros.in: Add buildsubdir and scriptlet template macros.jbj1-71/+167
1999-11-18The death of lib/ftp.c, merged into lib/rpmio.c.jbj1-7/+9
1999-11-14lib/rpmio.c: Implement per-fd layers as a stack, add fdPush/fdPop.jbj1-0/+4
1999-11-12Use Fstrerror on ufdio throughut.jbj1-0/+1
1999-11-04Use Fopen almost everywhere.jbj1-11/+11
1999-10-31Spec: Add rootdir (as in chroot).jbj1-62/+55
1999-10-30Make fdFileno() static, use Fileno()/Ferror() analogues throughout.jbj1-1/+1