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
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
2007-10-28
Include "rpmlua.h" instead of <rpmlua.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmmacro.h" instead of <rpmmacro.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmmessages.h" instead of <rpmmessages.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-10
Add support for lzma compressed "Sources".
Ralf Corsépius
1
-1
/
+10
2007-10-09
Replace all rpmError() uses with rpmlog()
Panu Matilainen
1
-23
/
+23
2007-10-09
Use enums instead of ints for processing isCompressed ret-val.
Ralf Corsépius
1
-6
/
+4
2007-10-01
Never glob non-local paths in rpmGlob()
Panu Matilainen
1
-1
/
+2
2007-09-20
Rename MacroContext and -Entry to rpmMacro* for namespacing
Panu Matilainen
1
-42
/
+42
2007-09-20
Move _free() into system.h for now
Panu Matilainen
1
-12
/
+0
2007-09-20
Remove splint remnants.
Ralf Corsépius
1
-1
/
+0
2007-09-11
Remove splint tags.
Ralf Corsépius
1
-17
/
+2
2007-09-11
Remove splint tags.
Ralf Corsépius
1
-220
/
+73
2007-09-03
Remove __LCLINT__-ifdef'ed blocks.
Ralf Corsépius
1
-6
/
+0
2007-08-30
Don't read *.rpmnew etc macro files
Panu Matilainen
1
-0
/
+5
2007-08-27
Fix monday morning thinkos wrt macro buffer changes.
Panu Matilainen
1
-10
/
+16
2007-08-27
Fix potential buffer overflow in macro primitive execution
Panu Matilainen
1
-2
/
+3
2007-08-27
Fix potential buffer overflow in macro findEntry()
Panu Matilainen
1
-1
/
+3
2007-08-27
Fix potential buffer overflow by using dynamic buffer size.
Panu Matilainen
1
-1
/
+4
2007-08-27
Fix buffer overflow in macro shell escaping (#253971)
Panu Matilainen
1
-1
/
+4
2007-07-02
Plug some memory leaks.
Panu Matilainen
1
-1
/
+3
2005-07-13
- fix: % at end-of-line overflow (#161091).
jbj
1
-2
/
+4
2005-01-25
macosx/opendarwin hackery, take 1.
jbj
1
-2
/
+2
2004-11-28
- add support for automagic pubkey retrieval using HKP.
jbj
1
-0
/
+1
2004-11-11
Functional http remote globbing through WebDAV.
jbj
1
-3
/
+4
2004-11-04
Stub in URL_IS_HTTPS everywhere.
jbj
1
-0
/
+1
2004-10-20
Doxygen fiddles.
jbj
1
-1
/
+0
2004-10-09
Splint fiddles.
jbj
1
-1
/
+6
2004-06-01
- fix: "/path/foo.../bar" was losing a dot (#123844).
jbj
1
-1
/
+1
2004-04-19
Splint fiddles.
jbj
1
-23
/
+23
2004-04-08
Implemented multiline macro support.
niemeyer
1
-22
/
+61
2004-04-07
Splint fiddles.
jbj
1
-11
/
+15
2004-03-30
Make rpmGlob() locale independent to get stable behaviour whatever locale is ...
arekm
1
-3
/
+28
2004-03-28
Sanity.
jbj
1
-1
/
+1
2004-03-27
Made it so %* does not evaluate with a leading space. For instance:
joden
1
-1
/
+1
2004-03-26
Splint fiddles.
jbj
1
-4
/
+4
2004-03-24
- Now Lua interface is using a global state.
niemeyer
1
-2
/
+2
2004-03-23
Spint fiddles.
jbj
1
-1
/
+7
2004-03-19
- New internal Lua support scheme, laying under rpmio.
niemeyer
1
-0
/
+27
2004-03-03
Typo.
jbj
1
-1
/
+1
2004-03-02
- permit globs in macrofiles: directive (#117217).
jbj
1
-53
/
+288
2003-12-30
- use -fPIC -DPIC on all platforms, not just mandatory (#112713).
jbj
1
-8
/
+9
2003-12-27
- fix: wrong package count for trigger scriptlet 1st arg (#100509).
jbj
1
-7
/
+10
2003-05-15
- fix: nested %if handling, optind initialization posix vs. gloibc.
jbj
1
-1
/
+1
2003-05-08
- don't use error string after gzclose (Dmitry V. Levin).
jbj
1
-8
/
+8
2003-04-01
Splint fiddles.
jbj
1
-4
/
+10
[next]