rpm/rpmio
Panu Matilainen df686992d7 Perform as-is substitution for %{name} form too, again
- Commit c22d5b1299 changed the parsing
  to require a valid name in %{name} macro, but this outlaws existing
  uses such as %{foo_%{bar}_something}. Relaxing the %{name} form
  to use as-is substitution as well allows these to work again.
2014-02-20 10:42:09 +02:00
..
Makefile.am Update library current + age (ie libs are now 3.1.0) 2012-11-05 10:22:50 +02:00
argv.c A non-naive implementation of argvJoin() 2013-02-18 10:50:38 +02:00
argv.h Spelling fixes. 2013-02-19 21:35:40 +02:00
base64.c Make base64 encoding/decoding part of rpmio public API 2011-11-09 15:16:28 +02: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: add missing break statement 2013-08-30 08:33:00 +03:00
digest_nss.c Check the mpi length before calling setmpi, remove pend parameter 2013-08-28 20:34:11 +03:00
macro.c Perform as-is substitution for %{name} form too, again 2014-02-20 10:42:09 +02:00
rpmbase64.h Make base64 encoding/decoding part of rpmio public API 2011-11-09 15:16:28 +02:00
rpmfileutil.c Handle fork(), pipe() and dup2() failures in prelink helper launch 2013-04-12 09:52:03 +03:00
rpmfileutil.h Export our own version of glob_pattern_p() as rpmIsGlob() 2012-05-31 16:45:32 +03:00
rpmglob.c Only use local mempcpy() if system libraries dont provide one 2012-05-31 18:10:33 +03: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 Unify gzdio error handling into a helper function 2013-03-05 15:00:41 +02:00
rpmio.h Fix ufdCopy() for large (> 2GB) files 2012-03-14 11:19:47 +02:00
rpmio_internal.h Eliminate use of pgpHashAlgo in rpmio interface arguments 2010-10-22 12:22:44 +03:00
rpmkeyring.c Late evening hacking considered harmful... 2013-02-20 09:07:35 +02:00
rpmkeyring.h Add a signature verification method to keyring 2011-11-09 13:09:37 +02:00
rpmlog.c And finally, make rpmlog thread-safe ... mostly 2013-02-19 14:13:41 +02:00
rpmlog.h Enable variadic checks for rpmExpand(), rpmlog() and rpmGetPath() 2008-02-25 11:03:38 +02:00
rpmlua.c Support macro file load from Lua too (similar in rpm5.org as well) 2014-01-30 15:22:29 +02:00
rpmlua.h Add support for nested Lua macro expansion (RhBug:490740) 2011-05-24 20:41:38 +03:00
rpmmacro.h Include rpmfileutil.h from rpmmacro.h so that 2008-12-01 12:16:56 +01: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 Check the mpi length before calling setmpi, remove pend parameter 2013-08-28 20:34:11 +03:00
rpmpgp.h Spelling fixes. 2013-02-19 21:35:40 +02:00
rpmsq.c RIP rpmsqFork() + rpmsqWait() and the related bits 2011-05-03 11:21:19 +03:00
rpmsq.h Bring back c++ "protection" to rpmsq, oops 2011-07-05 22:46:18 +03: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 Drop the end-of-chunk dummy entries from string pool 2013-12-02 10:45:33 +02:00
rpmsw.c Rip i386-specific RDTSC support from rpmsw, use gettimeofday() everywhere 2008-04-21 12:39:18 +03:00
rpmsw.h More missing system includes for size_t & friends 2008-01-28 13:43:32 +02:00
rpmurl.h Clean up urlGetFile() return values 2011-04-18 10:20:19 +03:00
rpmutil.h Spelling fixes. 2013-02-19 21:35:40 +02: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