index
:
tools/librpm-tizen
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel_psk_20160727
master
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-for-gbs-0.14
release-for-gbs-0.17
release-for-gbs-0.18
release-for-gbs-0.21
release-for-gbs-0.23
release-test-0.1
release-test-20150810
sandbox/soong9/devel
sandbox/wangbiao/py3-version
sandbox/wangbiao/py3_version
sandbox/wangbiao/riscv
sandbox/wangbiao/rpm414_tizen
sandbox/xuhy/fix-recursion-issue
sandbox/xuhy/rpm_tizen_riscv
spin-release-latest
test-devel
tizen
tznext
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rpmio
/
macro.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-27
Handle XZ in %uncompress macro
Panu Matilainen
1
-0
/
+3
2009-03-27
Add built-in %getconfdir macro for getting rpmConfigDir() value
Panu Matilainen
1
-0
/
+4
2009-01-16
Add getenv macro, use instead of $(echo $HOME) for defauls
Panu Matilainen
1
-0
/
+3
2008-11-22
Add function to retrieve rpm config base directory
Panu Matilainen
1
-1
/
+0
2008-10-19
Permit tab as whitespace between macro arguments (rhbz#467567)
Panu Matilainen
1
-1
/
+1
2008-09-11
Macro argument handling regression regression (rhbz#461180)
Panu Matilainen
1
-6
/
+3
2008-07-16
Make rpmExpand() smarter wrt memory allocations
Panu Matilainen
1
-1
/
+12
2008-07-16
Eliminate another unnecessary temp variable
Panu Matilainen
1
-4
/
+2
2008-07-16
Eliminate unnecessary variable
Panu Matilainen
1
-3
/
+2
2008-07-16
Macro argument handling regression (rhbz#455333)
Panu Matilainen
1
-2
/
+4
2008-06-10
Use correct type for strlen()
Panu Matilainen
1
-1
/
+1
2008-04-29
Plug memleak in macro doFoo()
Panu Matilainen
1
-0
/
+1
2008-04-19
Further simplify rpmInitMacros()
Panu Matilainen
1
-27
/
+14
2008-04-19
Use argvFree() to free, well, an argv, instead of manual freeing
Panu Matilainen
1
-6
/
+3
2008-04-18
Avoid entirely silly rpmio FD_t use
Panu Matilainen
1
-6
/
+5
2008-04-18
Remove unnecessary xstrdup() of dynamically allocated buffer
Panu Matilainen
1
-3
/
+2
2008-04-18
Cosmetics: group operations more logically...
Panu Matilainen
1
-2
/
+3
2008-04-18
Simplify macro option + argument processing
Panu Matilainen
1
-102
/
+69
2008-04-17
More accurate filtering of .rpmnew etc when reading macros
Panu Matilainen
1
-3
/
+3
2008-04-04
Missing decompression arguments for bzip in uncompress macro
Panu Matilainen
1
-1
/
+1
2008-03-31
Dead code removal (macro stuff)
Panu Matilainen
1
-17
/
+0
2008-03-18
Minimal namespacing for locale-insensitive x*() string functions
Panu Matilainen
1
-6
/
+6
2008-02-26
Make bunch of macro internal variables static
Panu Matilainen
1
-3
/
+3
2008-02-01
Allocate macro buffers dynamically
Panu Matilainen
1
-45
/
+67
2008-02-01
Allocate various macro buffers from heap not stack
Panu Matilainen
1
-14
/
+19
2008-02-01
Define + use MACROBUFSIZ for macro expansion buffer size
Panu Matilainen
1
-8
/
+10
2008-02-01
Macro shell expansion fixes (rhbz#431009)
Panu Matilainen
1
-2
/
+5
2008-01-30
Include spring-cleaning
Panu Matilainen
1
-2
/
+1
2008-01-27
Rename isCompressed() -> rpmFileIsCompressed() for namespacing
Panu Matilainen
1
-1
/
+1
2008-01-23
Make uncompress macros match reality (_ vs __ prefix)
Panu Matilainen
1
-5
/
+5
2007-12-19
Fix some const issues in macros
Panu Matilainen
1
-5
/
+5
2007-12-18
Remove bogus const from rpmGlob argv return type
Panu Matilainen
1
-1
/
+1
2007-12-16
Unconstify macro contents, fully contained within macro module
Panu Matilainen
1
-3
/
+3
2007-12-14
Remove bogus consts..
Panu Matilainen
1
-1
/
+1
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
1
-6
/
+6
2007-11-30
Move logging related macros rpmlog, adjust includes
Panu Matilainen
1
-1
/
+0
2007-11-23
Expand private include file names to be relative to $(top_srcdir)
Ralf Corsépius
1
-1
/
+1
2007-11-23
Move rpmGlob() from macros to rpmfileutil.h
Panu Matilainen
1
-245
/
+0
2007-11-23
Move rpmGetPath and rpmGenPath to rpmfileutil.h
Panu Matilainen
1
-81
/
+0
2007-11-23
Move rpmCleanPath from macros to rpmfileutil.h
Panu Matilainen
1
-86
/
+0
2007-11-23
Move file compression stuff from rpmmacro.h to rpmfileutil.h
Panu Matilainen
1
-57
/
+1
2007-11-23
Move the xstr*() string variants from rpmio.h to rpmstring.h
Panu Matilainen
1
-0
/
+1
2007-11-23
Use #include <x.h> syntax to include public headers.
Ralf Corsépius
1
-5
/
+5
2007-11-19
Lose rpmerr.h for good
Panu Matilainen
1
-1
/
+1
2007-11-19
Replace all RPMERR_* etc uses with corresponding RPMLOG_* levels
Panu Matilainen
1
-22
/
+22
2007-11-02
Eliminate macro struct internals from the API
Panu Matilainen
1
-0
/
+18
2007-10-29
Macros don't need rpmio_internal
Panu Matilainen
1
-1
/
+2
2007-10-29
Remove bunch of long-dead macro debug stuff
Panu Matilainen
1
-149
/
+0
2007-10-28
Include "rpmio_internal.h" instead of <rpmio_internal.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmerr.h" instead of <rpmerr.h>.
Ralf Corsépius
1
-1
/
+1
[next]