Add macro %isu_package to generate ISU Package
[platform/upstream/rpm.git] / lib / rpmtd.c
2012-09-11 Panu MatilainenRename td2pool as rpmtdToPool, export and optimize
2012-02-21 Panu MatilainenAdd getter for rpmtd flags
2011-08-17 Panu MatilainenHandle query format field width centrally in formatValue()
2010-10-22 Panu MatilainenSwitch header APIs to use rpmTagVal instead of rpmTag
2010-09-21 Panu MatilainenUse the new tag type/return type getters everywhere
2010-09-21 Panu MatilainenUse proper types for tag and format extension functions
2009-01-28 Panu MatilainenHonor rpmtd type, not tag type, in rpmtdClass() (ticket...
2008-11-17 Panu MatilainenAdd rpmtdGetNumber() for getting numeric values from...
2008-11-17 Panu MatilainenIntroduce rpm tag "classes"
2008-06-18 Panu MatilainenAdd rpmtdFromUint8()
2008-06-17 Panu MatilainenMake rpmtdFromStringArray() data argument const afterall
2008-06-17 Panu MatilainenAdd rpmtdFrom() methods for 16 and 64 bit types
2008-06-17 Panu MatilainenAdd some new rpmtd creation methods
2008-06-06 Panu MatilainenAdd access methods for 64bit integer types to rpmtd
2008-05-23 Panu MatilainenAdd rpmtdGetIndex() + rpmtdSetIndex() methods
2008-05-23 Panu MatilainenAdd rpmtdSetTag() method for setting (or changing)...
2008-05-21 Panu MatilainenAdd per-datatype iterators to rpmtd
2008-05-21 Panu MatilainenMisplaced assert
2008-05-21 Panu MatilainenAdd rpmtdDup() method for deep copying of tag containers
2008-05-21 Panu MatilainenTurn rpmtd freeData into flag bitfield, allowing more...
2008-05-21 Panu MatilainenFix up for RPM_BIN_TYPE td->count abuse just once,...
2008-05-21 Panu MatilainenLose the useless rpmtdToString()
2008-05-21 Panu MatilainenLose padding argument from formatters
2008-05-21 Panu MatilainenAdd rpmtdFormat() method and enumeration of supported...
2008-05-21 Panu MatilainenHandle RPM_CHAR_TYPE too in stringFormat()
2008-05-19 Panu MatilainenTeach rpmtd about the raw i18n string (array) type
2008-05-13 Panu MatilainenAdd some more rpmtd access methods
2008-05-13 Panu MatilainenAdd methods to construct tag containers from argv and...
2008-05-13 Panu MatilainenAdd support for iterating over tag data container
2008-05-13 Panu MatilainenAdd rpmtdTag() method
2008-05-13 Panu MatilainenNew "tag data" container struct + some basic methods...