summaryrefslogtreecommitdiffstats
path: root/RPM4/src/RPM4.xs
Commit message (Expand)AuthorAgeFilesLines
...
* (transCallback) mark as statictv2012-01-021-1/+1
* kill more dead code (we don't have RPM4_4* definitions anyway...)tv2012-01-021-64/+1
* (traverse) make it usefull again with rpm-4.9tv2012-01-021-5/+2
* (rpmdbinit) do all the needed worktv2012-01-021-1/+1
* (_specbuild) make it works with rpm-4.9tv2012-01-021-1/+3
* kill dead variablestv2012-01-021-4/+0
* (Spec_sources, Spec_sources_url) fix unused parameter with rpm-4.9.xtv2012-01-021-0/+4
* (transCallback) handle RPMCALLBACK_SCRIPT_ERRORtv2012-01-021-0/+3
* (logcallback) fix it not returning any valyes (since introduced years ago)tv2012-01-021-0/+1
* (Spec_binheader,Spec_binrpm) use right iteratortv2012-01-021-2/+2
* (_headername_vs_dep,Header_tag,Header_tagtype) fix signedness oftv2012-01-021-5/+5
* (Spec_binheader) implement it for rpm-4.9.xtv2011-12-141-9/+4
* (Spec_binrpm) implement it for rpm-4.9.xtv2011-12-141-1/+6
* (Spec_binrpm) hide struct detailstv2011-12-141-2/+4
* (Spec_srcrpm) implement it for rpm-4.9.xtv2011-12-141-2/+3
* (Spec_srcrpm) hide struct detailstv2011-12-141-5/+7
* explicit which functions are unused (and thus those we don't care about)tv2011-12-141-10/+10
* (Spec_sources, Spec_sources_url) implement them for rpm-4.9tv2011-12-141-3/+17
* (buildhost) kill commented out croak since it's implementedtv2011-12-141-1/+0
* (_newspec) simplifytv2011-11-091-4/+1
* add rpm-4.9 support (tv, 2011-08)tv2011-11-091-8/+134
* drop support for rpm-4.4.xtv2011-11-091-35/+0
* add rpm-4.8 support (by Dexter Morgan on 2011-02)tv2011-11-091-2/+2
* add rpm-4.6 support (by pixel on 2009-01-20)tv2011-11-091-154/+76
* - fix compil against rpm.org 4.4.2.2nanardon2007-12-141-1/+9
* - fix #7: installsrpms return one value in scalar contextnanardon2007-07-221-0/+2
* - fix another memleaknanardon2007-07-211-0/+2
* - string: fix test, then fix the functionnanardon2007-07-211-3/+8
* - fix memleaknanardon2007-07-201-1/+4
* - fix header->stringnanardon2007-07-201-2/+2
* - fix spec->source ignoring everythingnanardon2007-07-201-0/+1
* - kill useless malloc and mem leaksnanardon2007-07-151-13/+2
* - fix 2 memleaksnanardon2007-07-031-20/+7
* - revert last change, breaks everythingsnanardon2007-07-031-119/+119
* - use newSVpvn instead newSVpvnanardon2007-07-031-119/+119
* - add platformscore() functionnanardon2007-07-031-0/+14
* - fix parseSpec() call, this make force argument ignorednanardon2007-07-021-5/+14
* - fix #2, file mode is an unsigned valuenanardon2007-03-011-1/+1
* - in rpm 4.4.8 (maybe 4.4.7) scaremem should be 0nanardon2007-02-281-3/+9
* - remove _ from some function for coherency (guillomovitch)nanardon2006-07-261-2/+2
* - revert previous commit not wantednanardon2006-06-271-2/+0
* - clean upnanardon2006-06-271-0/+2
* - really fix segfaultnanardon2006-06-111-2/+2
* - fix initdb test, workaround rpm suckagenanardon2006-06-111-1/+1
* - fix segfault in Header->files(): refresh stacknanardon2006-06-111-2/+3
* - various other rpm 4.4.6 fixnanardon2006-06-101-9/+22
* - various rpm 4.4.6 adaptationnanardon2006-06-101-9/+44
* - add spec_icon and spec_icon_urlnanardon2006-01-301-2/+35
* - fix mail addressnanardon2005-12-201-1/+1
* - add functions and testnanardon2005-12-171-3/+32