Remove some old craft
[platform/upstream/rpm.git] / rpmio / macro.c
2012-11-01 Panu MatilainenEnable built-in %dirname macro
2012-05-22 Christophe FergeauAdd support for 7zip compressed tarballs
2012-05-10 Panu MatilainenKeep the macro buffer terminated on append
2012-05-10 Panu MatilainenFix off-by-ones in mbAppend() and mbAppendStr()
2011-05-31 Panu MatilainenClean up + clarify popMacro() a bit
2011-05-31 Panu MatilainenUse popMacro() when freeing the entire macro table
2011-05-28 Panu MatilainenEliminate bunch of obvious dead NULL-assignments around...
2011-05-24 Panu MatilainenAdd support for nested Lua macro expansion (RhBug:490740)
2011-05-18 Panu MatilainenEliminate bogus ferror() checks
2011-05-18 Michael SchroederAlways copy macro source when expanding it
2011-04-29 Ville SkyttäAdd lrzip support.
2011-04-29 Ville SkyttäAdd lzip support.
2011-03-17 Panu MatilainenPlug memory leaks on macro definition error cases
2010-09-27 Panu MatilainenHandle non-terminated substrings centrally in expandMacro()
2010-09-27 Panu MatilainenDynamic expansion buffer reallocation for lua macros too
2010-09-27 Panu MatilainenWhoops, fix typo/thinko from commit dc258bac41e32e754b1...
2010-09-27 Panu MatilainenEliminate the internal in-place-expansion buffer limitation
2010-09-27 Panu MatilainenSimplify / sanitize expandU() a bit
2010-09-27 Panu MatilainenDynamically reallocate macro expansion buffer (ticket...
2010-09-27 Panu MatilainenLet expandMacro() allocate its own buffer
2010-09-27 Panu MatilainenTrack current expansion point via distance to buffer...
2010-09-27 Panu MatilainenPush the macro buffer size limit down by one level
2010-09-27 Panu MatilainenEliminate unused spec field from macro expansion state...
2010-09-27 Panu MatilainenAvoid calloc() in macro findEntry()
2010-09-27 Panu MatilainenAvoid unnecessary round-trip through expandT() where...
2010-09-27 Panu MatilainenUse function arguments to pass, duh, arguments into...
2010-07-13 Jindrich NovyRedirect macro stack backtrace printing to debug log.
2010-07-13 Jindrich NovyFix cryptic macro evaluation error message (RhBug:613010)
2010-01-07 Panu MatilainenMerge branch 'master' of ssh://rpm.org/srv/projects...
2010-01-07 Panu MatilainenRevert "Always free locally defined macros when they...
2010-01-04 Panu MatilainenAlways free locally defined macros when they go out...
2010-01-04 Panu MatilainenRemove -98 vintage ifdef'ed dead code
2009-12-23 Panu MatilainenMove getopt() portability fiddles out of system.h
2009-10-06 Ville SkyttäDecompress lzma files with xz.
2009-09-07 Panu MatilainenEliminate unused variable
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-03-27 Panu MatilainenHandle XZ in %uncompress macro
2009-03-27 Panu MatilainenAdd built-in %getconfdir macro for getting rpmConfigDir...
2009-01-16 Panu MatilainenAdd getenv macro, use instead of $(echo $HOME) for...
2008-11-22 Panu MatilainenAdd function to retrieve rpm config base directory
2008-10-18 Panu MatilainenPermit tab as whitespace between macro arguments (rhbz...
2008-09-11 Panu MatilainenMacro argument handling regression regression (rhbz...
2008-07-16 Panu MatilainenMake rpmExpand() smarter wrt memory allocations
2008-07-16 Panu MatilainenEliminate another unnecessary temp variable
2008-07-16 Panu MatilainenEliminate unnecessary variable
2008-07-16 Panu MatilainenMacro argument handling regression (rhbz#455333)
2008-06-10 Panu MatilainenUse correct type for strlen()
2008-04-29 Panu MatilainenPlug memleak in macro doFoo()
2008-04-19 Panu MatilainenFurther simplify rpmInitMacros()
2008-04-19 Panu MatilainenUse argvFree() to free, well, an argv, instead of manua...
2008-04-18 Panu MatilainenAvoid entirely silly rpmio FD_t use
2008-04-18 Panu MatilainenRemove unnecessary xstrdup() of dynamically allocated...
2008-04-18 Panu MatilainenCosmetics: group operations more logically...
2008-04-18 Panu MatilainenSimplify macro option + argument processing
2008-04-17 Panu MatilainenMore accurate filtering of .rpmnew etc when reading...
2008-04-04 Panu MatilainenMissing decompression arguments for bzip in uncompress...
2008-03-31 Panu MatilainenDead code removal (macro stuff)
2008-03-18 Panu MatilainenMinimal namespacing for locale-insensitive x*() string...
2008-02-26 Panu MatilainenMake bunch of macro internal variables static
2008-02-01 Panu MatilainenAllocate macro buffers dynamically
2008-02-01 Panu MatilainenAllocate various macro buffers from heap not stack
2008-02-01 Panu MatilainenDefine + use MACROBUFSIZ for macro expansion buffer...
2008-02-01 Panu MatilainenMacro shell expansion fixes (rhbz#431009)
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-27 Panu MatilainenRename isCompressed() -> rpmFileIsCompressed() for...
2008-01-23 Panu MatilainenMake uncompress macros match reality (_ vs __ prefix)
2007-12-19 Panu MatilainenFix some const issues in macros
2007-12-18 Panu MatilainenRemove bogus const from rpmGlob argv return type
2007-12-16 Panu MatilainenUnconstify macro contents, fully contained within macro...
2007-12-14 Panu MatilainenRemove bogus consts..
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-11-30 Panu MatilainenMove logging related macros rpmlog, adjust includes
2007-11-23 Ralf CorsépiusExpand private include file names to be relative to...
2007-11-23 Panu MatilainenMove rpmGlob() from macros to rpmfileutil.h
2007-11-23 Panu MatilainenMove rpmGetPath and rpmGenPath to rpmfileutil.h
2007-11-23 Panu MatilainenMove rpmCleanPath from macros to rpmfileutil.h
2007-11-23 Panu MatilainenMove file compression stuff from rpmmacro.h to rpmfileu...
2007-11-23 Panu MatilainenMove the xstr*() string variants from rpmio.h to rpmstr...
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-11-19 Panu MatilainenLose rpmerr.h for good
2007-11-19 Panu MatilainenReplace all RPMERR_* etc uses with corresponding RPMLOG...
2007-11-02 Peter JonesMerge
2007-11-02 Panu MatilainenEliminate macro struct internals from the API
2007-10-29 Panu MatilainenMacros don't need rpmio_internal
2007-10-29 Panu MatilainenAutomated merge with ssh://pmatilai@login.linux.duke...
2007-10-29 Panu MatilainenRemove bunch of long-dead macro debug stuff
2007-10-28 Ralf CorsépiusInclude "rpmio_internal.h" instead of <rpmio_internal.h>.
2007-10-28 Ralf CorsépiusInclude "rpmerr.h" instead of <rpmerr.h>.
2007-10-28 Ralf CorsépiusInclude "rpmlua.h" instead of <rpmlua.h>.
2007-10-28 Ralf CorsépiusInclude "rpmmacro.h" instead of <rpmmacro.h>.
2007-10-28 Ralf CorsépiusInclude "rpmmessages.h" instead of <rpmmessages.h>.
2007-10-10 Ralf CorsépiusAdd support for lzma compressed "Sources".
2007-10-09 Panu MatilainenReplace all rpmError() uses with rpmlog()
2007-10-09 Ralf CorsépiusUse enums instead of ints for processing isCompressed...
2007-10-01 Panu MatilainenNever glob non-local paths in rpmGlob()
2007-09-20 Panu MatilainenAutomated merge with ssh://pmatilai@login.linux.duke...
2007-09-20 Panu MatilainenRename MacroContext and -Entry to rpmMacro* for namespacing
2007-09-20 Panu MatilainenMove _free() into system.h for now
2007-09-20 Ralf CorsépiusRemove splint remnants.
2007-09-11 Ralf CorsépiusRemove splint tags.
next