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
2014-06-11
lua: fall through failed lua scripts
Markus Lehtonen
1
-3
/
+9
2014-06-11
Bump the log level of "unexpanded script" msg
Markus Lehtonen
1
-1
/
+1
2014-06-11
Prevent execution of arbitrary scripts
Markus Lehtonen
1
-0
/
+4
2012-12-18
display the actual unknown option instead of '?'
Thierry Vignaud
1
-1
/
+1
2012-11-01
Enable built-in %dirname macro
Panu Matilainen
1
-3
/
+1
2012-05-22
Add support for 7zip compressed tarballs
Christophe Fergeau
1
-0
/
+3
2012-05-10
Keep the macro buffer terminated on append
Panu Matilainen
1
-1
/
+2
2012-05-10
Fix off-by-ones in mbAppend() and mbAppendStr()
Panu Matilainen
1
-2
/
+2
2011-05-31
Clean up + clarify popMacro() a bit
Panu Matilainen
1
-10
/
+15
2011-05-31
Use popMacro() when freeing the entire macro table
Panu Matilainen
1
-11
/
+4
2011-05-28
Eliminate bunch of obvious dead NULL-assignments around librpmio
Panu Matilainen
1
-1
/
+1
2011-05-24
Add support for nested Lua macro expansion (RhBug:490740)
Panu Matilainen
1
-4
/
+4
2011-05-18
Eliminate bogus ferror() checks
Panu Matilainen
1
-3
/
+1
2011-05-18
Always copy macro source when expanding it
Michael Schroeder
1
-6
/
+6
2011-04-29
Add lrzip support.
Ville Skyttä
1
-0
/
+3
2011-04-29
Add lzip support.
Ville Skyttä
1
-0
/
+3
2011-03-17
Plug memory leaks on macro definition error cases
Panu Matilainen
1
-3
/
+3
2010-09-27
Handle non-terminated substrings centrally in expandMacro()
Panu Matilainen
1
-41
/
+22
2010-09-27
Dynamic expansion buffer reallocation for lua macros too
Panu Matilainen
1
-6
/
+12
2010-09-27
Whoops, fix typo/thinko from commit dc258bac41e32e754b15a413d844160f34b6a12e
Panu Matilainen
1
-1
/
+1
2010-09-27
Eliminate the internal in-place-expansion buffer limitation
Panu Matilainen
1
-30
/
+32
2010-09-27
Simplify / sanitize expandU() a bit
Panu Matilainen
1
-12
/
+7
2010-09-27
Dynamically reallocate macro expansion buffer (ticket #45)
Panu Matilainen
1
-14
/
+15
2010-09-27
Let expandMacro() allocate its own buffer
Panu Matilainen
1
-16
/
+17
2010-09-27
Track current expansion point via distance to buffer start
Panu Matilainen
1
-21
/
+23
2010-09-27
Push the macro buffer size limit down by one level
Panu Matilainen
1
-24
/
+24
2010-09-27
Eliminate unused spec field from macro expansion state struct
Panu Matilainen
1
-3
/
+0
2010-09-27
Avoid calloc() in macro findEntry()
Panu Matilainen
1
-5
/
+4
2010-09-27
Avoid unnecessary round-trip through expandT() where possible
Panu Matilainen
1
-3
/
+3
2010-09-27
Use function arguments to pass, duh, arguments into functions. Duh.
Panu Matilainen
1
-20
/
+9
2010-07-13
Redirect macro stack backtrace printing to debug log.
Jindrich Novy
1
-4
/
+4
2010-07-13
Fix cryptic macro evaluation error message (RhBug:613010)
Jindrich Novy
1
-2
/
+1
2010-01-07
Revert "Always free locally defined macros when they go out of scope"
Panu Matilainen
1
-2
/
+3
2010-01-04
Always free locally defined macros when they go out of scope
Panu Matilainen
1
-3
/
+2
2010-01-04
Remove -98 vintage ifdef'ed dead code
Panu Matilainen
1
-13
/
+0
2009-12-23
Move getopt() portability fiddles out of system.h
Panu Matilainen
1
-0
/
+6
2009-10-06
Decompress lzma files with xz.
Ville Skyttä
1
-2
/
+0
2009-09-07
Eliminate unused variable
Panu Matilainen
1
-2
/
+2
2009-08-31
Replace equal/not equal uses of str[n]cmp() with rstreq[n] in io code
Panu Matilainen
1
-1
/
+1
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
[next]