Age | Commit message (Expand) | Author | Files | Lines |
2000-07-11 | - remove build mode help from rpm.c, use rpmb instead. | jbj | 1 | -1/+6 |
2000-07-09 | - prefix payload paths with "./", otherwise "/" can't be represented. | jbj | 1 | -5/+11 |
2000-07-05 | - change optflags for i386. | jbj | 1 | -13/+92 |
2000-06-20 | - add RPMTAG_OPTFLAGS, configured optflags when package was built. | jbj | 1 | -0/+1 |
2000-06-20 | - API: uncouple fadio from rest of rpmio. | jbj | 1 | -1/+1 |
2000-06-09 | Move low level support routines to librpmio. | jbj | 1 | -1/+1 |
2000-02-22 | macro expansion (and absolute path) in %files -f arg (#9508,#9091). | jbj | 1 | -15/+9 |
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 | Documentation sugar. | jbj | 1 | -0/+11 |
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-12 | reload macros from cmd line when re-reading config files. | jbj | 1 | -55/+2 |
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-02 | fail to package if absolute symlink points within build root. | jbj | 1 | -2/+14 |
1999-12-01 | Add underscore in front of (possibly) non-supported FDIO_t vectors. | jbj | 1 | -1/+1 |
1999-11-26 | Consistent usage for fileNames, baseNames, dirNames and dirIndexes throughout. | jbj | 1 | -1/+1 |
1999-11-24 | build/files.c: Remove dead code. | jbj | 1 | -55/+1 |
1999-11-24 | lib/macro.c: Canonicalize paths in rpmGetPath(). | jbj | 1 | -55/+146 |
1999-11-19 | macros.in: Add buildsubdir and scriptlet template macros. | jbj | 1 | -13/+13 |
1999-11-14 | lib/rpmio.c: Implement per-fd layers as a stack, add fdPush/fdPop. | jbj | 1 | -1/+1 |
1999-11-12 | Use Fstrerror on ufdio throughut. | jbj | 1 | -7/+8 |
1999-11-10 | Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return. | jbj | 1 | -0/+1 |
1999-10-31 | Spec: Add rootdir (as in chroot). | jbj | 1 | -4/+4 |
1999-10-29 | fix: resurrect multiple target platform builds. | jbj | 1 | -5/+21 |
1999-10-29 | check for memory leaks (almost all leaks are plugged). | jbj | 1 | -19/+24 |
1999-10-06 | write out compressed file lists *only* -- this is for sanity, we'll write | ewt | 1 | -3/+5 |
1999-10-04 | lclint annotations from build. | jbj | 1 | -3/+4 |
1999-10-04 | fix: non-GNU globs burp on repeated '/' in patterns. | jbj | 1 | -86/+127 |
1999-10-04 | Display errno on getOutputFrom() fork/exec failures. | jbj | 1 | -2/+4 |
1999-09-30 | More HPUX cc fiddles. | jbj | 1 | -5/+7 |
1999-09-21 | fix: command line install had header memory leak. | jbj | 1 | -27/+27 |
1999-09-07 | Use sizeof("...")-1 throughout. | jbj | 1 | -3/+3 |
1999-09-06 | fix: don't successfully match with strncasecmp("sparc", "sparc64", 5) | jbj | 1 | -6/+3 |
1999-07-23 | add post install configurable dependency checking. | jbj | 1 | -80/+94 |
1999-07-22 | add _mandir/_infodir macro expansions to docdirs (Tomasz Kloczko). | jbj | 1 | -0/+2 |
1999-07-22 | print all dependencies for each package at end of build. | jbj | 1 | -41/+104 |
1999-07-03 | 12 more dead strtoks. | jbj | 1 | -136/+148 |
1999-06-17 | don't spin while waiting for delayed requires/provides input (#3289). | jbj | 1 | -13/+41 |
1999-06-02 | fix: bigendian's with longlong file sizes (e.g. IRIX) dinna work. | jbj | 1 | -0/+7 |
1999-05-17 | Debug multiple %langs's per item. | jbj | 1 | -7/+12 |
1999-05-17 | permit %lang(xx,yy,zz) constructs -- 2 more dead strtoks. | jbj | 1 | -55/+63 |
1999-05-17 | Force FILELANGS tag even if not specified. | jbj | 1 | -1/+2 |
1999-05-17 | permit multiple %lang(xx) markers on elements in %files. | jbj | 1 | -14/+57 |
1999-04-30 | fix: %doc wrongly inherits lang from last entry in %files. | jbj | 1 | -6/+9 |
1999-04-21 | fix: noarch header gets initialized differently. | jbj | 1 | -1/+6 |
1999-04-17 | check build prerequisites before building from specfile. | jbj | 1 | -9/+30 |
1999-04-14 | Make silly headerGetEntry consistent throughout. | jbj | 1 | -3/+3 |