Permit file objects in python header constructor
[platform/upstream/rpm.git] / build / build.c
2009-01-11 Jindrich NovyDon't check package BuildRequires when doing --rmsource...
2009-01-11 Jindrich NovyDon't fail because of missing sources when only spec
2008-11-04 Jindrich NovyReturn proper exit code when exec*() functions fail
2008-05-03 Panu MatilainenTemp file handling tweaks
2008-04-11 Panu MatilainenRewrite rpmMkTempFile() for sanity
2008-04-09 Panu MatilainenYet more url ripping - buildroot is never an url
2008-04-09 Panu MatilainenRemove remote host stuff from build doScript()
2007-12-16 Panu MatilainenRemove const from rpmMkTempFile file name parameter
2007-12-15 Panu MatilainenAnother bunch of bogus const removals
2007-12-15 Panu MatilainenRemove bogus const from rpmGenPath() temporary targets
2007-12-15 Panu MatilainenRemove bogus const from rpmGetPath() temporary targets
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-07 Panu Matilainenrpm5.org: fixup various places in rpmbuild from rpmerr...
2007-12-07 Panu Matilainenrpm5.org: use pid_t, not int in build doScript
2007-12-03 Panu MatilainenUse regular POSIX functions instead of "RPC" clones
2007-11-22 Panu MatilainenMove makeTempFile() from misc.h to rpmfileutil.h
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-11-19 Panu MatilainenLose rpmerr.h for good
2007-11-19 Panu MatilainenReplace all RPMERR_* etc uses with corresponding RPMLOG...
2007-10-29 Panu MatilainenAutomated merge with ssh://pmatilai@login.linux.duke...
2007-10-29 Panu MatilainenUse fdGetFILE() instead of rpmio internal fdGetFp(...
2007-10-28 Ralf CorsépiusInclude "rpmbuild.h" instead of <rpmbuild.h>.
2007-10-28 Ralf CorsépiusInclude "rpmio_internal.h" instead of <rpmio_internal.h>.
2007-10-24 Ralf CorsépiusRemove dead and unused, ifdef'ed HAVE_FCHMOD block...
2007-10-24 Ralf CorsépiusdoScript: Change 'what' to rpmBuildFlags.
2007-10-09 Panu MatilainenMake rpmerr.h private, include directly where needed.
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_NORMAL with RPMLOG_NOTICE
2007-10-09 Panu MatilainenReplace all rpmMessage() uses with rpmlog()
2007-10-09 Panu MatilainenReplace all rpmError() uses with rpmlog()
2007-09-21 Panu MatilainenRename Spec -> rpmSpec for namespacing
2007-09-17 Panu MatilainenAutomated merge with ssh://pmatilai@login.linux.duke...
2007-09-17 Panu Matilainenmisc.h is a private header
2007-09-17 Panu MatilainenRemove url caching, don't need it...
2007-09-11 Ralf CorsépiusRemove splint tags.
2007-09-03 Panu MatilainenAutomated merge with file:/home/pmatilai/repos/rpm...
2007-08-29 Panu MatilainenFix various cases of build failing due to whitespace...
2005-02-12 jbj- permit build scriptlet interpreters to be individuall...
2004-11-28 jbj- add support for automagic pubkey retrieval using...
2004-11-04 jbjStub in URL_IS_HTTPS everywhere.
2003-05-08 jbj- don't use error string after gzclose (Dmitry V. Levin).
2002-12-24 jbj- fix: remove rpmfi scareMem so that headers can be...
2002-12-21 jbj- add --enable-posixmutexes when configuring on linux.
2002-07-08 jbjPropagate splint-3.0.1.7 close(2) internalState annotat...
2002-07-02 jbjAdd boundsread annotations throughout, enable +bounds...
2001-10-17 jbjConverging on lclint-3.0.17 strict level.
2001-10-16 jbjFactor -type problems into explicit code annotations.
2001-10-15 jbjExplicit branchstate annotations.
2001-10-15 jbjlclint fiddles to annotate globals.
2001-05-06 jbj- fix: specfile queries with BuildArch: (#27589).
2001-05-03 jbj- still more boring lclint annotations and fiddles.
2001-04-30 jbj- yet more boring lclint annotations and fiddles.
2001-04-29 jbj- globalize _free(3) wrapper in rpmlib.h, consistent...
2001-03-14 jbjUpdate to doxygen-1.2.6 configuration.
2001-01-15 jbj- fix: extra newline in many error messages (#23947).
2001-01-11 jbjdoxygen annotations for build/*.
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 jbjDoxygen annotations.
2000-06-20 jbj- API: uncouple fadio from rest of rpmio.
2000-06-09 jbjMove low level support routines to librpmio.
2000-02-29 jbjCan't print a NULL on non-GNU systems.
2000-02-27 jbjSolaris2.6 portability.
2000-01-24 jbjDocumentation sugar.
1999-11-24 jbjlib/macro.c: Canonicalize paths in rpmGetPath().
1999-11-19 jbjmacros.in: Add buildsubdir and scriptlet template macros.
1999-11-18 jbjThe death of lib/ftp.c, merged into lib/rpmio.c.
1999-11-14 jbjlib/rpmio.c: Implement per-fd layers as a stack, add...
1999-11-12 jbjUse Fstrerror on ufdio throughut.
1999-11-04 jbjUse Fopen almost everywhere.
1999-10-31 jbjSpec: Add rootdir (as in chroot).
1999-10-30 jbjMake fdFileno() static, use Fileno()/Ferror() analogues...
1999-10-27 jbjuse compressed filenames on install side.
1999-06-17 jbjMiNT port (Guido Flohr <gufl0000@stud.uni-sb.de>).
1999-04-30 jbjresurrect toplevel tar target.
1999-04-17 jbjcheck build prerequisites before building from specfile.
1999-04-01 jbjadd per-target macrofiles to search path.
1999-03-20 jbjeliminate old rpmrc configuration syntax.
1999-01-22 jbjdon't erase failing build script (Tim Mooney).
1999-01-06 jbjpropagate "const char *" into rpmlib prototypes.
1999-01-05 jbjExpand path macros with rpmGetPath(path, ...).
1998-11-20 jbjSanity.
1998-11-18 jbjimplement abstract fd type almost everywhere.
1998-11-16 jbjLCLINT pass 0.
1998-11-08 jbjpermit --rmsource --force even if sources/patches are...
1998-10-08 jbjConsolidate i18n baggage into AM_GNU_GETTEXT and system.h.
1998-09-27 jbjadd Slovak translation (Stanislav Meduna <stano@trillia...
1998-09-05 jbjIntegrate shell and macro enviroments for scripts.
1998-09-05 jbjMore RPMVAR_* conversion to macros.
1998-09-05 jbjTypo.
1998-09-05 jbjStart converting variables into macro expansions.
1998-07-30 jbjFirst attempt at librpmbuild API.
1998-07-30 jbjConsolidated includes for librpmbuild API.
1998-07-25 jbjAggregate system includes into system.h.
1998-05-21 marc- make %doc script obey --test
1998-04-20 marcMissed some unlinks() when scripts failed
1998-04-09 marc - remove icons with --rmsource
1998-04-08 marcmake --clean work with no %setup
1998-03-04 ewt1) include cleanups for portability
1998-02-25 ewtreplaced include of <malloc.h> with an include of ...
next