summaryrefslogtreecommitdiff
path: root/lib/rpmrc.c
AgeCommit message (Collapse)AuthorFilesLines
2002-08-20- check for interrupt during iteration.jbj1-3/+5
- python: add ts.setProbFilter() method, remove ts.run() argument. CVS patchset: 5652 CVS date: 2002/08/20 22:05:18
2002-08-19- add --with-efence to configure, check install/upgrade with efence.jbj1-0/+6
- beecrypt: short hex string conversion overflows target buffer. - mark "successors only" packages in transaction. - reap scriptlets with SIGCHLD handler. - rename PSM_t to rpmpsm, add methods and refcounts to manage. - remove %%configure/%%makeinstall from arch-os/macros, default is OK. - don't export MALLOC_CHECK_ to scriptlets. - squeaky clean memory leak checking. - always malloc rpmfi structure, refcounts are correct in rpmtsRun(). - skip redundant /sbin/ldconfig scripts on upgrade (if possible). CVS patchset: 5645 CVS date: 2002/08/19 22:27:44
2002-08-02- fix: identify athlon with 3DNOWEXT as "athlon", not "i786" (#70539).jbj1-1/+1
CVS patchset: 5591 CVS date: 2002/08/02 12:49:27
2002-07-30installplatform clean up, add athlon (PLD).jbj1-3/+3
CVS patchset: 5582 CVS date: 2002/07/30 17:07:39
2002-07-30- detect athlon/duron with CMOV (PLD).jbj1-5/+11
CVS patchset: 5581 CVS date: 2002/07/30 16:39:08
2002-07-25- fix: --repackage repaired (#67217).jbj1-1/+1
- fix: rpm2cpio disables signature checks (i.e. same behavior). CVS patchset: 5574 CVS date: 2002/07/25 23:36:32
2002-06-22Factor bounds checking annotations into source code.jbj1-0/+2
CVS patchset: 5521 CVS date: 2002/06/22 18:51:56
2002-06-19Annotate incondefs in source code.jbj1-0/+2
CVS patchset: 5509 CVS date: 2002/06/19 18:52:46
2002-06-09Sanity.jbj1-1/+3
CVS patchset: 5477 CVS date: 2002/06/09 22:15:16
2002-06-05Lclint fiddles.jbj1-5/+17
CVS patchset: 5468 CVS date: 2002/06/05 22:07:55
2002-06-04- use /etc/rpm/platform (if it exists), rather than uname(2), for arch.jbj1-1/+122
CVS patchset: 5464 CVS date: 2002/06/04 22:02:15
2002-05-13AIX fiddles (Albert Chin <rpm-list@thewrittenword.com>).jbj1-2/+2
CVS patchset: 5434 CVS date: 2002/05/13 22:45:30
2002-05-02- eliminate db1 support.jbj1-1/+1
- fix: rpmdb iterator memory leak in python bindings. - fix: include <sys/time.h> for 6.2 python modules. - remove vestiges of mipseb arch (#62408). CVS patchset: 5414 CVS date: 2002/05/02 22:16:30
2002-05-01- attempt to make peace with automake-1.6.1, autoconf-2.53.jbj1-1/+1
- rip out two layers of dbN gook, internal Berkeley db is here to stay. CVS patchset: 5412 CVS date: 2002/05/01 22:13:00
2002-01-27Merge from rpm-4.0.4.jbj1-10/+28
- trap SIGILL for ppc64 inline asm voodoo fix from cross-dressed ppc32. - fix: fancy hash fiddles if not a tty. - fix: handle /.../ correctly in rpmCleanPath(). CVS patchset: 5274 CVS date: 2002/01/27 16:49:06
2001-12-09- solaris: translate i86pc to i386 (#57182).jbj1-0/+6
CVS patchset: 5218 CVS date: 2001/12/09 20:17:38
2001-10-17Converging on lclint-3.0.17 strict level.jbj1-125/+123
CVS patchset: 5118 CVS date: 2001/10/17 16:43:36
2001-10-16More lclint annotations.jbj1-3/+3
CVS patchset: 5116 CVS date: 2001/10/16 14:58:57
2001-10-15More branchstate lclint annotations.jbj1-2/+12
CVS patchset: 5114 CVS date: 2001/10/15 19:27:13
2001-10-15Explicit branchstate annotations.jbj1-14/+62
CVS patchset: 5113 CVS date: 2001/10/15 17:53:34
2001-10-15lclint fiddles to annotate globals.jbj1-2/+5
CVS patchset: 5106 CVS date: 2001/10/15 03:22:10
2001-10-13More lclint annotations.jbj1-6/+7
CVS patchset: 5105 CVS date: 2001/10/13 22:01:38
2001-10-13- ratchet up to lclint "strict" level.jbj1-1/+2
CVS patchset: 5104 CVS date: 2001/10/13 19:35:58
2001-09-25- legacy: drop brokenMD5 support (rrpm-2.3.3 to rpm-2.3.8 on sparc).jbj1-24/+10
- eliminate DYING code. CVS patchset: 5082 CVS date: 2001/09/25 20:51:34
2001-09-24Move to lclint-3.0.0.15, revisit and clean up annotations.jbj1-2/+8
intl/: Add gettext orphans. popt/intl/: Add gettext orphans. beecrypt: Add beecrypt repository. rpmio/tdigest.c: Add beecrypt digest checks. CVS patchset: 5077 CVS date: 2001/09/24 21:53:14
2001-09-21- lclint-3.0.0.15 fiddles.jbj1-0/+2
CVS patchset: 5067 CVS date: 2001/09/21 15:07:11
2001-08-15- always use dl size in regionSwab() return.jbj1-1/+1
- ppc: revert ppcmac to ppc. - ppc: autoconf test for va_copy. CVS patchset: 5015 CVS date: 2001/08/15 14:03:03
2001-07-24- rename pmac to ppcmac.jbj1-2/+2
- ia64: revert -O0 compilation. - upgrade to db-3.3.11 final. CVS patchset: 4984 CVS date: 2001/07/24 02:52:52
2001-07-23- add pmac/ppciseries/ppcpseries varieties to ppc arch family.jbj1-0/+15
- include tdigest.c tkey.c and trpmio.c to "make dist". - re-enable dependency resolution source from package NVR. CVS patchset: 4973 CVS date: 2001/07/23 16:02:27
2001-06-05- fix typos in linux.{req,prov}.jbj1-46/+88
CVS patchset: 4834 CVS date: 2001/06/05 19:26:22
2001-06-04lclint fiddles.jbj1-8/+11
CVS patchset: 4833 CVS date: 2001/06/04 13:55:58
2001-05-31- return multiple suggested packages (Pawel Kolodziej <pawelk@pld.org.pl>).jbj1-3/+3
- fix: return suggested packages when using Depends cache. CVS patchset: 4823 CVS date: 2001/05/31 22:31:14
2001-05-30- fix: for busted db1, attempt chain reconnection to following record.jbj1-1/+1
CVS patchset: 4819 CVS date: 2001/05/30 22:42:43
2001-05-08- create rpmdb.la so that linkage against rpm's db-3.2.9 is possible.jbj1-1/+1
CVS patchset: 4752 CVS date: 2001/05/08 00:03:14
2001-05-05- enough lclint annotations and fiddles already.jbj1-1/+5
CVS patchset: 4741 CVS date: 2001/05/05 19:28:32
2001-05-03- still more boring lclint annotations and fiddles.jbj1-79/+101
CVS patchset: 4738 CVS date: 2001/05/03 21:00:18
2001-04-30- yet more boring lclint annotations and fiddles.jbj1-4/+4
CVS patchset: 4732 CVS date: 2001/04/30 22:32:22
2001-04-29- more boring lclint annotations and fiddles.jbj1-15/+27
CVS patchset: 4725 CVS date: 2001/04/29 22:43:01
2001-04-29- globalize _free(3) wrapper in rpmlib.h, consistent usage throughout.jbj1-94/+72
- internalize locale insensitive ctype(3) in rpmio.h - boring lclint annotations and fiddles. CVS patchset: 4721 CVS date: 2001/04/29 01:05:43
2001-03-15- add cpuid asm voodoo to detect athlon processors.jbj1-1/+28
CVS patchset: 4634 CVS date: 2001/03/15 18:55:06
2001-03-14Update to doxygen-1.2.6 configuration.jbj1-0/+2
Add manual files to Doxfile.in. lclint annotations. CVS patchset: 4624 CVS date: 2001/03/14 23:09:09
2001-03-14Sync with rpm-4.0.2 final.jbj1-0/+123
CVS patchset: 4621 CVS date: 2001/03/14 18:07:47
2001-01-15- fix: extra newline in many error messages (#23947).jbj1-19/+20
- fix: rpm -Va with db1 needs per-iterator, not per-index, offset. - add install/remove transaction id tags. CVS patchset: 4441 CVS date: 2001/01/15 23:09:42
2001-01-03- fix: avoid locale issues with strcasecmp/strncasecmp (#23199).jbj1-11/+3
- remove almost all explicit uses of stderr in rpmlib using rpmError(). CVS patchset: 4406 CVS date: 2001/01/03 20:19:27
2000-12-12Sync with rpm-4_0 branch.jbj1-37/+38
CVS patchset: 4338 CVS date: 2000/12/12 20:03:45
2000-12-04Sync with rpm-4_0 branch.jbj1-0/+2
CVS patchset: 4315 CVS date: 2000/12/04 00:55:17
2000-09-14Revert rpmrc excision for now.jbj1-151/+1347
rpmio: add rpmlog.c/rpmlog.h. CVS patchset: 4163 CVS date: 2000/09/14 11:42:48
2000-09-01- unify rpmError and rpmMessge interfaces through rpmlog.jbj1-13/+16
- collect and display rpm build error messages at end of build. CVS patchset: 4149 CVS date: 2000/09/01 21:15:40
2000-08-27Rip out rpmrc configuration.jbj1-1318/+145
CVS patchset: 4134 CVS date: 2000/08/27 19:43:51
2000-07-17Sync with rpm-3.0.5 chnages.jbj1-1/+1
CVS patchset: 3958 CVS date: 2000/07/17 00:40:17