summaryrefslogtreecommitdiff
path: root/lib/uninstall.c
AgeCommit message (Expand)AuthorFilesLines
1999-02-21dded FA_ to enum fileActions stuffewt1-8/+8
1999-02-17moved things to transaction flags from independent install/uninstall flagsewt1-12/+12
1999-02-07added fdScript stuffewt1-12/+14
1999-01-19added SAVENSTATE actionewt1-0/+1
1999-01-13Don't free alooca memory.jbj1-1/+0
1999-01-13Fix: seg fault due to multiple close in runScript().jbj1-7/+3
1999-01-06propagate "const char *" into rpmlib prototypes.jbj1-24/+27
1999-01-05Expand path macros with rpmGetPath(path, ...).jbj1-0/+7
1999-01-04Use an action list which is passed into removeBinaryPackage() rather thenewt1-307/+41
1998-12-31renamed some enums to avoid conflicts with enums now defined in install.hewt1-11/+11
1998-12-16first pass at new transaction api; basic installing/removing worksewt1-1/+2
1998-11-25Add dup for the "other" gzdopen premature close.jbj1-1/+2
1998-11-19lclint noise.jbj1-5/+8
1998-11-19finish hiding rpmdb index record data ("matches").jbj1-24/+29
1998-11-18implement abstract fd type almost everywhere.jbj1-16/+16
1998-11-16LCLINT pass 0.jbj1-13/+13
1998-11-08remove redundant md5 computation on uninstall.jbj1-1/+1
1998-11-07don't compute md5sum on non-file %config objects. (from Jos Vos)jbj1-1/+3
1998-10-08Consolidate i18n baggage into AM_GNU_GETTEXT and system.h.jbj1-1/+0
1998-09-27add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)jbj1-22/+22
1998-07-31Macro handling in rpmlib -- rework include: tag with macro expansion.jbj1-1/+0
1998-07-30Consolidated includes for librpmbuild API.jbj1-5/+1
1998-07-25Aggregate system includes into system.h.jbj1-14/+2
1998-06-301) added NOTRIGGERS supportewt1-11/+29
1998-05-26- set file states to missing for --justdb packagesewt1-4/+23
1998-04-20need to init freePrefixesewt1-1/+1
1998-04-09Jeff Johnson's memleak patchesmarc1-1/+1
1998-04-05fixed bad variable nameewt1-1/+1
1998-04-05implemented %triggerpostunewt1-0/+5
1998-03-27added trigger supportewt1-89/+245
1998-02-081) fixed RPM_INSTALL_PREFIXn env variablesewt1-4/+27
1998-01-29fixed problems in file relocationewt1-12/+35
1998-01-08don't run scripts in test modeewt1-8/+12
1997-10-29don't give an error if missingok files don't exist on -eewt1-2/+5
1997-10-17Handle scripts where script prog in a string array.marc1-36/+84
1997-09-14fixed size in write()ewt1-1/+1
1997-09-12do "set -x" as "set -xs" is simply brokenewt1-1/+1
1997-09-09pre/post script processing had some erroneous free() callsewt1-2/+4
1997-08-28only write install prefix env variable if one is definedewt1-1/+2
1997-08-28replaced temporary file creation to be significantly saferewt1-38/+2
1997-08-28set RPM_INSTALL_PREFIX properlyewt1-0/+3
1997-07-24Added --justdbewt1-2/+6
1997-07-16Implements POSTUNPROG-type tagsewt1-41/+100
1997-05-20Must include <sys/tiome.h> before <sys/resource.h> for SunOSewt1-1/+1
1997-05-20Moved includes of miscfn.h to the top.ewt1-1/+1
1997-05-20Added more includes of <sys/time.h> and <sys/resource.h> for AIXewt1-0/+1
1997-05-16Applied changes for AIX. This involved using <sys/select.h> if it's available.ewt1-0/+1
1997-05-07Added config.h, miscfn.h header filesewt1-0/+1
1997-05-01Made messages translatable.ewt1-13/+19
1997-02-121) don't remove pre/post scripts if isdebug is setewt1-2/+2