rpm/rpmio
Panu Matilainen 5517d26061 Rename addMacro() and delMacro() to rpmPushMacro() and rpmPopMacro()
These are not deprecated at all no matter what the header has been
saying for the past 15+ years, they're used by rpm itself all over
the place as rpmDefineMacro() serves a slightly different purpose
and there's no rpmUndefineMacro() anyway.

Lets make 'em into proper citizens and move them into rpm namespace,
and while at it, call the operations push and pop since that's much
closer to what actually happens.

Finally, add simple wrapper macros to keep external code compilable
while getting the non-namespaced stuff out of ABI.
2016-10-24 13:09:38 +03:00
..
Makefile.am Use unified libtool version for all our libraries 2014-06-25 13:21:00 +03:00
argv.c A non-naive implementation of argvJoin() 2013-02-18 10:50:38 +02:00
argv.h add short summaries to headers that miss one 2016-01-28 14:42:47 +01:00
base64.c Fix off-by-one error 2016-05-25 12:31:19 +01:00
digest.c Make room for SHA224 in digest bundles. Doh. 2014-02-18 18:26:38 +02:00
digest.h Check the mpi length before calling setmpi, remove pend parameter 2013-08-28 20:34:11 +03:00
digest_beecrypt.c digest_beecrypt: Use correct header locations 2016-02-24 17:45:55 +01:00
digest_nss.c Revert back to DSA-1 only support for NSS 2014-05-19 15:50:32 +03:00
macro.c Rename addMacro() and delMacro() to rpmPushMacro() and rpmPopMacro() 2016-10-24 13:09:38 +03:00
rpmbase64.h Make base64 encoding/decoding part of rpmio public API 2011-11-09 15:16:28 +02:00
rpmfileutil.c Add RubyGems support. 2015-11-12 10:51:30 +01:00
rpmfileutil.h Add RubyGems support. 2015-11-12 10:51:30 +01:00
rpmglob.c Fix next_brace_sub() to return NULL if braces don't match. 2015-11-18 15:54:02 +01:00
rpmhook.c Ugh, fix brokenness from previous commit 2009-08-31 11:20:40 +03:00
rpmhook.h Add "c++ protection" to (hopefully) all of our internal headers 2010-09-21 15:21:12 +03:00
rpmio.c prevent exceeding 32 bit memory limitations with multithreaded xz compression 2016-09-09 02:12:01 +02:00
rpmio.h add short summaries to headers that miss one 2016-01-28 14:42:47 +01:00
rpmio_internal.h Eliminate use of pgpHashAlgo in rpmio interface arguments 2010-10-22 12:22:44 +03:00
rpmkeyring.c Fix memory leaks in rpmGetSubkeys() and pgpPrtParamsSubkeys() 2016-03-08 14:29:24 +01:00
rpmkeyring.h add short summaries to headers that miss one 2016-01-28 14:42:47 +01:00
rpmlog.c Don't show error message if log function fails because of broken pipe. 2015-06-12 14:00:04 +02:00
rpmlog.h Eliminate a bunch of 2000 vintage never used and uncompilable rpmlog goo 2016-10-13 09:48:05 +03:00
rpmlua.c Add rpmScriptNextFiletFunc() 2015-02-05 08:08:12 +01:00
rpmlua.h Add rpmScriptNextFiletFunc() 2015-02-05 08:08:12 +01:00
rpmmacro.h Rename addMacro() and delMacro() to rpmPushMacro() and rpmPopMacro() 2016-10-24 13:09:38 +03:00
rpmmalloc.c Avoid using void pointer when we have a real type for the memfail function 2010-09-21 13:41:25 +03:00
rpmpgp.c Fix memory leaks in rpmGetSubkeys() and pgpPrtParamsSubkeys() 2016-03-08 14:29:24 +01:00
rpmpgp.h Add rpmGetSubkeys() and pgpPrtParamsSubkeys() for getting gpg subkeys. 2015-07-23 10:55:03 +02:00
rpmsq.c Add API to completely disable librpm's use of Unix signal handlers 2015-02-20 15:54:21 +01:00
rpmsq.h add short summaries to headers that miss one 2016-01-28 14:42:47 +01:00
rpmstring.c Enhanced string hash to permit calculating string length on the same call 2012-09-18 04:40:20 +03:00
rpmstring.h Minor optimization to rnibble() 2012-09-03 15:44:53 +03:00
rpmstrpool.c Clarify a couple of comments 2013-12-02 13:13:00 +02:00
rpmstrpool.h add short summaries to headers that miss one 2016-01-28 14:42:47 +01:00
rpmsw.c Rip i386-specific RDTSC support from rpmsw, use gettimeofday() everywhere 2008-04-21 12:39:18 +03:00
rpmsw.h add short summaries to headers that miss one 2016-01-28 14:42:47 +01:00
rpmurl.h add short summaries to headers that miss one 2016-01-28 14:42:47 +01:00
rpmutil.h add short summaries to headers that miss one 2016-01-28 14:42:47 +01:00
stubs.c Bury our glob() implementation entirely inside rpmglob.c (RhBug:819680) 2012-05-31 16:46:40 +03:00
url.c Eliminate bunch of obvious dead NULL-assignments around librpmio 2011-05-28 19:43:52 +03:00