Move platform specific macros under RPMCONFIGDIR/platform/
[platform/upstream/rpm.git] / build /
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu MatilainenUse rpmsenseFlags type for dependency flags everywhere...
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2008-01-30 Panu MatilainenRemove bunch of unnecessary rpmlib.h includes
2008-01-28 Panu MatilainenMake rpmbuild -bs and -ts imply --nodeps (rhbz#235507)
2008-01-27 Panu MatilainenRename isCompressed() -> rpmFileIsCompressed() for...
2008-01-27 Panu MatilainenUse the suffix checker in rpmfc instead of inline defin...
2008-01-25 Panu MatilainenPrint regular provides on build too (mdvbz#36672)
2008-01-10 Panu MatilainenDefine and use UGIDMAX instead of hardcoded 1024 all...
2008-01-09 Panu MatilainenImplementation of triggerprein scriptlets.
2008-01-09 Panu MatilainenPermit files with glob characters in *.rpm packages...
2008-01-02 Panu MatilainenSignedness consistency in rpmfi interface vs internal...
2008-01-02 Panu MatilainenAssorted int -> size_t string size fixes in build code
2007-12-19 Panu MatilainenAdd rpm_data_t (and _constdata_t) for header data,...
2007-12-22 Panu MatilainenFix multi-line macro expansion in last line of spec...
2007-12-18 Panu MatilainenRemove bogus const from rpmGlob argv return type
2007-12-18 Panu MatilainenMake fsm failedFile non-const like it really is
2007-12-18 Panu MatilainenDrop bogus const from temp variable
2007-12-17 Panu MatilainenUnbreak internal dep generator
2007-12-16 Panu MatilainenpgpReadPkts returns malloced memory, unconstify
2007-12-16 Panu MatilainenBogus const in temporary variables
2007-12-16 Panu MatilainenMore const removals
2007-12-16 Panu MatilainenMore constfree for spec exposed stuff for now
2007-12-16 Panu MatilainenMuch of spec internals is exposed, let them be const...
2007-12-16 Panu MatilainenRemove couple of bogus const uses in temp variables
2007-12-16 Panu MatilainenUnconstify FileListRec and AttrRec contents
2007-12-16 Panu MatilainenRemove const from rpmMkTempFile file name parameter
2007-12-15 Panu MatilainenMake bunch of build internal code take const parameters
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-14 Panu MatilainenBogus const removal continued...
2007-12-14 Panu MatilainenBunch of const char* corrections
2007-12-14 Panu MatilainenMore size_t type pedantry
2007-12-13 Panu MatilainenUse rpm_tagtype_t everywhere for rpm (header) tagtype...
2007-12-13 Panu MatilainenUse rpm_tag_t everywhere for rpm (header) tag type
2007-12-13 Panu MatilainenUse rpm_count_t everywhere for header data count
2007-12-13 Panu MatilainenUse rpm_count_t everywhere for header data count
2007-12-11 Panu MatilainenSilly thinko/typo causing source rpms to provide their...
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-07 Panu MatilainenYet more rpmbuild fixups from rpmerr.h removal (partly...
2007-12-07 Panu Matilainenrpm5.org: fixup spec parsing from rpmerr.h removal
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-04 Panu MatilainenEliminate debug junk from the API
2007-12-03 Panu MatilainenSplit rpmte internals to separate header
2007-12-02 Panu MatilainenMove rpmsenseFlag enums to rpmds where they logically...
2007-12-03 Panu MatilainenSplit rpmfi internals to separate header
2007-12-03 Panu MatilainenUse regular POSIX functions instead of "RPC" clones
2007-12-01 Panu MatilainenMore rpmlead exorcizing
2007-12-01 Panu MatilainenMake rpmlead opaque, add methods to deal with it
2007-12-01 Panu Matilainen(no)dirtokens is just a build-time option now
2007-11-30 Panu MatilainenMove logging related macros rpmlog, adjust includes
2007-11-27 Panu MatilainenRemove unneeded includes
2007-11-27 Panu MatilainenMove legacy%#¤%#¤ to librpm now that it can move..
2007-11-26 Ralf CorsépiusEliminate type "byte"
2007-11-23 Panu MatilainenAdd doxygen group for rpmfc, include in librpm + hackin...
2007-11-23 Ralf CorsépiusReflect changes to include files.
2007-11-23 Ralf CorsépiusExpand private include file names to be relative to...
2007-11-23 Panu MatilainenMove rpmGetPath and rpmGenPath to rpmfileutil.h
2007-11-23 Panu MatilainenMove file compression stuff from rpmmacro.h to rpmfileu...
2007-11-22 Panu MatilainenMove makeTempFile() from misc.h to rpmfileutil.h
2007-11-22 Panu MatilainenCalculating file checksums aint legacy activity
2007-11-23 Panu MatilainenMove string helpers from lib/misc.h to rpmio/rpmstring.h
2007-11-23 Panu MatilainenMove stringbuf into librpmio, rename header
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-11-22 Ralf CorsépiusAdd -I$(top_builddir)/include/rpm to AM_CPPFLAGS.
2007-11-19 Panu MatilainenLose rpmerr.h for good
2007-11-19 Panu MatilainenReplace all RPMERR_* etc uses with corresponding RPMLOG...
2007-11-13 Panu MatilainenFix free on invalid pointer after displaying "Unable...
2007-11-08 Panu MatilainenDead code removal
2007-11-08 Panu MatilainenUse _target_* macros for build restriction checking
2007-11-08 Panu MatilainenRemove dead & unused RPMTAG_ARCHIVESIZE addition code
2007-11-08 Panu MatilainenRemove dead rpmrc-related code from spec parsing
2007-11-07 Panu MatilainenDocument rpmio_internal.h uses outside rpmio/
2007-11-07 Panu MatilainenRemove bunch of unnecessary misc.h includes, document...
2007-11-07 Panu MatilainenRemove .splintrc's in the tree
2007-11-02 Peter JonesMerge
2007-11-02 Panu MatilainenEliminate rpmfcToken struct internals from the API
2007-11-02 Panu MatilainenUse NSS instead of beecrypt for encryption (Tomas Mraz)
2007-10-31 Panu MatilainenDocument RPMFI_INTERNAL uses
2007-10-31 Panu MatilainenDocument _RPMTE_INTERNAL needs
2007-10-30 Ralf Corsépiusmerge.
2007-10-30 Panu MatilainenErm... rpmdsFlags are int32_t type, not char*
2007-10-30 Ralf Corsépiusmerge.
2007-10-30 Ralf CorsépiusAdd -I$(top_builddir)/rpmdb to AM_CPPFLAGS.
2007-10-30 Panu MatilainenWhole lotta trouble to avoid rpmds internals access...
2007-10-29 Ralf CorsépiusAdd SKIPSPACE, SKIPNONSPACE.
2007-10-29 Ralf CorsépiusAdd SKIPSPACE.
2007-10-29 Ralf CorsépiusRemove SKIPSPACE, SKIPNONSPACE.
2007-10-29 Ralf CorsépiusDon't include <ctype.h>.
2007-10-29 Ralf CorsépiusMove typedef into extern "C".
2007-10-29 Panu MatilainenHum, files.c needs rpmio_internal afterall for rpmioSlurp
2007-10-29 Ralf Corsépiusmerge.
2007-10-29 Panu MatilainenRemove couple of useless rpmio_internal includes
2007-10-29 Panu MatilainenInclude rpmpgp.h instead of rpmio_internal.h
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épiusRemove unnecessary includes.
2007-10-28 Ralf CorsépiusInclude "rpmfc.h" instead of <rpmfc.h>.
next