summaryrefslogtreecommitdiff
path: root/lib/rpmrc.c
AgeCommit message (Expand)AuthorFilesLines
1999-12-16fix: missing strdup when overriding buildroot from command linejbj1-24/+47
1999-12-12reload macros from cmd line when re-reading config files.jbj1-3/+3
1999-11-14lib/rpmio.c: Implement per-fd layers as a stack, add fdPush/fdPop.jbj1-23/+24
1999-11-12Use Fstrerror on ufdio throughut.jbj1-5/+9
1999-11-10Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return.jbj1-8/+6
1999-11-04Use Fopen almost everywhere.jbj1-77/+96
1999-11-02Add ref/deref/new/fileno/open vectors to FDIO_t.jbj1-3/+3
1999-10-30Rename faFoo() routines, use FD_t I/O with fadio cookie throughout.jbj1-2/+6
1999-10-30Make fdFileno() static, use Fileno()/Ferror() analogues throughout.jbj1-4/+6
1999-10-29fix: resurrect multiple target platform builds.jbj1-1/+1
1999-10-29check for memory leaks (almost all leaks are plugged).jbj1-55/+34
1999-10-27use compressed filenames on install side.jbj1-34/+37
1999-10-20lclint annotations.jbj1-4/+6
1999-09-21fix: removed files fingerprint memory leak.jbj1-2/+2
1999-09-21fix: command line install had header memory leak.jbj1-36/+95
1999-09-17lclint annotations.jbj1-2/+2
1999-09-07add sparcv9 architecture.jbj1-0/+23
1999-07-13Perl bindings needjbj1-2/+2
1999-05-26Typo.jbj1-0/+1
1999-05-25permit multiple "Provides: " lines in rpmrc (#2999).jbj1-75/+90
1999-05-18On HP-UX, FILENAME_MAX is only 14 -- use 4096 instead.jbj1-1/+1
1999-04-26fix: optflags not implicitly set to canonical arch value.jbj1-0/+9
1999-04-07Use fdRead, not read typo.jbj1-1/+1
1999-04-06fix: os was not initialized with "--target i586".jbj1-12/+24
1999-04-05fix: segfault while parsing target string.jbj1-9/+12
1999-04-01add per-target macrofiles to search path.jbj1-50/+60
1999-03-31(re-)enable fixowner/fixgroup macros.jbj1-2/+2
1999-03-28Eliminate ftp/http proxy vars.jbj1-17/+0
1999-03-28fix: avoid segfault using --prefix until ewt fixes.jbj1-84/+1
1999-03-22fix: don't add header if signature generation failed (Carlo Wood).jbj1-5/+4
1999-03-20eliminate old rpmrc configuration syntax.jbj1-65/+61
1999-03-16Fix newSpec in "rpm -q --specfile --specedit"jbj1-18/+14
1999-03-12Resurrect --target.jbj1-47/+68
1999-02-26fix: build of packages w/o BuildRoot segfault.jbj1-1/+4
1999-01-091998 8 Jan Toshio Kuratomi <badger@prtr-13.ucsc.edu>jbj1-0/+2
1999-01-05Expand path macros with rpmGetPath(path, ...).jbj1-0/+28
1998-12-02Compile in default macro values sufficient to pass make check.jbj1-3/+25
1998-12-02change --rcfile to permit colon separated file list.jbj1-61/+94
1998-12-02Sanity.jbj1-70/+14
1998-12-01More build popts moved to build.cjbj1-159/+115
1998-11-20Sanity.jbj1-1/+1
1998-11-19lclint noise.jbj1-0/+2
1998-11-18implement abstract fd type almost everywhere.jbj1-25/+20
1998-11-16LCLINT pass 0.jbj1-0/+5
1998-10-15augment --showrc with -v, only display set variables without -v.jbj1-7/+16
1998-10-08Consolidate i18n baggage into AM_GNU_GETTEXT and system.h.jbj1-1/+0
1998-10-08egcs warning removal.jbj1-1/+0
1998-10-07fix per-arch macro setting (e.g. optflags).jbj1-19/+16
1998-10-07attempt to deal rationally with os as "Linux" or "linux".jbj1-8/+34
1998-10-07Typo.jbj1-1/+1