summaryrefslogtreecommitdiff
path: root/rpmio/macro.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-30Move logging related macros rpmlog, adjust includesPanu Matilainen1-1/+0
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-1/+1
2007-11-23Move rpmGlob() from macros to rpmfileutil.hPanu Matilainen1-245/+0
2007-11-23Move rpmGetPath and rpmGenPath to rpmfileutil.hPanu Matilainen1-81/+0
2007-11-23Move rpmCleanPath from macros to rpmfileutil.hPanu Matilainen1-86/+0
2007-11-23Move file compression stuff from rpmmacro.h to rpmfileutil.hPanu Matilainen1-57/+1
2007-11-23Move the xstr*() string variants from rpmio.h to rpmstring.hPanu Matilainen1-0/+1
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-5/+5
2007-11-19Lose rpmerr.h for goodPanu Matilainen1-1/+1
2007-11-19Replace all RPMERR_* etc uses with corresponding RPMLOG_* levelsPanu Matilainen1-22/+22
2007-11-02Eliminate macro struct internals from the APIPanu Matilainen1-0/+18
2007-10-29Macros don't need rpmio_internalPanu Matilainen1-1/+2
2007-10-29Remove bunch of long-dead macro debug stuffPanu Matilainen1-149/+0
2007-10-28Include "rpmio_internal.h" instead of <rpmio_internal.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmerr.h" instead of <rpmerr.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmlua.h" instead of <rpmlua.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmmacro.h" instead of <rpmmacro.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmmessages.h" instead of <rpmmessages.h>.Ralf Corsépius1-1/+1
2007-10-10Add support for lzma compressed "Sources".Ralf Corsépius1-1/+10
2007-10-09Replace all rpmError() uses with rpmlog()Panu Matilainen1-23/+23
2007-10-09Use enums instead of ints for processing isCompressed ret-val.Ralf Corsépius1-6/+4
2007-10-01Never glob non-local paths in rpmGlob()Panu Matilainen1-1/+2
2007-09-20Rename MacroContext and -Entry to rpmMacro* for namespacingPanu Matilainen1-42/+42
2007-09-20Move _free() into system.h for nowPanu Matilainen1-12/+0
2007-09-20Remove splint remnants.Ralf Corsépius1-1/+0
2007-09-11Remove splint tags.Ralf Corsépius1-17/+2
2007-09-11Remove splint tags.Ralf Corsépius1-220/+73
2007-09-03Remove __LCLINT__-ifdef'ed blocks.Ralf Corsépius1-6/+0
2007-08-30Don't read *.rpmnew etc macro filesPanu Matilainen1-0/+5
2007-08-27Fix monday morning thinkos wrt macro buffer changes.Panu Matilainen1-10/+16
2007-08-27Fix potential buffer overflow in macro primitive executionPanu Matilainen1-2/+3
2007-08-27Fix potential buffer overflow in macro findEntry()Panu Matilainen1-1/+3
2007-08-27Fix potential buffer overflow by using dynamic buffer size.Panu Matilainen1-1/+4
2007-08-27Fix buffer overflow in macro shell escaping (#253971)Panu Matilainen1-1/+4
2007-07-02Plug some memory leaks.Panu Matilainen1-1/+3
2005-07-13- fix: % at end-of-line overflow (#161091).jbj1-2/+4
2005-01-25macosx/opendarwin hackery, take 1.jbj1-2/+2
2004-11-28- add support for automagic pubkey retrieval using HKP.jbj1-0/+1
2004-11-11Functional http remote globbing through WebDAV.jbj1-3/+4
2004-11-04Stub in URL_IS_HTTPS everywhere.jbj1-0/+1
2004-10-20Doxygen fiddles.jbj1-1/+0
2004-10-09Splint fiddles.jbj1-1/+6
2004-06-01- fix: "/path/foo.../bar" was losing a dot (#123844).jbj1-1/+1
2004-04-19Splint fiddles.jbj1-23/+23
2004-04-08Implemented multiline macro support.niemeyer1-22/+61
2004-04-07Splint fiddles.jbj1-11/+15
2004-03-30Make rpmGlob() locale independent to get stable behaviour whatever locale is ...arekm1-3/+28
2004-03-28Sanity.jbj1-1/+1
2004-03-27Made it so %* does not evaluate with a leading space. For instance:joden1-1/+1
2004-03-26Splint fiddles.jbj1-4/+4