summaryrefslogtreecommitdiff
path: root/Perl-RPM/RPM
AgeCommit message (Expand)AuthorFilesLines
2002-05-10Allow new() to take options like TIEHASH does. Also documents new.rjray1-3/+17
2002-05-10Some casts to reduce compiler warnings on some systems.rjray1-3/+3
2002-05-10Changed some safemalloc calls to New/Newz. Put a fix in FIRSTKEY to avoidrjray1-17/+25
2002-05-10Turned a macro call that was using safemalloc into a direct call torjray1-4/+4
2002-04-12First of two efforts at redefining how multiple packages for one name arerjray1-3/+17
2002-04-11Now that rpm 3.0 is no longer supported, the ERR_CHAR_CONST macro is no longerrjray1-8/+2
2002-04-11Now that rpm 3.0 is no longer supported, the HDR_ITER_CONST macro is no longerrjray1-14/+5
2002-04-11Removed all the #if/#endif conditionals for rpm 3.0 compatibility. The rpm 3.0rjray1-108/+2
2002-04-11Removed all the #if/#endif blocks that were for distinguishing 3.0 and 4.0 rpmrjray1-5/+1
2001-05-15Significant speed-ups gained by breaking down the constants into fewer,rjray1-523/+612
2001-05-15Fixing more of the "attempt to free unreferenced scalar" messagesrjray2-18/+21
2001-05-12Various debuggingrjray3-6/+12
2001-04-29These are mostly further clean-up of the 4.0.2-compatibility effort.rjray2-7/+21
2001-04-27Changed the way $VERSION is setrjray6-24/+18
2001-04-27Trimmed another one out.rjray1-3/+2
2001-04-27The 4.0.2 rpm release changed all #define constants to enum sets, which prettyrjray1-980/+4
2001-03-08Various tweaksrjray7-24/+24
2001-03-08Fixed rpm 4.0 issuerjray1-6/+11
2001-03-07prep for 0.30rjray6-18/+18
2001-02-27Doc fixrjray1-4/+3
2001-02-27Changes mostly to the handling of RPM::Header objects within the RPM::Databaserjray2-82/+48
2000-11-14Fixing scalar mortality issuesrjray2-15/+14
2000-11-11All changes in before 0.292 releaserjray2-18/+33
2000-11-10Bumped version number in preparation for next releaserjray6-18/+18
2000-11-10Wide-range changes and bugfixing. Commit to sync w/ desktoprjray4-189/+174
2000-11-10sync w/ desktoprjray1-2/+69
2000-10-13Bumped VERSION up to 0.291rjray6-18/+18
2000-10-12Checkpoint. Currently loads and does minimal operations.rjray2-8/+78
2000-10-12Added a bug fix, removed an unused var, and added a constant() with AUTOLOADrjray2-6/+72
2000-10-10Cleanup on the AUTOLOAD function.rjray1-11/+7
2000-10-08The start of Package functionality (CVS checkpoint to tremere)rjray2-44/+141
2000-10-08Removed unused varrjray1-2/+1
2000-10-08*** empty log message ***rjray1-4/+1
2000-10-05Various updates in prelude to 0.29, mainly rpm 4.0 compatibilityrjray10-123/+251
2000-08-25doc fixesrjray1-10/+12
2000-08-25fixes to rpmhdr_STORErjray1-4/+13
2000-08-25*** empty log message ***rjray1-0/+1
2000-08-18Some error-fixing around reading header data from files, and some additionalrjray1-2/+33
2000-08-18Support and docs for the source_name() class method.rjray1-2/+9
2000-08-18Yet more docs.rjray1-83/+113
2000-08-17Reinstated some tags, now that they are better-documented.rjray1-1/+13
2000-08-17Removed RPMTAG_SOURCE from the list of scalars; it's actually arjray1-3/+2
2000-08-17More documentation, including several corrections.rjray1-18/+44
2000-08-16Bumped version numberrjray6-18/+18
2000-08-16Lots more documentationrjray1-86/+133
2000-08-16Some clean-up, re-instated a deleted tag.rjray1-15/+12
2000-08-11Fixes related to possible bad return values in error conditions.rjray2-7/+13
2000-08-08Corrected small oversight that would have prevented exporting both $RPMrjray1-3/+4
2000-08-08Covered some changes not yet reflected in the documentation.rjray1-12/+15
2000-08-07More documentation.rjray1-80/+98