summaryrefslogtreecommitdiff
path: root/build.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-09-05Rewrite strsep code using strtok for ANSI C portability.jbj1-2/+4
1998-08-16sanity.jbj1-4/+4
1998-08-08writeRPM can now copy cpio archive from fd.jbj1-28/+34
1998-08-06Add support for --buildplatform, and support for the setenv: tag in rpmrc fil...adevries1-2/+31
1998-07-30Consolidated includes for librpmbuild API.jbj1-4/+2
1998-07-25Aggregate system includes into system.h.jbj1-13/+1
1998-07-16Bugfix from Fredrik Hubinette <hubbe@hubbe.net>.jbj1-1/+1
1998-04-01Added %triggerpostunmarc1-6/+19
1998-03-27fixed minor typosewt1-0/+6
1998-01-12merged in Marc's new build codeewt1-0/+132