summaryrefslogtreecommitdiff
path: root/lib/rpmtd.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-18Add rpmtdFromUint8()Panu Matilainen1-0/+27
2008-06-17Make rpmtdFromStringArray() data argument const afterallPanu Matilainen1-1/+1
2008-06-17Add rpmtdFrom() methods for 16 and 64 bit typesPanu Matilainen1-0/+24
2008-06-17Add some new rpmtd creation methodsPanu Matilainen1-14/+55
2008-06-06Add access methods for 64bit integer types to rpmtdPanu Matilainen1-0/+24
2008-05-23Add rpmtdGetIndex() + rpmtdSetIndex() methodsPanu Matilainen1-0/+17
2008-05-23Add rpmtdSetTag() method for setting (or changing) container tag + typePanu Matilainen1-0/+28
2008-05-21Add per-datatype iterators to rpmtdPanu Matilainen1-0/+20
2008-05-21Misplaced assertPanu Matilainen1-1/+1
2008-05-21Add rpmtdDup() method for deep copying of tag containersPanu Matilainen1-0/+26
2008-05-21Turn rpmtd freeData into flag bitfield, allowing more precise controlPanu Matilainen1-1/+8
2008-05-21Fix up for RPM_BIN_TYPE td->count abuse just once, in rpmtdCount()Panu Matilainen1-4/+3
2008-05-21Lose the useless rpmtdToString()Panu Matilainen1-37/+0
2008-05-21Lose padding argument from formattersPanu Matilainen1-3/+2
2008-05-21Add rpmtdFormat() method and enumeration of supported formatsPanu Matilainen1-3/+33
2008-05-21Handle RPM_CHAR_TYPE too in stringFormat()Panu Matilainen1-0/+12
2008-05-19Teach rpmtd about the raw i18n string (array) typePanu Matilainen1-1/+3
2008-05-13Add some more rpmtd access methodsPanu Matilainen1-0/+61
2008-05-13Add methods to construct tag containers from argv and argi arraysPanu Matilainen1-0/+41
2008-05-13Add support for iterating over tag data containerPanu Matilainen1-0/+39
2008-05-13Add rpmtdTag() methodPanu Matilainen1-0/+7
2008-05-13New "tag data" container struct + some basic methods to deal with itPanu Matilainen1-0/+47