summaryrefslogtreecommitdiff
path: root/rpm.c
AgeCommit message (Collapse)AuthorFilesLines
1998-04-03Make --rmsource actually work.marc1-2/+6
CVS patchset: 2070 CVS date: 1998/04/03 17:14:21
1998-04-031) fixed --nomd5 parsingewt1-1/+1
2) updated configure.in find-req and find-prov checks CVS patchset: 2068 CVS date: 1998/04/03 16:33:19
1998-03-27added trigger supportewt1-40/+47
CVS patchset: 2049 CVS date: 1998/03/27 16:46:39
1998-03-041) version 2.4.104ewt1-1/+1
2) changed (C) to 1998 CVS patchset: 2032 CVS date: 1998/03/04 21:39:35
1998-03-04moved popt table to global scope to satisfy broken compilersewt1-93/+168
CVS patchset: 2028 CVS date: 1998/03/04 16:57:29
1998-01-29fixed problems in file relocationewt1-3/+14
CVS patchset: 1980 CVS date: 1998/01/29 19:39:12
1998-01-28implemented most of generic package relocationewt1-3/+40
CVS patchset: 1979 CVS date: 1998/01/28 16:49:43
1998-01-14Fix (and slightly change effects of) --rebuild and --recompile.marc1-7/+8
CVS patchset: 1962 CVS date: 1998/01/14 04:14:35
1998-01-13Temp turn off -p "foo foo foo" in CHANGELOG.marc1-0/+1
Forgot to turn on rmsource. CVS patchset: 1958 CVS date: 1998/01/13 19:53:07
1998-01-12merged in Marc's new build codeewt1-159/+42
CVS patchset: 1956 CVS date: 1998/01/12 21:31:29
1997-10-29ignore cookiesmarc1-1/+1
CVS patchset: 1877 CVS date: 1997/10/29 15:55:29
1997-09-19popt is it's own libraryewt1-1/+1
CVS patchset: 1834 CVS date: 1997/09/19 14:08:10
1997-08-21added --noorderewt1-3/+9
CVS patchset: 1788 CVS date: 1997/08/21 01:23:14
1997-07-25Modify to allow BuildArchitectures:marc1-19/+37
CVS patchset: 1773 CVS date: 1997/07/25 13:09:05
1997-07-24Added --justdbewt1-4/+15
CVS patchset: 1771 CVS date: 1997/07/24 15:15:48
1997-06-19Placed include of <sys/wait.h> after <sys/resource.h> for AIXewt1-1/+1
CVS patchset: 1699 CVS date: 1997/06/19 13:17:45
1997-06-171) added 's', 'm', 'n' to fflags type tagewt1-3/+13
2) implemented missingok 3) added --allfiles CVS patchset: 1691 CVS date: 1997/06/17 15:37:28
1997-06-16dded --changelog to help, usage, and rpm.8ewt1-1/+4
CVS patchset: 1689 CVS date: 1997/06/16 18:24:50
1997-06-02Use pclose() w/ popen(), not fclose()ewt1-1/+1
CVS patchset: 1677 CVS date: 1997/06/02 14:01:29
1997-05-28Fixed some missing >] in usage messageewt1-2/+2
CVS patchset: 1665 CVS date: 1997/05/28 14:21:27
1997-05-27added info on --build{arch|os} to --help and usage messagesewt1-3/+8
CVS patchset: 1660 CVS date: 1997/05/27 14:01:14
1997-05-20Must include <sys/tiome.h> before <sys/resource.h> for SunOSewt1-1/+1
CVS patchset: 1653 CVS date: 1997/05/20 17:43:34
1997-05-20Added more includes of <sys/time.h> and <sys/resource.h> for AIXewt1-0/+2
CVS patchset: 1646 CVS date: 1997/05/20 15:42:27
1997-05-15Include "miscfn.h" in a few more places.ewt1-0/+1
CVS patchset: 1629 CVS date: 1997/05/15 14:04:39
1997-05-15Allow --dbpath during --rebuildbdbewt1-1/+1
CVS patchset: 1625 CVS date: 1997/05/15 14:00:14
1997-05-12Added includes of miscfn.hewt1-1/+1
CVS patchset: 1618 CVS date: 1997/05/12 13:28:15
1997-05-07Fixed broken brackets in help document.ewt1-1/+1
CVS patchset: 1616 CVS date: 1997/05/07 20:08:11
1997-05-07Minor cleanups.ewt1-1/+7
CVS patchset: 1600 CVS date: 1997/05/07 14:56:06
1997-05-02Fixed some typos in strings.ewt1-3/+3
CVS patchset: 1585 CVS date: 1997/05/02 00:49:42
1997-04-28- changed LIBRPMRC_FILENAME, LIBRPMALIAS_FILENAME, RPMNLSDIRewt1-2/+2
directories to @sysconfdir@, @sysconfdir@, and @datadir@ to better conform with autoconf - set RPM_INSTALL_PREFIX environment variable when running verify scripts - beginnings of SCO support (though I suspect it will take one or two more iterations to get it right) - switched to CVS and updated some Makefile rules - look for gethostbyname() instead of gethostname() in -nsl (this could break some things) - added check for strcasecmp() in -lucb on systems which don't have strcasecmp() in libc - don't build -static on hpux10 - don't try and NLS empty strings - changed index() call to strchr() in macro code - include <time.h> in build/spec.c for various platforms - added update-po rule to po/Makefile.in - updated de.po (thanks to Karl Eichwalder) CVS patchset: 1554 CVS date: 1997/04/28 20:45:05
1997-03-31added --allmatchesewt1-2/+11
CVS patchset: 1516 CVS date: 1997/03/31 20:15:31
1997-03-201) added typecast around getpid() to let us printf it on all platformsewt1-2/+2
2) fixed spelling of deprecated CVS patchset: 1492 CVS date: 1997/03/20 15:19:00
1997-03-11-ta didn't handle absolute paths to tar files properlyewt1-4/+7
CVS patchset: 1482 CVS date: 1997/03/11 17:10:04
1997-03-04added include of <sys/types.h>ewt1-0/+1
CVS patchset: 1469 CVS date: 1997/03/04 02:18:55
1997-02-25added -t? functionalityewt1-18/+100
CVS patchset: 1458 CVS date: 1997/02/25 23:17:38
1997-02-17be a bit more carefull about checking --rcfiles argumentewt1-4/+5
CVS patchset: 1436 CVS date: 1997/02/17 20:28:50
1997-02-17redid -i parsing, moved --info and --requires to popt aliasesewt1-17/+11
CVS patchset: 1428 CVS date: 1997/02/17 20:18:36
1997-02-17--ftp* arguments should work with -Vp as wellewt1-1/+2
CVS patchset: 1425 CVS date: 1997/02/17 16:52:45
1997-02-14restored include of <locale.h>ewt1-0/+1
CVS patchset: 1410 CVS date: 1997/02/14 02:04:04
1997-02-12fixed -r, --root processingewt1-2/+1
CVS patchset: 1402 CVS date: 1997/02/12 04:48:37
1997-01-30fixed sigcheck w/ always failed with a made up errorewt1-1/+0
CVS patchset: 1394 CVS date: 1997/01/30 21:27:10
1997-01-30changed fixperms to setpermsewt1-2/+2
CVS patchset: 1390 CVS date: 1997/01/30 20:14:22
1997-01-301) removed --provides, --scripts (moved to rpmpopt)ewt1-94/+30
2) concatenates multiple query formats 3) doesn't support stdin query/verify modes (thank god) CVS patchset: 1384 CVS date: 1997/01/30 19:59:14
1997-01-24use RPMNLS* rather then NLS*ewt1-2/+2
CVS patchset: 1356 CVS date: 1997/01/24 19:04:14
1997-01-23added --nomd5ewt1-4/+22
CVS patchset: 1347 CVS date: 1997/01/23 20:56:16
1997-01-201) sanity check --timecheckewt1-2/+8
2) print usefull errors during argument processing CVS patchset: 1325 CVS date: 1997/01/20 22:16:01
1997-01-171) added --pipeewt1-44/+54
2) read popt config files 3) takes advantage of some popt shortcuts CVS patchset: 1322 CVS date: 1997/01/17 21:58:00
1997-01-16switched from getopt to poptewt1-141/+142
CVS patchset: 1304 CVS date: 1997/01/16 23:26:42
1997-01-02changes to be more i18n friendlyewt1-113/+214
CVS patchset: 1266 CVS date: 1997/01/02 17:48:56
1996-12-12made include of alloca.h conditionalewt1-1/+1
CVS patchset: 1227 CVS date: 1996/12/12 03:32:22