summaryrefslogtreecommitdiff
path: root/tools/rpminject.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-2/+2
2008-02-05Use rpmTagType always now that it's available everywherePanu Matilainen1-4/+4
2008-02-04Make check-programs build again, assorted type-fiddlings..Panu Matilainen1-1/+1
2008-01-30Include spring-cleaningPanu Matilainen1-3/+4
2008-01-30rpmlib.h mass evictionPanu Matilainen1-1/+1
2007-12-19Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen1-2/+2
2007-12-13Use rpm_tagtype_t everywhere for rpm (header) tagtype typePanu Matilainen1-7/+10
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-2/+1
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-2/+2
2007-12-01More rpmlead exorcizingPanu Matilainen1-6/+4
2007-11-26Remove #include "lib/signature.h" (unused)Ralf Corsépius1-1/+0
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-3/+3
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-2/+2
2007-11-07Silence bunch of compiler warnings from test programsPanu Matilainen1-2/+2
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-9/+9
2007-09-21Fixup after Spec -> rpmSpecPanu Matilainen1-1/+1
2007-09-20Rename tagName/Value/Type() to rpmTagGet*()Panu Matilainen1-4/+4
2007-09-17Apply poptReadDefaultConfig iff RPM_USES_POPTREADDEFAULTCONFIG is set.Ralf Corsépius1-0/+2
2007-09-17Reformat call to poptGetContext for better source-code readability.Ralf Corsépius1-3/+1
2007-09-17Add if defined(ENABLE_NLS) guards around i18n-initialization.Ralf Corsépius1-0/+2
2007-09-11Remove splint tags.Ralf Corsépius1-2/+1
2007-09-03Remove __LCLINT__-ifdef'ed blocks.Ralf Corsépius1-3/+0
2007-08-13Attempt to resurrect rpminject..Panu Matilainen1-80/+11
2005-01-17Build on macosx.jbj1-0/+1
2002-12-21- add --enable-posixmutexes when configuring on linux.jbj1-2/+2
2002-07-13- install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now.jbj1-2/+2
2001-11-01- add header refcount annotations throughout.jbj1-2/+2
2001-05-05- enough lclint annotations and fiddles already.jbj1-1/+1
2001-01-03- fix: avoid locale issues with strcasecmp/strncasecmp (#23199).jbj1-3/+3
2000-12-12Sync with rpm-4_0 branch.jbj1-1/+2
2000-12-02Bring header reggions mods back to top of stack.jbj1-1/+1
2000-11-07- load headers as single contiguous region.jbj1-2/+2
2000-09-26rpminject.c: add mtrace prologue.jbj1-0/+4
1999-11-14lib/rpmio.c: Implement per-fd layers as a stack, add fdPush/fdPop.jbj1-1/+1
1999-11-02Add ref/deref/new/fileno/open vectors to FDIO_t.jbj1-1/+1
1999-10-27use compressed filenames on install side.jbj1-2/+2
1999-09-26Solaris compilation.jbj1-0/+2
1999-09-26Retrofit glibc __progname.jbj1-0/+1
1999-09-23Add rpminject.jbj1-0/+607