Sanitize python object -> tag number exception handling
[platform/upstream/rpm.git] / lib / headerfmt.c
2009-09-09 Panu MatilainenReduce the number of exit points in parseFormat() to...
2009-09-07 Panu MatilainenEliminate bogus variable initialization
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-07-23 Panu MatilainenKill off lclint remnants everywhere
2009-07-14 Lubomir RintelFix memory allocation for token array
2008-12-09 Panu MatilainenReturn nothing at all on empty array queryformats
2008-12-04 Panu MatilainenAvoid rpmtd abuse to report "(none)" when no data is...
2008-09-18 Panu MatilainenDon't segfault on unknown format specifiers
2008-07-08 Panu MatilainenShove header legacy interfaces into rpmlegacy.h
2008-06-07 Panu MatilainenrpmtdCount() knows how to handle BIN types, use it..
2008-05-26 Panu MatilainenConvert hsaNext() to new header iterator interface
2008-05-21 Panu MatilainenAdd arraysize format
2008-05-21 Panu MatilainenDrop unused variables from formatValues()
2008-05-21 Panu MatilainenLose padding argument from formatters
2008-05-21 Panu MatilainenAdd rpmtdFormat() method and enumeration of supported...
2008-05-21 Panu MatilainenAdd stringFormat() for barebones string representation
2008-05-21 Panu MatilainenMake formatter functions operate on rpmtd current item
2008-05-21 Panu MatilainenPush rpmtd a bit deeper into formatting
2008-05-21 Panu MatilainenMinimally convert formatting to pass around rpmtd
2008-05-21 Panu MatilainenRemove unused datafree handling from formatValue()
2008-05-16 Panu MatilainenEliminate rpmHeaderFormats and rpmHeaderTagExtensions...
2008-05-16 Panu MatilainenPush finding of formatter and tag extension functions...
2008-05-16 Panu MatilainenMake extension formatter functions opaque
2008-05-16 Panu MatilainenEliminate the now unnecessary extension type fields
2008-05-16 Panu MatilainenSplit format and tag extensions to separate tables
2008-05-15 Panu MatilainenUnbreak conditional formatting
2008-05-15 Panu MatilainenEliminate unnecessary extension fields
2008-05-15 Panu MatilainenPermit tags down to HEADER_IMAGE in queries to match...
2008-05-15 Panu MatilainenUnify header and extension tag handling of headerFormat()
2008-05-12 Panu MatilainenRemove tags from headerSprintfArguments
2008-05-12 Panu MatilainenUse rpmTagGetFoo() instead of local myTagFoo() versions
2008-05-12 Panu MatilainenPush extension defaults one level deeper into headerFor...
2008-05-12 Panu MatilainenSimplify header extension handling
2008-05-12 Panu MatilainenAdd simpler headerFormat() function, deprecate headerSp...
2008-05-12 Panu MatilainenSplit header sprintf formatting to separate source