summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)AuthorFilesLines
2000-06-09Move low level support routines to librpmio.jbj6-9/+10
2000-06-07Sanity (make dist).jbj1-1/+1
2000-06-07- create rpmio directory for librpmio.jbj1-3/+10
2000-06-01Move noLang to rpmlib.jbj1-1/+1
2000-06-01Split popt glue into lib/popt{BT,QV}.c.jbj1-1/+1
2000-05-31Sanity (make dist).jbj1-0/+2
2000-05-30- mark packaging with version 4 to reflect filename/provide changes.jbj1-1/+1
2000-04-13add explcit "Provides: name = [epoch:]version-release" to headers.jbj1-0/+2
2000-04-13Sanity (bump release).jbj1-1/+1
2000-04-13The death of rpmdbFindBy{Group,TriggeredBy,Header}.jbj4-10/+8
2000-03-23- API: change dbi to pass by reference, not value.jbj2-7/+5
2000-02-29Can't print a NULL on non-GNU systems.jbj2-2/+2
2000-02-27Permit building w/o libbz2.a.jbj1-1/+1
2000-02-27Diminish solaris2.6 gcc noise.jbj1-2/+3
2000-02-27Solaris2.6 portability.jbj2-2/+2
2000-02-24Automake portability diddles.jbj1-4/+2
2000-02-23i18n lookaside.jbj1-15/+15
2000-02-23fix: missed level of indirection in i18nTag().jbj1-1/+1
2000-02-22macro expansion (and absolute path) in %files -f arg (#9508,#9091).jbj2-39/+34
2000-02-15new rpm-build package to isolate rpm dependencies on perl/bash2.jbj1-2/+6
2000-02-11Report actual file name that failed to open.jbj1-1/+1
2000-01-24explicitly expand file lists in writeRPM for rpmputtext.jbj1-1/+4
2000-01-24Documentation sugar.jbj22-288/+421
2000-01-19Doxygen fiddles.jbj1-11/+13
2000-01-11configurable compression type/level for package payloads.jbj1-2/+6
2000-01-05resurrect failed glob error message during buildjbj1-1/+4
1999-12-21lib/rpmio.c: Start weeding the debug messages.jbj1-25/+16
1999-12-19Initialize values behind pointers before calling rpmGet{Arch,Os}Info.jbj3-6/+10
1999-12-16fix: missing strdup when overriding buildroot from command linejbj1-2/+2
1999-12-12reload macros from cmd line when re-reading config files.jbj2-57/+4
1999-12-12lib/rpminstall.c: Perform glob on remote ftp install args.jbj1-6/+1
1999-12-12perform glob on remote ftp queries.jbj1-1/+14
1999-12-11partial implementation for ftp globbing.jbj1-32/+0
1999-12-07Makefile.am: Add RPM-GPG-KEY to the package.jbj1-1/+1
1999-12-02fail to package if absolute symlink points within build root.jbj1-2/+14
1999-12-02permit --whatprovides to lookup file dependencies.jbj1-5/+2
1999-12-01Add underscore in front of (possibly) non-supported FDIO_t vectors.jbj2-2/+2
1999-11-26Minimal python compile.jbj1-21/+13
1999-11-26Consistent usage for fileNames, baseNames, dirNames and dirIndexes throughout.jbj2-2/+4
1999-11-26lib/macro.c: Create rpmCleanPath().jbj2-26/+0
1999-11-24build/files.c: Remove dead code.jbj1-55/+1
1999-11-24lib/macro.c: Canonicalize paths in rpmGetPath().jbj8-191/+267
1999-11-19macros.in: Add buildsubdir and scriptlet template macros.jbj9-150/+233
1999-11-18The death of lib/ftp.c, merged into lib/rpmio.c.jbj4-14/+23
1999-11-15rpm.c: Add --ftpdebug, --urldebug, --rpmiodebug (for my sanity).jbj1-4/+2
1999-11-14lib/rpmio.c: Implement per-fd layers as a stack, add fdPush/fdPop.jbj5-26/+56
1999-11-12Use Fstrerror on ufdio throughut.jbj5-58/+117
1999-11-10Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return.jbj3-16/+16
1999-11-04Use Fopen almost everywhere.jbj6-62/+26
1999-11-03First use of libio.jbj1-0/+8