Use rpm_tag_t everywhere for rpm (header) tag type
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 13 Dec 2007 17:32:37 +0000 (19:32 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 13 Dec 2007 17:32:37 +0000 (19:32 +0200)
commit7e56c6355bea552d89e8d5d0a317763a8cee4a4f
treec18ddebb9e8e6da144d00909c61fdcecdf718057
parentcbd7a684a4cd88bfa3383658790be3c37230707a
Use rpm_tag_t everywhere for rpm (header) tag type
- typedef'ed as int32_t for now, negative values used in some places for
  error cases
- easy to grep, easy to change...
- add RPMTAG_NOT_FOUND define, used in place of -1 "magic",
55 files changed:
build/files.c
build/pack.c
build/parsePreamble.c
build/parseReqs.c
build/parseScript.c
build/reqprov.c
build/rpmbuild.h
build/rpmfc.c
build/rpmspec.h
build/spec.c
lib/formats.c
lib/idtx.c
lib/idtx.h
lib/package.c
lib/psm.c
lib/rpmchecksig.c
lib/rpmds.c
lib/rpmds.h
lib/rpmfi.c
lib/rpmfi.h
lib/rpmfi_internal.h
lib/rpmgi.c
lib/rpmgi.h
lib/rpmlib.h
lib/rpmtag.h
lib/rpmte.c
lib/rpmte.h
lib/rpmts.c
lib/rpmts.h
lib/rpmts_internal.h
lib/signature.c
lib/tds.c
lib/tgi.c
python/header-py.c
python/header-py.h
python/rpmdb-py.c
python/rpmds-py.c
python/rpmfi-py.c
python/rpmmi-py.c
python/rpmmodule.c
python/rpmte-py.c
python/rpmts-py.c
rpmdb/db3.c
rpmdb/dbconfig.c
rpmdb/header.c
rpmdb/header.h
rpmdb/header_common.c
rpmdb/header_internal.h
rpmdb/header_method.h
rpmdb/rpmdb.c
rpmdb/rpmdb.h
rpmdb/rpmdb_internal.h
rpmdb/sqlite.c
rpmdb/tagname.c
tools/rpminject.c