summaryrefslogtreecommitdiff
path: root/lib/misc.c
AgeCommit message (Expand)AuthorFilesLines
2000-04-21fix: legacy packages required provides EVR/Flags to be added.jbj1-12/+23
2000-04-13add explcit "Provides: name = [epoch:]version-release" to headers.jbj1-0/+68
2000-03-23- API: change dbi to pass by reference, not value.jbj1-1/+2
2000-03-13use DIRNAMES/BASENAMES/DIRINDICES not FILENAMES in packages and db.jbj1-1/+1
2000-02-24Automake portability diddles.jbj1-1/+1
2000-02-23First attempt at rpmHeaderGetEntry().jbj1-0/+52
1999-12-15fix: compressFileList was over-generating dirNames.jbj1-9/+20
1999-12-12lib/rpminstall.c: Perform glob on remote ftp install args.jbj1-4/+9
1999-12-12perform glob on remote ftp queries.jbj1-0/+102
1999-12-11partial implementation for ftp globbing.jbj1-0/+32
1999-12-08rename new FILENAMES tags to BASENAMES/DIRNAMES/DIRINDEXES.jbj1-12/+12
1999-12-07Makefile.am: Add RPM-GPG-KEY to the package.jbj1-2/+4
1999-12-01Add underscore in front of (possibly) non-supported FDIO_t vectors.jbj1-1/+1
1999-11-26Consistent usage for fileNames, baseNames, dirNames and dirIndexes throughout.jbj1-101/+147
1999-11-24lib/macro.c: Canonicalize paths in rpmGetPath().jbj1-0/+4
1999-11-19macros.in: Add buildsubdir and scriptlet template macros.jbj1-15/+11
1999-11-18The death of lib/ftp.c, merged into lib/rpmio.c.jbj1-40/+34
1999-11-14lib/rpmio.c: Implement per-fd layers as a stack, add fdPush/fdPop.jbj1-7/+9
1999-11-12Use Fstrerror on ufdio throughut.jbj1-11/+11
1999-11-10Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return.jbj1-26/+51
1999-11-02Add ref/deref/new/fileno/open vectors to FDIO_t.jbj1-1/+1
1999-10-31Spec: Add rootdir (as in chroot).jbj1-12/+25
1999-10-30Rename faFoo() routines, use FD_t I/O with fadio cookie throughout.jbj1-4/+18
1999-10-30Make fdFileno() static, use Fileno()/Ferror() analogues throughout.jbj1-6/+7
1999-10-29check for memory leaks (almost all leaks are plugged).jbj1-12/+15
1999-10-21lclint annotations and compiler cruft.jbj1-2/+2
1999-10-21got installs/removes working with new file listsewt1-4/+16
1999-10-20lclint annotations.jbj1-6/+6
1999-10-08Use xmalloc/xstrdup rather than malloc/strdup.jbj1-3/+3
1999-10-06fixed bug w/ compressing file listsewt1-1/+3
1999-10-06first steps toward getting compressed file lists to work -- most thingsewt1-0/+96
1999-09-21fix: removed files fingerprint memory leak.jbj1-2/+2
1999-09-21fix: command line install had header memory leak.jbj1-9/+9
1999-07-13Perl bindings needjbj1-2/+2
1999-06-30avoid numeric overflow in version comparison (Thayne Harbaugh<tharbaug@libera...jbj1-11/+36
1999-04-03add name/version/release macros during src.rpm install.jbj1-0/+1
1999-01-08added currentDirectory()ewt1-0/+14
1999-01-06propagate "const char *" into rpmlib prototypes.jbj1-16/+25
1998-11-30switched exists() to rpmfileexists()ewt1-1/+1
1998-11-20Sanity.jbj1-1/+2
1998-11-18implement abstract fd type almost everywhere.jbj1-8/+5
1998-11-16LCLINT pass 0.jbj1-0/+3
1998-10-08Consolidate i18n baggage into AM_GNU_GETTEXT and system.h.jbj1-1/+0
1998-09-14eliminate infinite loop with missing tmpdir (Trent Jarvi).jbj1-1/+4
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/+1
1998-05-21- make %doc script obey --testmarc1-8/+2
1998-03-03be more paranoid abou temporary filesewt1-1/+12
1998-01-12merged in Marc's new build codeewt1-1/+1