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