Age | Commit message (Expand) | Author | Files | Lines |
2009-12-17 | Permit unexpanded macros to slip through spec tag sanity checks (RhBug:547997) | Panu Matilainen | 1 | -1/+1 |
2009-10-21 | Fix memory leaks on error exit from parseRCPOT() | Panu Matilainen | 1 | -7/+17 |
2009-08-31 | Replace equal/not equal uses of str[n]cmp() with rstreq[n] in build code | Panu Matilainen | 1 | -1/+1 |
2009-06-23 | Allow ':' character in EVR, it's needed for Epoch separation | Jindrich Novy | 1 | -1/+1 |
2009-06-16 | Don't check Provides/Requires for bad characters, they could be UTF-8 | Jindrich Novy | 1 | -6/+1 |
2009-06-15 | Check for valid chars in Requires/Provides as well | Jindrich Novy | 1 | -0/+6 |
2009-06-01 | Map PreReq into Requires(pre,preun) at build | Panu Matilainen | 1 | -1/+2 |
2009-05-29 | Build prereq is exactly the same as buildrequires | Panu Matilainen | 1 | -4/+1 |
2009-02-21 | Loosen up restrictions on dependency token names (rhbz#455119) | Panu Matilainen | 1 | -2/+5 |
2008-05-21 | Include rpmtypes.h first instead of rpmtag.h everywhere | Panu Matilainen | 1 | -1/+1 |
2008-04-17 | Fix dumb off-by-one errors introduced by rstrlcpy() changes | Panu Matilainen | 1 | -2/+2 |
2008-04-17 | Use rstrlcpy() for parseRCPOT() version + release | Panu Matilainen | 1 | -4/+2 |
2008-03-18 | Minimal namespacing for locale-insensitive x*() string functions | Panu Matilainen | 1 | -3/+3 |
2008-03-06 | Mark bunch of static build-related tables as read-only | Panu Matilainen | 1 | -2/+2 |
2008-02-05 | Mass convert (back) to rpmTag as it's usable everywhere now | Panu Matilainen | 1 | -1/+1 |
2008-01-30 | rpmlib.h mass eviction | Panu Matilainen | 1 | -0/+1 |
2008-01-09 | Implementation of triggerprein scriptlets. | Panu Matilainen | 1 | -0/+4 |
2007-12-13 | Use rpm_tag_t everywhere for rpm (header) tag type | Panu Matilainen | 1 | -1/+1 |
2007-12-08 | Switch to <rpm/foo.h> style for public headers | Panu Matilainen | 1 | -2/+2 |
2007-12-07 | Yet more rpmbuild fixups from rpmerr.h removal (partly from rpm5.org) | Panu Matilainen | 1 | -5/+5 |
2007-11-23 | Use #include <x.h> syntax to include public headers. | Ralf Corsépius | 1 | -2/+2 |
2007-11-19 | Lose rpmerr.h for good | Panu Matilainen | 1 | -1/+1 |
2007-11-19 | Replace all RPMERR_* etc uses with corresponding RPMLOG_* levels | Panu Matilainen | 1 | -6/+6 |
2007-10-09 | Make rpmerr.h private, include directly where needed. | Panu Matilainen | 1 | -0/+1 |
2007-10-09 | Replace all rpmError() uses with rpmlog() | Panu Matilainen | 1 | -3/+3 |
2007-09-21 | Rename Spec -> rpmSpec for namespacing | Panu Matilainen | 1 | -1/+1 |
2007-09-11 | Remove splint tags. | Ralf Corsépius | 1 | -10/+5 |
2004-10-17 | - permit Conflicts: /path/to/file. | jbj | 1 | -14/+0 |
2004-10-17 | fix: legacy syntax not even close. | jbj | 1 | -1/+0 |
2004-10-09 | Splint fiddles. | jbj | 1 | -23/+23 |
2002-12-12 | - fix: add rpmlib(VersionedDependencies) if versioned Provides: found. | jbj | 1 | -1/+1 |
2002-07-02 | Add boundsread annotations throughout, enable +bounds checking. | jbj | 1 | -0/+2 |
2001-10-15 | Explicit branchstate annotations. | jbj | 1 | -0/+2 |
2001-10-15 | lclint fiddles to annotate globals. | jbj | 1 | -0/+1 |
2001-10-13 | More lclint annotations. | jbj | 1 | -5/+5 |
2001-06-05 | - fix typos in linux.{req,prov}. | jbj | 1 | -2/+2 |
2001-04-30 | - yet more boring lclint annotations and fiddles. | jbj | 1 | -3/+3 |
2001-04-29 | - globalize _free(3) wrapper in rpmlib.h, consistent usage throughout. | jbj | 1 | -10/+10 |
2001-01-15 | - fix: extra newline in many error messages (#23947). | jbj | 1 | -4/+4 |
2001-01-11 | doxygen annotations for build/*. | jbj | 1 | -1/+2 |
2000-12-12 | Sync with rpm-4_0 branch. | jbj | 1 | -0/+1 |
2000-11-12 | - fine-grained Requires, remove install PreReq's from Requires db. | jbj | 1 | -1/+1 |
2000-08-27 | Doxygen annotations. | jbj | 1 | -1/+2 |
2000-08-14 | - disable rpmlib(VersionedDependencies) by defining _noVersionedDependencies. | jbj | 1 | -1/+2 |
2000-07-11 | - fix: set multilibno on sparc per-platform config. | jbj | 1 | -1/+1 |
2000-07-11 | - remove build mode help from rpm.c, use rpmb instead. | jbj | 1 | -4/+2 |
2000-07-09 | - prefix payload paths with "./", otherwise "/" can't be represented. | jbj | 1 | -4/+4 |
2000-07-05 | - change optflags for i386. | jbj | 1 | -13/+14 |
2000-06-23 | - support for separate source/binary compression policy. | jbj | 1 | -7/+0 |
2000-01-24 | Documentation sugar. | jbj | 1 | -0/+5 |