summaryrefslogtreecommitdiff
path: root/build.c
AgeCommit message (Expand)AuthorFilesLines
2001-01-01- use popt autohelp for rpm helper binaries.jbj1-14/+9
2000-12-12Sync with rpm-4_0 branch.jbj1-12/+12
2000-12-02Bring header reggions mods back to top of stack.jbj1-3/+7
2000-09-01- unify rpmError and rpmMessge interfaces through rpmlog.jbj1-12/+15
2000-08-27Rip out rpmrc configuration.jbj1-2/+0
2000-06-01Split popt glue into lib/popt{BT,QV}.c.jbj1-149/+0
2000-05-26Remove build modes from rpm, use rpmb and/or popt glue instead.jbj1-14/+74
2000-03-30fix: move free after error message that needs data.jbj1-1/+2
2000-01-24Args reversed generating untar command.jbj1-2/+4
2000-01-17Typo.jbj1-1/+1
2000-01-15extract spec files from bzip'ped tarballs too on tar builds.jbj1-4/+7
1999-12-19Typo (t->num rather than tnum causes segfault while re-reading rpmrc on exit).jbj1-3/+3
1999-12-12reload macros from cmd line when re-reading config files.jbj1-2/+2
1999-11-24lib/macro.c: Canonicalize paths in rpmGetPath().jbj1-44/+53
1999-11-18The death of lib/ftp.c, merged into lib/rpmio.c.jbj1-2/+1
1999-11-10Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return.jbj1-2/+2
1999-11-04Use Fopen almost everywhere.jbj1-1/+1
1999-11-02Add ref/deref/new/fileno/open vectors to FDIO_t.jbj1-1/+1
1999-10-31Spec: Add rootdir (as in chroot).jbj1-2/+2
1999-10-30Make fdFileno() static, use Fileno()/Ferror() analogues throughout.jbj1-1/+2
1999-10-29fix: resurrect multiple target platform builds.jbj1-27/+50
1999-10-29check for memory leaks (almost all leaks are plugged).jbj1-7/+6
1999-10-27use compressed filenames on install side.jbj1-2/+2
1999-10-21lclint annotations and compiler cruft.jbj1-3/+3
1999-09-30HPUX cc compiler fidgets.jbj1-19/+22
1999-09-30Access fd_fileno correctly.jbj1-1/+1
1999-09-21fix: command line install had header memory leak.jbj1-5/+4
1999-07-22fix: sanity test on specfile fails when encountering i18n chars.jbj1-18/+44
1999-05-26add BuildConflicts: and BuildRequires: in spec file and src rpm.jbj1-1/+1
1999-04-30resurrect toplevel tar target.jbj1-2/+5
1999-04-28Update-po before new RU files.jbj1-2/+2
1999-04-17check build prerequisites before building from specfile.jbj1-10/+66
1999-04-05permit 0x1b in specfile sanity check.jbj1-1/+1
1999-04-01add per-target macrofiles to search path.jbj1-7/+3
1999-03-17Typos.jbj1-2/+5
1999-03-17fix: recursive strtok's is a no-no.jbj1-4/+5
1999-01-27Needed trailing / when expanding specdir.jbj1-1/+1
1999-01-13Use mktemp(3) for temp file names.jbj1-5/+6
1999-01-06propagate "const char *" into rpmlib prototypes.jbj1-21/+31
1999-01-05Expand path macros with rpmGetPath(path, ...).jbj1-9/+10
1998-12-01More build popts moved to build.cjbj1-15/+49
1998-12-01Start separating build options.jbj1-0/+47
1998-11-16LCLINT pass 0.jbj1-2/+2
1998-11-08permit --rmsource --force even if sources/patches are missing.jbj1-8/+12
1998-11-07check arch only on RPMBUILD_{PREP,BUILD,INSTALL,PACKAGEBINARY}.jbj1-1/+1
1998-10-08Consolidate i18n baggage into AM_GNU_GETTEXT and system.h.jbj1-1/+0
1998-09-24skip arch checks if only packaging source rpm.jbj1-2/+6
1998-09-23arch/os tables were not being initialized for noarch builds.jbj1-0/+2
1998-09-05More RPMVAR_* conversion to macros.jbj1-1/+5
1998-09-05Start converting variables into macro expansions.jbj1-1/+1