- Grand Renaming of rpm data types.
[platform/upstream/rpm.git] / build.c
2002-05-19 jbj- Grand Renaming of rpm data types.
2002-05-16 jbj- opaque (well mostly) rpmTransactionSet using methods.
2002-04-13 jbj- merge conflicts into problems, handle as transaction...
2002-04-11 jbj- rescusitate --rebuild.
2002-04-10 jbjFix: source package already part of the transaction.
2002-01-18 jbj- missing key(s) on keyring when verifying a signature...
2001-11-11 jbjReplace loadFi with fiNew, freeFi with fiFree.
2001-11-08 jbj- rip out rpmDependencyConflict, replace with rpmProble...
2001-10-28 jbj- memory indices for dependency check are typedef'd...
2001-10-27 jbj- transaction sets cerated in cli main.
2001-10-27 jbj- legacy signatures always checked where possible on...
2001-10-23 jbj- wire transactions through rpmcli signature modes.
2001-10-23 jbj- generate an rpm header on the fly for imported pubkeys.
2001-10-17 jbjConverging on lclint-3.0.17 strict level.
2001-10-15 jbjExplicit branchstate annotations.
2001-10-15 jbjlclint fiddles to annotate globals.
2001-10-13 jbjMore lclint annotations.
2001-07-06 jbj- expose rpmShowProgress() and rpmVerifyDigest() in...
2001-06-12 jbj- remove rpmrc Provides: Yet Again, use virtual packages.
2001-06-08 jbj- fix: QUERY_FOR_LIST file count clobbered.
2001-06-05 jbj- fix typos in linux.{req,prov}.
2001-05-31 jbj- return multiple suggested packages (Pawel Kolodziej...
2001-05-06 jbj- fix: specfile queries with BuildArch: (#27589).
2001-05-03 jbj- still more boring lclint annotations and fiddles.
2001-03-14 jbjUpdate to doxygen-1.2.6 configuration.
2001-02-10 jbjReorganize sources before implementing --repackage.
2001-01-21 jbj- cpio mappings carry dirname/basename, not absolute...
2001-01-15 jbj- fix: extra newline in many error messages (#23947).
2001-01-01 jbj- use popt autohelp for rpm helper binaries.
2000-12-12 jbjSync with rpm-4_0 branch.
2000-12-02 jbjBring header reggions mods back to top of stack.
2000-09-01 jbj- unify rpmError and rpmMessge interfaces through rpmlog.
2000-08-27 jbjRip out rpmrc configuration.
2000-06-01 jbjSplit popt glue into lib/popt{BT,QV}.c.
2000-05-26 jbjRemove build modes from rpm, use rpmb and/or popt glue...
2000-03-30 jbjfix: move free after error message that needs data.
2000-01-24 jbjArgs reversed generating untar command.
2000-01-17 jbjTypo.
2000-01-15 jbjextract spec files from bzip'ped tarballs too on tar...
1999-12-19 jbjTypo (t->num rather than tnum causes segfault while...
1999-12-12 jbjreload macros from cmd line when re-reading config...
1999-11-24 jbjlib/macro.c: Canonicalize paths in rpmGetPath().
1999-11-18 jbjThe death of lib/ftp.c, merged into lib/rpmio.c.
1999-11-10 jbjSwap 2nd and 3rd arg to Fread/Fwrite to preserve read...
1999-11-04 jbjUse Fopen almost everywhere.
1999-11-02 jbjAdd ref/deref/new/fileno/open vectors to FDIO_t.
1999-10-31 jbjSpec: Add rootdir (as in chroot).
1999-10-30 jbjMake fdFileno() static, use Fileno()/Ferror() analogues...
1999-10-29 jbjfix: resurrect multiple target platform builds.
1999-10-29 jbjcheck for memory leaks (almost all leaks are plugged).
1999-10-27 jbjuse compressed filenames on install side.
1999-10-21 jbjlclint annotations and compiler cruft.
1999-09-30 jbjHPUX cc compiler fidgets.
1999-09-30 jbjAccess fd_fileno correctly.
1999-09-21 jbjfix: command line install had header memory leak.
1999-07-22 jbjfix: sanity test on specfile fails when encountering...
1999-05-26 jbjadd BuildConflicts: and BuildRequires: in spec file...
1999-04-30 jbjresurrect toplevel tar target.
1999-04-28 jbjUpdate-po before new RU files.
1999-04-17 jbjcheck build prerequisites before building from specfile.
1999-04-05 jbjpermit 0x1b in specfile sanity check.
1999-04-01 jbjadd per-target macrofiles to search path.
1999-03-17 jbjTypos.
1999-03-17 jbjfix: recursive strtok's is a no-no.
1999-01-27 jbjNeeded trailing / when expanding specdir.
1999-01-13 jbjUse mktemp(3) for temp file names.
1999-01-06 jbjpropagate "const char *" into rpmlib prototypes.
1999-01-05 jbjExpand path macros with rpmGetPath(path, ...).
1998-12-01 jbjMore build popts moved to build.c
1998-12-01 jbjStart separating build options.
1998-11-16 jbjLCLINT pass 0.
1998-11-08 jbjpermit --rmsource --force even if sources/patches are...
1998-11-07 jbjcheck arch only on RPMBUILD_{PREP,BUILD,INSTALL,PACKAGE...
1998-10-08 jbjConsolidate i18n baggage into AM_GNU_GETTEXT and system.h.
1998-09-24 jbjskip arch checks if only packaging source rpm.
1998-09-23 jbjarch/os tables were not being initialized for noarch...
1998-09-05 jbjMore RPMVAR_* conversion to macros.
1998-09-05 jbjStart converting variables into macro expansions.
1998-09-05 jbjRewrite strsep code using strtok for ANSI C portability.
1998-08-16 jbjsanity.
1998-08-08 jbjwriteRPM can now copy cpio archive from fd.
1998-08-06 adevriesAdd support for --buildplatform, and support for the...
1998-07-30 jbjConsolidated includes for librpmbuild API.
1998-07-25 jbjAggregate system includes into system.h.
1998-07-16 jbjBugfix from Fredrik Hubinette <hubbe@hubbe.net>.
1998-04-01 marcAdded %triggerpostun
1998-03-27 ewtfixed minor typos
1998-01-12 ewtmerged in Marc's new build code