summaryrefslogtreecommitdiffstats
path: root/RPM4/src/RPM4.xs
Commit message (Expand)AuthorAgeFilesLines
* (Header_string) make it compile again with rpm < 4.19Thierry Vignaud2022-04-291-0/+11
* (Te_files) make it compile again with rpm < 4.12Thierry Vignaud2022-04-291-0/+9
* Fix segfaultThierry Vignaud2022-04-291-1/+0
* Prepare for rpm-4.19: switch away from rpmteFI()Thierry Vignaud2022-04-271-4/+8
* Prepare for rpm-4.19: switch to headerExport()Thierry Vignaud2022-04-271-3/+3
* fix building with rpm-4.15Thierry Vignaud2019-09-091-0/+6
* kill useless argThierry Vignaud2017-11-061-5/+3
* add special case for patched rpm-4.12 in Mageia 5, various Debian & FCThierry Vignaud2017-11-061-1/+1
* fix commentsThierry Vignaud2017-11-061-2/+2
* fix a segfault regression with rpm-4.14Panu Matilainen2017-10-281-1/+1
* (transreset) fix a segfaultThierry Vignaud2017-10-281-0/+1
* fix segfault in testsuitetv2016-10-261-2/+1
* drop methods only supported in rpm < 4.9tv2015-08-011-50/+0
* fix compiling with rpm-4.13tv2015-08-011-0/+4
* simplify after last committv2015-08-011-56/+0
* drop support for rpm > 4.9.0tv2015-08-011-102/+0
* drop support for repackage (not working anymore since rpm-4.6)tv2012-10-051-12/+0
* (srcrpm) simplify through using RPMTAG_NOSOURCEtv2012-10-051-1/+1
* merge rpmsign() from RPM4sign.c into RPM4.xstv2012-06-261-0/+21
* revert commit r213 from Jun 20 2012 ("(srcrpm) simplify"), thus fixingtv2012-06-261-1/+2
* (rpmsysinfodep,rpmgetconfdep,rpmcpuinfodep,rpmpipedep,rpmunamedep) droptv2012-06-251-34/+0
* (rpmDbiTagVal) silent type warningtv2012-06-251-1/+1
* (Ts_traverse) simplify (thus silenting compiler warning)tv2012-06-251-5/+2
* (_newspec,newspec) drop unused 'cookie', 'passphrase', 'rootdir' & 'verify' p...tv2012-06-251-40/+5
* silent compiler warningstv2012-06-251-5/+5
* (newspec) fix forcing 'noarch_check' & 'force' parameterstv2012-06-251-1/+6
* (srcrpm) simplifytv2012-06-251-2/+1
* simplifytv2012-06-151-8/+3
* (Header_fullname,Spec_srcrpm) simplify using RPMTAG_NVRtv2012-06-151-28/+11
* (Header_fullname) get_arch() already handle SRPMstv2012-06-151-8/+2
* (srcrpm) fix a FIXME: s/src/no/ again accordinglytv2012-06-151-2/+3
* (osscore) alias archscore() on ittv2012-06-151-16/+9
* (platformscore) kill it (unimplemented for 5 years)tv2012-06-151-10/+0
* (tag) simplifytv2012-06-131-6/+3
* simplify using mPUSHs()tv2012-06-131-9/+9
* (listtag,tag,tagtype) use rpmtdTag() & rpmtdType() accessorstv2012-06-131-3/+3
* do not use legacy compatibility header anymoretv2012-06-121-2/+0
* (fullname) alias nevr() on it, thus getting rid of deprecated pre-rpm-4.6 hea...tv2012-06-121-11/+14
* simplify through newSVpvs()tv2012-06-121-26/+26
* simplify by using mXPUSHstv2012-06-121-144/+144
* make some functions that not implemented since switching to rpm-4.6 to dietv2012-06-121-0/+4
* (addtag) adapt to rpm 4.6 changes:tv2012-06-121-4/+12
* adapt to rpm 4.org changes: rpmMessage -> rpmlogtv2012-06-121-1/+1
* adapt to rpm 4.org changes: tagValue -> rpmTagGetValuetv2012-06-121-6/+6
* (listtag) do not use deprecated pre-rpm-4.6.0 function: headerNextIterator ->...tv2012-06-121-3/+5
* (removetag) adapt to rpm 4.6 changes: headerRemoveEntry -> headerDeltv2012-06-121-1/+1
* (_headername_vs_dep,Header_fullname,Header_tagtype) adapt to rpm 4.6 changes:...tv2012-06-121-29/+33
* (Spec_srcrpm) adapt to rpm 4.6 changes: headerNVR -> headerGettv2012-06-121-4/+4
* (get_name, get_arch) introduce a couple helper from URPM (needed for next com...tv2012-06-121-0/+24
* kill unused variabletv2012-06-121-1/+1