Imported Upstream version 4.14.1
[platform/upstream/rpm.git] / lib / headerfmt.c
2018-04-26 Taejin WooImported Upstream version 4.14.1 37/177237/1 upstream upstream/4.14.1
2011-08-17 Panu MatilainenHandle query format field width centrally in formatValue()
2011-08-17 Panu MatilainenTake length of format width specifier into account...
2011-08-17 Panu MatilainenValidate query format field width specifier is sane
2011-05-28 Panu MatilainenEliminate dead NULL-assignments at scope-end in librpm...
2011-04-28 Jindrich NovySimplify findTag()
2010-11-29 Panu MatilainenFix long-standing segfault on unknown tags on header...
2010-10-22 Panu MatilainenSwitch header APIs to use rpmTagVal instead of rpmTag
2010-09-22 Panu MatilainenUse headerNextTag() for header format iteration
2010-09-21 Panu MatilainenMove PTOK type enum out of the sprintfToken struct
2010-09-21 Panu MatilainenReturn typed pointer from headerformat cacheFree()
2010-09-21 Panu MatilainenUse RPMTAG_NOT_FOUND instead of for "invalid tag" value
2010-09-21 Panu MatilainenUse proper types for tag and format extension functions
2010-09-21 Panu MatilainenUse actual rpmTags in place of the old HEADER_FOO defin...
2010-04-01 Panu MatilainenOn header iteration format queries, dump the contents...
2009-10-12 Panu MatilainenFix format extension memleak on empty strings
2009-10-12 Panu MatilainenPermit conditional query formats on not yet cached...
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