summaryrefslogtreecommitdiff
path: root/rpm.c
AgeCommit message (Expand)AuthorFilesLines
1998-04-03Make --rmsource actually work.marc1-2/+6
1998-04-031) fixed --nomd5 parsingewt1-1/+1
1998-03-27added trigger supportewt1-40/+47
1998-03-041) version 2.4.104ewt1-1/+1
1998-03-04moved popt table to global scope to satisfy broken compilersewt1-93/+168
1998-01-29fixed problems in file relocationewt1-3/+14
1998-01-28implemented most of generic package relocationewt1-3/+40
1998-01-14Fix (and slightly change effects of) --rebuild and --recompile.marc1-7/+8
1998-01-13Temp turn off -p "foo foo foo" in CHANGELOG.marc1-0/+1
1998-01-12merged in Marc's new build codeewt1-159/+42
1997-10-29ignore cookiesmarc1-1/+1
1997-09-19popt is it's own libraryewt1-1/+1
1997-08-21added --noorderewt1-3/+9
1997-07-25Modify to allow BuildArchitectures:marc1-19/+37
1997-07-24Added --justdbewt1-4/+15
1997-06-19Placed include of <sys/wait.h> after <sys/resource.h> for AIXewt1-1/+1
1997-06-171) added 's', 'm', 'n' to fflags type tagewt1-3/+13
1997-06-16dded --changelog to help, usage, and rpm.8ewt1-1/+4
1997-06-02Use pclose() w/ popen(), not fclose()ewt1-1/+1
1997-05-28Fixed some missing >] in usage messageewt1-2/+2
1997-05-27added info on --build{arch|os} to --help and usage messagesewt1-3/+8
1997-05-20Must include <sys/tiome.h> before <sys/resource.h> for SunOSewt1-1/+1
1997-05-20Added more includes of <sys/time.h> and <sys/resource.h> for AIXewt1-0/+2
1997-05-15Include "miscfn.h" in a few more places.ewt1-0/+1
1997-05-15Allow --dbpath during --rebuildbdbewt1-1/+1
1997-05-12Added includes of miscfn.hewt1-1/+1
1997-05-07Fixed broken brackets in help document.ewt1-1/+1
1997-05-07Minor cleanups.ewt1-1/+7
1997-05-02Fixed some typos in strings.ewt1-3/+3
1997-04-28- changed LIBRPMRC_FILENAME, LIBRPMALIAS_FILENAME, RPMNLSDIRewt1-2/+2
1997-03-31added --allmatchesewt1-2/+11
1997-03-201) added typecast around getpid() to let us printf it on all platformsewt1-2/+2
1997-03-11-ta didn't handle absolute paths to tar files properlyewt1-4/+7
1997-03-04added include of <sys/types.h>ewt1-0/+1
1997-02-25added -t? functionalityewt1-18/+100
1997-02-17be a bit more carefull about checking --rcfiles argumentewt1-4/+5
1997-02-17redid -i parsing, moved --info and --requires to popt aliasesewt1-17/+11
1997-02-17--ftp* arguments should work with -Vp as wellewt1-1/+2
1997-02-14restored include of <locale.h>ewt1-0/+1
1997-02-12fixed -r, --root processingewt1-2/+1
1997-01-30fixed sigcheck w/ always failed with a made up errorewt1-1/+0
1997-01-30changed fixperms to setpermsewt1-2/+2
1997-01-301) removed --provides, --scripts (moved to rpmpopt)ewt1-94/+30
1997-01-24use RPMNLS* rather then NLS*ewt1-2/+2
1997-01-23added --nomd5ewt1-4/+22
1997-01-201) sanity check --timecheckewt1-2/+8
1997-01-171) added --pipeewt1-44/+54
1997-01-16switched from getopt to poptewt1-141/+142
1997-01-02changes to be more i18n friendlyewt1-113/+214
1996-12-12made include of alloca.h conditionalewt1-1/+1