Add macro %isu_package to generate ISU Package
[platform/upstream/rpm.git] / build / rpmfc.c
2021-01-05 biao716.wangupgrade rpm version to 4.14.1 39/250839/1 accepted/tizen/base/tool/20210118.215949 submit/tizen_base/20210105.160930 submit/tizen_base/20210113.025730 upstream/4.14.1.1
2013-02-03 Anas NashifFind supplements
2013-02-03 Anas NashifAdd support for weak dependencies:
2012-09-26 Panu MatilainenFreeze the rpmfc string pools once all additions are...
2012-09-26 Panu MatilainenDont waste time with argi for rpmfc file class indexes
2012-09-26 Panu MatilainenDont waste time with argi for rpmfc file colors
2012-09-26 Panu MatilainenDont waste time with argv for rpmfc file names
2012-09-26 Panu MatilainenUse a string pool for the build-time file dependency...
2012-09-26 Panu MatilainenUse a string pool to build file class dictionary and...
2012-09-26 Panu MatilainenCosmetics: properly indent the rpmfc debug foobar
2012-08-01 Panu MatilainenDont bother asking libmagic about directories
2012-07-12 Panu MatilainenAlways print out package dependencies on build
2011-06-08 Panu MatilainenHandle EINTR on the spot instead of restarting the...
2011-06-08 Panu MatilainenKick out self-pipe trick from depgen helper
2011-06-08 Panu MatilainenAbort depgen output reading on EOF, not child exiting
2011-05-27 Panu MatilainenClean up rpmfcGenerateDependsHelper() (aka external...
2011-05-27 Panu MatilainenEliminate a few more dead rpmdsFree() NULL assignments
2011-05-27 Panu MatilainenDon't bother NULL'ing everything on rpmfcFree()
2011-05-27 Panu MatilainenMinor cleanup to rpmfcExec()
2011-05-27 Panu MatilainenMinor cleanups to rpmfcGenerateDepends()
2011-05-27 Panu MatilainenEliminate some dead assignments on rpmdsFree()
2011-05-27 Panu MatilainenAdd a helper function for creation namespaced dependenc...
2011-05-27 Panu MatilainenMinor cleanups to rpmfcHelper()
2011-05-23 Panu MatilainenAdd support for fileattr dependency namespacing
2011-05-23 Panu MatilainenWhoops, flags needs to be sorted for argvSearch() to...
2011-05-23 Panu MatilainenUnify fileattr include- and exclude-rule handling
2011-05-19 Michael SchroederSupport "magic_and_path" flag in fileattrs
2011-03-14 Jindrich NovyClean up rpmfcClassify()
2011-03-10 Jindrich NovyClean up rpmfcApply() and rpmfcHelper()
2011-03-09 Jindrich NovyClean up rpmfcExec()
2011-03-04 Jindrich NovyYet remove some unused variables to suppress warnings
2011-02-21 Panu MatilainenFix braindamage in the depgen helper collector loop...
2010-12-10 Panu MatilainenImplement filtering of autogenerated dependencies
2010-12-10 Panu MatilainenSome further preliminaries for next bits
2010-12-10 Panu MatilainenRefactor the helper execution out of rpmfcHelper()
2010-12-10 Panu MatilainenRename pattern -> path for, duh, path patterns
2010-12-10 Panu MatilainenSupport excluding by path or magic in file classification
2010-12-10 Panu MatilainenRemove broken versioned provides rpmlib() tracking
2010-12-01 Panu MatilainenPass RPM_BUILD_ROOT to helper scripts through environme...
2010-12-01 Panu MatilainenRemember buildroot directory in rpmfc struct
2010-12-01 Panu MatilainenEliminate unused dir argument to getOutputFrom()
2010-10-22 Panu MatilainenBrute-force s/rpmTag/rpmTagVal/ in entire librpmbuild
2010-10-05 Panu MatilainenRequire file attribute config to have .attr suffix
2010-10-05 Panu MatilainenReplace __foo_exeonly attribute with a more generic...
2010-09-26 Jindrich NovyFix segfault in rpmdeps (RhBug:637357)
2010-09-21 Panu MatilainenRemove bunch of double consts in librpmbuild
2010-09-21 Panu MatilainenAvoid stepping on toes of relatives, part 3
2010-09-21 Panu MatilainenUse the macro allocator variants within librpm*
2010-09-21 Panu MatilainenUse _free() instead of rfree() where "return value...
2010-09-21 Panu MatilainenFix up bunch of silly int vs rpmRC return code mismatches
2010-08-25 Panu MatilainenMass eviction of remaining internal helpers in librpmbu...
2010-07-03 Panu MatilainenOops, dont hang in getOutputFrom() if we have nothing...
2010-07-02 Panu MatilainenRewrite getOutputFrom() in a race-free way (supposedly ;)
2010-06-30 Panu MatilainenMake the infamous getOutputFrom() error message more...
2010-04-29 Panu MatilainenFix a few uninitialized variable cases found by clang...
2010-03-23 Panu MatilainenFirst take at pluggable file attribute + dependency...
2010-03-06 Panu MatilainenLose a couple of leftover variables from times before...
2010-03-06 Panu MatilainenDont bother translators with internal error debug foo
2010-03-06 Panu MatilainenrpmdsN() and rpmdsEVR() returning NULL here is a seriou...
2010-03-01 Ville SkyttäFix rpmfcAttrDeps() for perl modules (was broken in...
2010-02-18 Panu MatilainenPerform dependency extraction solely based on collected...
2010-02-18 Panu MatilainenClassify .desktop files by just path
2010-02-18 Panu Matilainenfontconfig -> font dependency extractor rename
2010-02-18 Panu MatilainenAdd debug output for file attributes
2010-02-18 Panu MatilainenAdd path coloring for versioned python interpreter...
2010-02-18 Panu MatilainenReplace python-specific path-coloring hack with a gener...
2010-02-18 Panu MatilainenScript/interpreter terminology renaming
2010-02-18 Panu MatilainenEliminate silly redundancy
2010-02-17 Panu MatilainenOnly run dependency extractors on files with attached...
2010-02-17 Panu MatilainenSimplify rpmfcAddFileDep()
2010-02-17 Panu MatilainenUse text token attributes instead of bitfield for file...
2010-02-10 Panu MatilainenPermit requires extraction too from fontconfig and...
2010-02-10 Panu MatilainenSplit elf dependency extraction out of librpmbuild...
2010-02-10 Panu MatilainenSeparate helper for script interpreters, split out...
2010-02-10 Panu MatilainenMake rpmfcSCRIPT() a bit easier on the eyes...
2010-02-01 Panu MatilainenClean up rpmfcClassify() a bit more
2010-02-01 Panu MatilainenSingle point of exit for rpmfcClassify()
2010-02-01 Panu MatilainenClean up rpmfcHelper() a bit
2010-02-01 Panu Matilainenrpmfc script coloring tweaks
2010-01-05 Panu MatilainenMove <errno.h> include out of system.h to the places...
2010-01-05 Panu MatilainenUnconditionally include <sys/wait.h> where needed
2010-01-04 Panu MatilainenClean up poll() vs select() tests
2009-12-08 Panu MatilainenAvoid exposing libmagic dependency in public headers
2009-11-26 Panu MatilainenDont fail build on unrecognized non-executable files...
2009-10-07 Panu MatilainenSupport passing extra options to dep generator scripts
2009-10-06 Panu MatilainenLose unused python/perl/java stringbuffers from rpmfc
2009-10-06 Panu MatilainenTeach the internal dep generator about OCaml
2009-09-07 Panu MatilainenMinor rpmfcGenerateDependsHelper() cleanups
2009-09-07 Panu MatilainenEliminate unused counter variable
2009-09-01 Panu MatilainenAdd provide-extractors for fonts and desktop files
2009-09-01 Panu MatilainenFurther file-classifier tweaks
2009-09-01 Panu MatilainenMake internal file classifier look into compressed...
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-07-23 Panu MatilainenKill off lclint remnants everywhere
2009-06-01 Panu MatilainendepMsg doesn't need _notpre() anymore
2009-03-31 Panu MatilainenPrefer more specific types over generic "text" in class...
2009-02-20 Panu MatilainenOnly run script dependency extraction once per file...
2008-10-30 Panu MatilainenRemove unnecessary scaremem flags, hardwired to no...
2008-09-25 Panu MatilainenExtra ')' in error message
2008-09-18 Jindrich NovyDrop rpmfcFileDep() to simplify things
next