Age | Commit message (Expand) | Author | Files | Lines |
2000-02-29 | Can't print a NULL on non-GNU systems. | jbj | 2 | -2/+2 |
2000-02-27 | Permit building w/o libbz2.a. | jbj | 1 | -1/+1 |
2000-02-27 | Diminish solaris2.6 gcc noise. | jbj | 1 | -2/+3 |
2000-02-27 | Solaris2.6 portability. | jbj | 2 | -2/+2 |
2000-02-24 | Automake portability diddles. | jbj | 1 | -4/+2 |
2000-02-23 | i18n lookaside. | jbj | 1 | -15/+15 |
2000-02-23 | fix: missed level of indirection in i18nTag(). | jbj | 1 | -1/+1 |
2000-02-22 | macro expansion (and absolute path) in %files -f arg (#9508,#9091). | jbj | 2 | -39/+34 |
2000-02-15 | new rpm-build package to isolate rpm dependencies on perl/bash2. | jbj | 1 | -2/+6 |
2000-02-11 | Report actual file name that failed to open. | jbj | 1 | -1/+1 |
2000-01-24 | explicitly expand file lists in writeRPM for rpmputtext. | jbj | 1 | -1/+4 |
2000-01-24 | Documentation sugar. | jbj | 22 | -288/+421 |
2000-01-19 | Doxygen fiddles. | jbj | 1 | -11/+13 |
2000-01-11 | configurable compression type/level for package payloads. | jbj | 1 | -2/+6 |
2000-01-05 | resurrect failed glob error message during build | jbj | 1 | -1/+4 |
1999-12-21 | lib/rpmio.c: Start weeding the debug messages. | jbj | 1 | -25/+16 |
1999-12-19 | Initialize values behind pointers before calling rpmGet{Arch,Os}Info. | jbj | 3 | -6/+10 |
1999-12-16 | fix: missing strdup when overriding buildroot from command line | jbj | 1 | -2/+2 |
1999-12-12 | reload macros from cmd line when re-reading config files. | jbj | 2 | -57/+4 |
1999-12-12 | lib/rpminstall.c: Perform glob on remote ftp install args. | jbj | 1 | -6/+1 |
1999-12-12 | perform glob on remote ftp queries. | jbj | 1 | -1/+14 |
1999-12-11 | partial implementation for ftp globbing. | jbj | 1 | -32/+0 |
1999-12-07 | Makefile.am: Add RPM-GPG-KEY to the package. | jbj | 1 | -1/+1 |
1999-12-02 | fail to package if absolute symlink points within build root. | jbj | 1 | -2/+14 |
1999-12-02 | permit --whatprovides to lookup file dependencies. | jbj | 1 | -5/+2 |
1999-12-01 | Add underscore in front of (possibly) non-supported FDIO_t vectors. | jbj | 2 | -2/+2 |
1999-11-26 | Minimal python compile. | jbj | 1 | -21/+13 |
1999-11-26 | Consistent usage for fileNames, baseNames, dirNames and dirIndexes throughout. | jbj | 2 | -2/+4 |
1999-11-26 | lib/macro.c: Create rpmCleanPath(). | jbj | 2 | -26/+0 |
1999-11-24 | build/files.c: Remove dead code. | jbj | 1 | -55/+1 |
1999-11-24 | lib/macro.c: Canonicalize paths in rpmGetPath(). | jbj | 8 | -191/+267 |
1999-11-19 | macros.in: Add buildsubdir and scriptlet template macros. | jbj | 9 | -150/+233 |
1999-11-18 | The death of lib/ftp.c, merged into lib/rpmio.c. | jbj | 4 | -14/+23 |
1999-11-15 | rpm.c: Add --ftpdebug, --urldebug, --rpmiodebug (for my sanity). | jbj | 1 | -4/+2 |
1999-11-14 | lib/rpmio.c: Implement per-fd layers as a stack, add fdPush/fdPop. | jbj | 5 | -26/+56 |
1999-11-12 | Use Fstrerror on ufdio throughut. | jbj | 5 | -58/+117 |
1999-11-10 | Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return. | jbj | 3 | -16/+16 |
1999-11-04 | Use Fopen almost everywhere. | jbj | 6 | -62/+26 |
1999-11-03 | First use of libio. | jbj | 1 | -0/+8 |
1999-11-02 | Add ref/deref/new/fileno/open vectors to FDIO_t. | jbj | 2 | -6/+6 |
1999-10-31 | Spec: Add rootdir (as in chroot). | jbj | 6 | -81/+75 |
1999-10-30 | Make fdFileno() static, use Fileno()/Ferror() analogues throughout. | jbj | 3 | -10/+14 |
1999-10-29 | fix: resurrect multiple target platform builds. | jbj | 4 | -8/+27 |
1999-10-29 | check for memory leaks (almost all leaks are plugged). | jbj | 5 | -29/+48 |
1999-10-27 | use compressed filenames on install side. | jbj | 11 | -65/+64 |
1999-10-21 | lclint annotations and compiler cruft. | jbj | 1 | -15/+9 |
1999-10-21 | lclint annotations. | jbj | 8 | -24/+27 |
1999-10-06 | write out compressed file lists *only* -- this is for sanity, we'll write | ewt | 2 | -3/+8 |
1999-10-04 | lclint annotations from build. | jbj | 15 | -48/+51 |
1999-10-04 | fix: non-GNU globs burp on repeated '/' in patterns. | jbj | 2 | -87/+128 |