summaryrefslogtreecommitdiff
path: root/rpm.c
AgeCommit message (Expand)AuthorFilesLines
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
1996-12-06if spec check fails, fail.root1-6/+5
1996-11-221) changed some "uninstall" references to "erase" referencesewt1-8/+11
1996-11-18The Great Renamingroot1-40/+40
1996-10-31--root should work with --initdbewt1-1/+1
1996-10-20return rc from doUninstall()ewt1-1/+2
1996-10-20added --ftpproxy, --ftpportewt1-12/+41
1996-09-29removed definition of _() which gets set by configureewt1-2/+0
1996-09-16--rebuilddb supports --root, say so in --helpewt1-0/+1
1996-09-16added --rebuildewt1-3/+20
1996-09-02--test for buildingroot1-3/+7
1996-09-01added --qf as an alias to --queryformat, but didn't document it as itewt1-0/+1
1996-08-20complain if spec file is not a regular fileroot1-0/+8
1996-08-07fixed --group query specifierewt1-1/+0